Trace number 2085221

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.42 1808.22

General information on the benchmark

Namecsp/graphColoring/sgb/queen/
normalized-queen14-14-15.xml
MD5SUM042d592851d0f5948e182914f62527ff
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints4186
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4186
Global constraints used (with number of constraints)

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.17	c version 2.1.1.v20090622
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2085221-1247381293.xml
0.18/0.26	c reading problem ... 
0.48/0.52	c reading problem named null
0.48/0.52	c reading domains done.
0.48/0.52	c reading variables done.
0.58/0.60	c reading predicates  done.
0.77/0.84	c reading constraints
6.21/6.38	c done with constraints.
6.21/6.38	c ... done. Wall clock time 6.125s.
6.21/6.38	c #vars     2940
6.21/6.38	c #constraints  125972
6.21/6.38	c constraints type 
6.21/6.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125776
6.21/6.38	c org.sat4j.minisat.constraints.card.AtLeast => 196
1800.20/1808.02	c starts		: 18
1800.20/1808.02	c conflicts		: 231300
1800.20/1808.02	c decisions		: 296847
1800.20/1808.02	c propagations		: 26311707
1800.20/1808.02	c inspects		: 3718592677
1800.20/1808.02	c learnt literals	: 0
1800.20/1808.02	c learnt binary clauses	: 0
1800.20/1808.02	c learnt ternary clauses	: 0
1800.20/1808.02	c learnt clauses	: 231300
1800.20/1808.02	c ignored clauses	: 0
1800.20/1808.02	c root simplifications	: 0
1800.20/1808.02	c removed literals (reason simplification)	: 2686405
1800.20/1808.02	c reason swapping (by a shorter reason)	: 0
1800.20/1808.03	c Calls to reduceDB	: 0
1800.20/1808.03	c speed (assignments/second)	: 14604.308851934902
1800.20/1808.03	c non guided choices	639
1800.29/1808.10	c learnt constraints type 
1800.29/1808.10	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 231300
1800.29/1808.10	c constraints type 
1800.29/1808.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125776
1800.29/1808.10	c org.sat4j.minisat.constraints.card.AtLeast => 196
1800.29/1808.10	s UNKNOWN
1800.29/1808.11	c Total wall clock time (in seconds) : 1807.766

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-2085221-1247381293/watcher-2085221-1247381293 -o /tmp/evaluation-result-2085221-1247381293/solver-2085221-1247381293 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2085221-1247381293.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: 1.85 1.97 1.99 4/84 26102
/proc/meminfo: memFree=1767912/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=13208 CPUtime=0
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 25192786 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 3302 521 219 9 0 1186 0
[pid=26102/tid=26103] ppid=26100 vsize=13208 CPUtime=0
/proc/26102/task/26103/stat : 26103 (java) R 26100 26102 26065 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 25192787 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 5156824 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0512149 s]
/proc/loadavg: 1.85 1.97 1.99 4/84 26102
/proc/meminfo: memFree=1767912/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=801384 CPUtime=0.03
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 2476 0 1 0 2 1 0 0 18 0 5 0 25192786 820617216 2223 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 200346 2223 965 9 0 197697 0
[pid=26102/tid=26103] ppid=26100 vsize=801384 CPUtime=0.02
/proc/26102/task/26103/stat : 26103 (java) S 26100 26102 26065 0 -1 64 1751 0 1 0 2 0 0 0 19 0 5 0 25192787 820617216 2223 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.101967 s]
/proc/loadavg: 1.85 1.97 1.99 4/84 26102
/proc/meminfo: memFree=1767912/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=802164 CPUtime=0.08
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 2894 0 1 0 7 1 0 0 18 0 7 0 25192786 821415936 2639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 200541 2639 1043 9 0 197892 0
[pid=26102/tid=26103] ppid=26100 vsize=802164 CPUtime=0.06
/proc/26102/task/26103/stat : 26103 (java) R 26100 26102 26065 0 -1 64 2153 0 1 0 6 0 0 0 17 0 7 0 25192787 821415936 2639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.301661 s]
/proc/loadavg: 1.85 1.97 1.99 4/84 26102
/proc/meminfo: memFree=1767912/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=805628 CPUtime=0.27
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 4240 0 1 0 25 2 0 0 18 0 12 0 25192786 824963072 3977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 201407 3977 1358 9 0 198734 0
[pid=26102/tid=26103] ppid=26100 vsize=805628 CPUtime=0.21
/proc/26102/task/26103/stat : 26103 (java) R 26100 26102 26065 0 -1 64 3001 0 1 0 20 1 0 0 21 0 12 0 25192787 824963072 3977 996147200 134512640 134550932 4294956016 18446744073709551615 4109170548 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701689 s]
/proc/loadavg: 1.85 1.97 1.99 4/84 26102
/proc/meminfo: memFree=1767912/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=807356 CPUtime=0.67
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 6095 0 1 0 63 4 0 0 18 0 12 0 25192786 826732544 5502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 201839 5502 1387 9 0 199166 0
[pid=26102/tid=26103] ppid=26100 vsize=807356 CPUtime=0.47
/proc/26102/task/26103/stat : 26103 (java) R 26100 26102 26065 0 -1 64 4206 0 1 0 44 3 0 0 23 0 12 0 25192787 826732544 5502 996147200 134512640 134550932 4294956016 18446744073709551615 106548058 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807356

[startup+1.50274 s]
/proc/loadavg: 1.85 1.97 1.99 4/96 26114
/proc/meminfo: memFree=1748744/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=809420 CPUtime=1.46
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 8638 0 1 0 141 5 0 0 18 0 12 0 25192786 828846080 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 202355 6992 1416 9 0 199682 0
[pid=26102/tid=26103] ppid=26100 vsize=809420 CPUtime=0.81
/proc/26102/task/26103/stat : 26103 (java) R 26100 26102 26065 0 -1 64 5159 0 1 0 78 3 0 0 20 0 12 0 25192787 828846080 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26105] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26105/stat : 26105 (java) S 26100 26102 26065 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25192789 828846080 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26106] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26106/stat : 26106 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 25192789 828846080 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26107] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26107/stat : 26107 (java) S 26100 26102 26065 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25192791 828846080 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26108] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26108/stat : 26108 (java) S 26100 26102 26065 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 25192792 828846080 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26109] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26109/stat : 26109 (java) S 26100 26102 26065 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25192792 828846080 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26110] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26110/stat : 26110 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25192796 828846080 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26111] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26111/stat : 26111 (java) S 26100 26102 26065 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25192796 828846080 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26112] ppid=26100 vsize=809420 CPUtime=0.63
/proc/26102/task/26112/stat : 26112 (java) R 26100 26102 26065 0 -1 64 2721 0 0 0 62 1 0 0 17 0 12 0 25192796 828846080 6992 996147200 134512640 134550932 4294956016 18446744073709551615 106257829 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26113] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26113/stat : 26113 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25192796 828846080 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26114] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26114/stat : 26114 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25192797 828846080 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 809420

[startup+3.10285 s]
/proc/loadavg: 1.85 1.97 1.99 4/96 26114
/proc/meminfo: memFree=1731976/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=809420 CPUtime=3.05
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 18491 0 1 0 295 10 0 0 18 0 12 0 25192786 828846080 16350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 202355 16350 1421 9 0 199682 0
[pid=26102/tid=26103] ppid=26100 vsize=809420 CPUtime=1.77
/proc/26102/task/26103/stat : 26103 (java) R 26100 26102 26065 0 -1 64 14450 0 1 0 171 6 0 0 25 0 12 0 25192787 828846080 16350 996147200 134512640 134550932 4294956016 18446744073709551615 105790605 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26105] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26105/stat : 26105 (java) S 26100 26102 26065 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25192789 828846080 16350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26106] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26106/stat : 26106 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 25192789 828846080 16350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26107] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26107/stat : 26107 (java) S 26100 26102 26065 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25192791 828846080 16350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26108] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26108/stat : 26108 (java) S 26100 26102 26065 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 25192792 828846080 16350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26109] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26109/stat : 26109 (java) S 26100 26102 26065 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25192792 828846080 16350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26110] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26110/stat : 26110 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25192796 828846080 16350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26111] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26111/stat : 26111 (java) S 26100 26102 26065 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25192796 828846080 16350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26112] ppid=26100 vsize=809420 CPUtime=1.25
/proc/26102/task/26112/stat : 26112 (java) S 26100 26102 26065 0 -1 64 3283 0 0 0 123 2 0 0 16 0 12 0 25192796 828846080 16350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26113] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26113/stat : 26113 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25192796 828846080 16350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26114] ppid=26100 vsize=809420 CPUtime=0
/proc/26102/task/26114/stat : 26114 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25192797 828846080 16350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 809420

[startup+6.30689 s]
/proc/loadavg: 1.94 1.98 1.99 3/96 26114
/proc/meminfo: memFree=1677576/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=811512 CPUtime=6.21
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 27104 0 1 0 607 14 0 0 18 0 12 0 25192786 830988288 23962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 202878 23962 1434 9 0 200205 0
[pid=26102/tid=26103] ppid=26100 vsize=811512 CPUtime=3.49
/proc/26102/task/26103/stat : 26103 (java) R 26100 26102 26065 0 -1 64 17384 0 1 0 341 8 0 0 25 0 12 0 25192787 830988288 23962 996147200 134512640 134550932 4294956016 18446744073709551615 4109292994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26105] ppid=26100 vsize=811512 CPUtime=0.05
/proc/26102/task/26105/stat : 26105 (java) S 26100 26102 26065 0 -1 64 2178 0 0 0 5 0 0 0 17 0 12 0 25192789 830988288 23962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26106] ppid=26100 vsize=811512 CPUtime=0.05
/proc/26102/task/26106/stat : 26106 (java) S 26100 26102 26065 0 -1 64 1924 0 0 0 4 1 0 0 17 0 12 0 25192789 830988288 23962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26107] ppid=26100 vsize=811512 CPUtime=0
/proc/26102/task/26107/stat : 26107 (java) S 26100 26102 26065 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 25192791 830988288 23962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26108] ppid=26100 vsize=811512 CPUtime=0
/proc/26102/task/26108/stat : 26108 (java) S 26100 26102 26065 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25192792 830988288 23962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26109] ppid=26100 vsize=811512 CPUtime=0
/proc/26102/task/26109/stat : 26109 (java) S 26100 26102 26065 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25192792 830988288 23962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26110] ppid=26100 vsize=811512 CPUtime=0
/proc/26102/task/26110/stat : 26110 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25192796 830988288 23962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26111] ppid=26100 vsize=811512 CPUtime=0
/proc/26102/task/26111/stat : 26111 (java) S 26100 26102 26065 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25192796 830988288 23962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26112] ppid=26100 vsize=811512 CPUtime=2.58
/proc/26102/task/26112/stat : 26112 (java) S 26100 26102 26065 0 -1 64 4843 0 0 0 256 2 0 0 17 0 12 0 25192796 830988288 23962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26113] ppid=26100 vsize=811512 CPUtime=0
/proc/26102/task/26113/stat : 26113 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25192796 830988288 23962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26114] ppid=26100 vsize=811512 CPUtime=0
/proc/26102/task/26114/stat : 26114 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25192797 830988288 23962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 811512

[startup+12.7025 s]
/proc/loadavg: 1.94 1.98 1.99 3/97 26115
/proc/meminfo: memFree=1665472/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=811836 CPUtime=12.54
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 29939 0 1 0 1238 16 0 0 18 0 13 0 25192786 831320064 26790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 202959 26790 1443 9 0 200286 0
[pid=26102/tid=26103] ppid=26100 vsize=811836 CPUtime=9
/proc/26102/task/26103/stat : 26103 (java) R 26100 26102 26065 0 -1 64 17405 0 1 0 891 9 0 0 25 0 13 0 25192787 831320064 26790 996147200 134512640 134550932 4294956016 18446744073709551615 4110086214 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26105] ppid=26100 vsize=811836 CPUtime=0.1
/proc/26102/task/26105/stat : 26105 (java) S 26100 26102 26065 0 -1 64 3828 0 0 0 9 1 0 0 17 0 13 0 25192789 831320064 26790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26106] ppid=26100 vsize=811836 CPUtime=0.09
/proc/26102/task/26106/stat : 26106 (java) S 26100 26102 26065 0 -1 64 3000 0 0 0 8 1 0 0 17 0 13 0 25192789 831320064 26790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26107] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26107/stat : 26107 (java) S 26100 26102 26065 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 25192791 831320064 26790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26108] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26108/stat : 26108 (java) S 26100 26102 26065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25192792 831320064 26790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26109] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26109/stat : 26109 (java) S 26100 26102 26065 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25192792 831320064 26790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26110] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26110/stat : 26110 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25192796 831320064 26790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26111] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26111/stat : 26111 (java) S 26100 26102 26065 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25192796 831320064 26790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26112] ppid=26100 vsize=811836 CPUtime=3.3
/proc/26102/task/26112/stat : 26112 (java) S 26100 26102 26065 0 -1 64 4926 0 0 0 327 3 0 0 16 0 13 0 25192796 831320064 26790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26113] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26113/stat : 26113 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25192796 831320064 26790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26114] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26114/stat : 26114 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25192797 831320064 26790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26115] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26115/stat : 26115 (java) S 26100 26102 26065 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25193427 831320064 26790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 811836

[startup+25.5024 s]
/proc/loadavg: 1.95 1.98 1.99 3/97 26115
/proc/meminfo: memFree=1665472/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=811836 CPUtime=25.2
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 29957 0 1 0 2504 16 0 0 18 0 13 0 25192786 831320064 26806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 202959 26806 1447 9 0 200286 0
[pid=26102/tid=26103] ppid=26100 vsize=811836 CPUtime=21.51
/proc/26102/task/26103/stat : 26103 (java) R 26100 26102 26065 0 -1 64 17407 0 1 0 2142 9 0 0 25 0 13 0 25192787 831320064 26806 996147200 134512640 134550932 4294956016 18446744073709551615 4110086480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26105] ppid=26100 vsize=811836 CPUtime=0.1

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

[pid=26102/tid=26107] ppid=26100 vsize=811836 CPUtime=0.01
/proc/26102/task/26107/stat : 26107 (java) S 26100 26102 26065 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 25192791 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26108] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26108/stat : 26108 (java) S 26100 26102 26065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25192792 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26109] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26109/stat : 26109 (java) S 26100 26102 26065 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25192792 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26110] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26110/stat : 26110 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25192796 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26111] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26111/stat : 26111 (java) S 26100 26102 26065 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25192796 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26112] ppid=26100 vsize=811836 CPUtime=3.58
/proc/26102/task/26112/stat : 26112 (java) S 26100 26102 26065 0 -1 64 4947 0 0 0 355 3 0 0 16 0 13 0 25192796 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26113] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26113/stat : 26113 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25192796 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26114] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26114/stat : 26114 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25192797 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26115] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26115/stat : 26115 (java) S 26100 26102 26065 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25193427 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.11
Current children cumulated vsize (KiB) 811836

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 26424
/proc/meminfo: memFree=1408216/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=811836 CPUtime=1654.54
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 134125 0 1 0 165386 68 0 0 18 0 13 0 25192786 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 202959 122525 1447 9 0 200286 0
[pid=26102/tid=26103] ppid=26100 vsize=811836 CPUtime=1648.82
/proc/26102/task/26103/stat : 26103 (java) R 26100 26102 26065 0 -1 64 17423 0 1 0 164868 14 0 0 25 0 13 0 25192787 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4110125855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26105] ppid=26100 vsize=811836 CPUtime=1.06
/proc/26102/task/26105/stat : 26105 (java) S 26100 26102 26065 0 -1 64 56248 0 0 0 82 24 0 0 17 0 13 0 25192789 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26106] ppid=26100 vsize=811836 CPUtime=1.03
/proc/26102/task/26106/stat : 26106 (java) S 26100 26102 26065 0 -1 64 54727 0 0 0 78 25 0 0 17 0 13 0 25192789 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26107] ppid=26100 vsize=811836 CPUtime=0.01
/proc/26102/task/26107/stat : 26107 (java) S 26100 26102 26065 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 25192791 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26108] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26108/stat : 26108 (java) S 26100 26102 26065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25192792 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26109] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26109/stat : 26109 (java) S 26100 26102 26065 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25192792 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26110] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26110/stat : 26110 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25192796 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26111] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26111/stat : 26111 (java) S 26100 26102 26065 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25192796 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26112] ppid=26100 vsize=811836 CPUtime=3.58
/proc/26102/task/26112/stat : 26112 (java) S 26100 26102 26065 0 -1 64 4947 0 0 0 355 3 0 0 16 0 13 0 25192796 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26113] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26113/stat : 26113 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25192796 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26114] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26114/stat : 26114 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25192797 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26115] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26115/stat : 26115 (java) S 26100 26102 26065 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25193427 831320064 122525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.54
Current children cumulated vsize (KiB) 811836

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 26424
/proc/meminfo: memFree=1382936/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=811836 CPUtime=1714.52
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 140467 0 1 0 171380 72 0 0 18 0 13 0 25192786 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 202959 128866 1447 9 0 200286 0
[pid=26102/tid=26103] ppid=26100 vsize=811836 CPUtime=1708.69
/proc/26102/task/26103/stat : 26103 (java) R 26100 26102 26065 0 -1 64 17424 0 1 0 170855 14 0 0 25 0 13 0 25192787 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4110125855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26105] ppid=26100 vsize=811836 CPUtime=1.12
/proc/26102/task/26105/stat : 26105 (java) S 26100 26102 26065 0 -1 64 60166 0 0 0 86 26 0 0 17 0 13 0 25192789 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26106] ppid=26100 vsize=811836 CPUtime=1.08
/proc/26102/task/26106/stat : 26106 (java) S 26100 26102 26065 0 -1 64 57150 0 0 0 81 27 0 0 17 0 13 0 25192789 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26107] ppid=26100 vsize=811836 CPUtime=0.01
/proc/26102/task/26107/stat : 26107 (java) S 26100 26102 26065 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 25192791 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26108] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26108/stat : 26108 (java) S 26100 26102 26065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25192792 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26109] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26109/stat : 26109 (java) S 26100 26102 26065 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25192792 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26110] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26110/stat : 26110 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25192796 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26111] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26111/stat : 26111 (java) S 26100 26102 26065 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25192796 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26112] ppid=26100 vsize=811836 CPUtime=3.58
/proc/26102/task/26112/stat : 26112 (java) S 26100 26102 26065 0 -1 64 4947 0 0 0 355 3 0 0 16 0 13 0 25192796 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26113] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26113/stat : 26113 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25192796 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26114] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26114/stat : 26114 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25192797 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26115] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26115/stat : 26115 (java) S 26100 26102 26065 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25193427 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.52
Current children cumulated vsize (KiB) 811836

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 26424
/proc/meminfo: memFree=1382744/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=811836 CPUtime=1774.5
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 140467 0 1 0 177378 72 0 0 18 0 13 0 25192786 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 202959 128866 1447 9 0 200286 0
[pid=26102/tid=26103] ppid=26100 vsize=811836 CPUtime=1768.67
/proc/26102/task/26103/stat : 26103 (java) R 26100 26102 26065 0 -1 64 17424 0 1 0 176853 14 0 0 25 0 13 0 25192787 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4110087071 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26105] ppid=26100 vsize=811836 CPUtime=1.12
/proc/26102/task/26105/stat : 26105 (java) S 26100 26102 26065 0 -1 64 60166 0 0 0 86 26 0 0 17 0 13 0 25192789 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26106] ppid=26100 vsize=811836 CPUtime=1.08
/proc/26102/task/26106/stat : 26106 (java) S 26100 26102 26065 0 -1 64 57150 0 0 0 81 27 0 0 17 0 13 0 25192789 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26107] ppid=26100 vsize=811836 CPUtime=0.01
/proc/26102/task/26107/stat : 26107 (java) S 26100 26102 26065 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 25192791 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26108] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26108/stat : 26108 (java) S 26100 26102 26065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25192792 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26109] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26109/stat : 26109 (java) S 26100 26102 26065 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25192792 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26110] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26110/stat : 26110 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25192796 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26111] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26111/stat : 26111 (java) S 26100 26102 26065 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25192796 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26112] ppid=26100 vsize=811836 CPUtime=3.58
/proc/26102/task/26112/stat : 26112 (java) S 26100 26102 26065 0 -1 64 4947 0 0 0 355 3 0 0 16 0 13 0 25192796 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26113] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26113/stat : 26113 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25192796 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26114] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26114/stat : 26114 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25192797 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26115] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26115/stat : 26115 (java) S 26100 26102 26065 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25193427 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.5
Current children cumulated vsize (KiB) 811836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 26424
/proc/meminfo: memFree=1382680/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=811836 CPUtime=1800.1
/proc/26102/stat : 26102 (java) S 26100 26102 26065 0 -1 0 140467 0 1 0 179938 72 0 0 18 0 13 0 25192786 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26102/statm: 202959 128866 1447 9 0 200286 0
[pid=26102/tid=26103] ppid=26100 vsize=811836 CPUtime=1794.26
/proc/26102/task/26103/stat : 26103 (java) R 26100 26102 26065 0 -1 64 17424 0 1 0 179412 14 0 0 25 0 13 0 25192787 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4110125855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26105] ppid=26100 vsize=811836 CPUtime=1.12
/proc/26102/task/26105/stat : 26105 (java) S 26100 26102 26065 0 -1 64 60166 0 0 0 86 26 0 0 17 0 13 0 25192789 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26106] ppid=26100 vsize=811836 CPUtime=1.08
/proc/26102/task/26106/stat : 26106 (java) S 26100 26102 26065 0 -1 64 57150 0 0 0 81 27 0 0 17 0 13 0 25192789 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26107] ppid=26100 vsize=811836 CPUtime=0.01
/proc/26102/task/26107/stat : 26107 (java) S 26100 26102 26065 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 25192791 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26108] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26108/stat : 26108 (java) S 26100 26102 26065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25192792 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26109] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26109/stat : 26109 (java) S 26100 26102 26065 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25192792 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26110] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26110/stat : 26110 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25192796 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26111] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26111/stat : 26111 (java) S 26100 26102 26065 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25192796 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26112] ppid=26100 vsize=811836 CPUtime=3.58
/proc/26102/task/26112/stat : 26112 (java) S 26100 26102 26065 0 -1 64 4947 0 0 0 355 3 0 0 16 0 13 0 25192796 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26113] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26113/stat : 26113 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25192796 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26102/tid=26114] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26114/stat : 26114 (java) S 26100 26102 26065 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25192797 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26102/tid=26115] ppid=26100 vsize=811836 CPUtime=0
/proc/26102/task/26115/stat : 26115 (java) S 26100 26102 26065 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25193427 831320064 128866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 811836

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

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

[startup+1808.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 26424
/proc/meminfo: memFree=1382680/2055920 swapFree=4192812/4192956
[pid=26102] ppid=26100 vsize=0 CPUtime=1800.39
/proc/26102/stat : 26102 (java) Z 26100 26102 26065 0 -1 1036 146943 0 1 0 179960 79 0 0 16 0 2 0 25192786 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26102/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1808.22
CPU time (s): 1800.42
CPU user time (s): 1799.6
CPU system time (s): 0.816875
CPU usage (%): 99.5685
Max. virtual memory (cumulated for all children) (KiB): 812484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.816875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146943
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= 37892
involuntary context switches= 61996

runsolver used 3.10253 second user time and 6.94994 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 08:48:13
IDJOB=2085221
IDBENCH=58321
IDSOLVER=731
FILE ID=node52/2085221-1247381293
PBS_JOBID= 9507290
Free space on /tmp= 66144 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/graphColoring/sgb/queen/normalized-queen14-14-15.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085221-1247381293/watcher-2085221-1247381293 -o /tmp/evaluation-result-2085221-1247381293/solver-2085221-1247381293 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2085221-1247381293.xml

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

MD5SUM BENCH= 042d592851d0f5948e182914f62527ff
RANDOM SEED=1328453328

node52.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:       1768392 kB
Buffers:          8416 kB
Cached:          69036 kB
SwapCached:          0 kB
Active:         213180 kB
Inactive:        25316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:         176812 kB
Slab:            33836 kB
Committed_AS:   899320 kB
PageTables:       2176 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= 66144 MiB
End job on node52 at 2009-07-12 09:18:23