Trace number 2084902

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 1803.43

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-1-25.xml
MD5SUM67de4692b904c4e63dfd523c6fff12a6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.135979
Satisfiable
(Un)Satisfiability was proved
Number of variables197
Number of constraints3925
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3925
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2084902-1247380102.xml
0.18/0.25	c reading problem ... 
0.49/0.50	c reading problem named null
0.49/0.50	c reading domains done.
0.49/0.50	c reading variables done.
0.69/0.70	c reading predicates  done.
0.87/0.94	c reading constraints
8.32/8.42	c done with constraints.
8.32/8.42	c ... done. Wall clock time 8.173s.
8.32/8.42	c #vars     4925
8.32/8.42	c #constraints  196644
8.32/8.42	c constraints type 
8.32/8.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 196447
8.32/8.42	c org.sat4j.minisat.constraints.card.AtLeast => 197
1800.10/1803.21	c starts		: 17
1800.10/1803.21	c conflicts		: 177614
1800.10/1803.21	c decisions		: 185993
1800.10/1803.21	c propagations		: 12555594
1800.10/1803.21	c inspects		: 4191745594
1800.10/1803.21	c learnt literals	: 0
1800.10/1803.21	c learnt binary clauses	: 0
1800.10/1803.21	c learnt ternary clauses	: 0
1800.10/1803.21	c learnt clauses	: 177614
1800.10/1803.21	c ignored clauses	: 0
1800.10/1803.21	c root simplifications	: 0
1800.10/1803.21	c removed literals (reason simplification)	: 2323915
1800.10/1803.21	c reason swapping (by a shorter reason)	: 0
1800.10/1803.21	c Calls to reduceDB	: 0
1800.10/1803.21	c speed (assignments/second)	: 6995.571076998852
1800.10/1803.21	c non guided choices	4790
1800.27/1803.33	c learnt constraints type 
1800.27/1803.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 177621
1800.27/1803.33	c constraints type 
1800.27/1803.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 196447
1800.27/1803.33	c org.sat4j.minisat.constraints.card.AtLeast => 197
1800.27/1803.33	s UNKNOWN
1800.27/1803.33	c Total wall clock time (in seconds) : 1802.967

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-2084902-1247380102/watcher-2084902-1247380102 -o /tmp/evaluation-result-2084902-1247380102/solver-2084902-1247380102 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084902-1247380102.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.99 2.06 2.08 4/82 25807
/proc/meminfo: memFree=1890960/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=1616 CPUtime=0
/proc/25807/stat : 25807 (java) D 25805 25807 25716 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 25075545 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 7709476 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/25807/statm: 3324 575 258 9 0 1198 0
[pid=25807/tid=25808] ppid=25805 vsize=13296 CPUtime=0
/proc/25807/task/25808/stat : 25808 (java) D 25805 25807 25716 0 -1 64 73 0 0 0 0 0 0 0 19 0 2 0 25075546 13615104 575 996147200 134512640 134550932 4294956016 18446744073709551615 7709476 0 2147483391 0 16784584 18446744072099781622 0 0 -1 1 0 0

[startup+0.0789621 s]
/proc/loadavg: 1.99 2.06 2.08 4/82 25807
/proc/meminfo: memFree=1890960/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=802164 CPUtime=0.06
/proc/25807/stat : 25807 (java) S 25805 25807 25716 0 -1 0 2814 0 1 0 4 2 0 0 18 0 7 0 25075545 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 200541 2559 1036 9 0 197892 0
[pid=25807/tid=25808] ppid=25805 vsize=802164 CPUtime=0.05
/proc/25807/task/25808/stat : 25808 (java) D 25805 25807 25716 0 -1 64 2073 0 1 0 4 1 0 0 17 0 7 0 25075546 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.103365 s]
/proc/loadavg: 1.99 2.06 2.08 4/82 25807
/proc/meminfo: memFree=1890960/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=804560 CPUtime=0.09
/proc/25807/stat : 25807 (java) S 25805 25807 25716 0 -1 0 3019 0 1 0 7 2 0 0 18 0 12 0 25075545 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 201140 2762 1082 9 0 198474 0
[pid=25807/tid=25808] ppid=25805 vsize=804560 CPUtime=0.08
/proc/25807/task/25808/stat : 25808 (java) R 25805 25807 25716 0 -1 64 2262 0 1 0 6 2 0 0 21 0 12 0 25075546 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 104174958 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302389 s]
/proc/loadavg: 1.99 2.06 2.08 4/82 25807
/proc/meminfo: memFree=1890960/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=805628 CPUtime=0.28
/proc/25807/stat : 25807 (java) S 25805 25807 25716 0 -1 0 4308 0 1 0 24 4 0 0 18 0 12 0 25075545 824963072 4045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 201407 4045 1359 9 0 198734 0
[pid=25807/tid=25808] ppid=25805 vsize=805628 CPUtime=0.21
/proc/25807/task/25808/stat : 25808 (java) R 25805 25807 25716 0 -1 64 3067 0 1 0 18 3 0 0 18 0 12 0 25075546 824963072 4045 996147200 134512640 134550932 4294956016 18446744073709551615 4109159395 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702435 s]
/proc/loadavg: 1.99 2.06 2.08 4/82 25807
/proc/meminfo: memFree=1890960/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=807320 CPUtime=0.69
/proc/25807/stat : 25807 (java) S 25805 25807 25716 0 -1 0 6150 0 1 0 64 5 0 0 18 0 12 0 25075545 826695680 5176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 201830 5176 1385 9 0 199157 0
[pid=25807/tid=25808] ppid=25805 vsize=807320 CPUtime=0.39
/proc/25807/task/25808/stat : 25808 (java) R 25805 25807 25716 0 -1 64 3752 0 1 0 35 4 0 0 19 0 12 0 25075546 826695680 5176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807320

[startup+1.50253 s]
/proc/loadavg: 1.99 2.06 2.08 3/94 25819
/proc/meminfo: memFree=1871600/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=809776 CPUtime=1.47
/proc/25807/stat : 25807 (java) S 25805 25807 25716 0 -1 0 9252 0 1 0 140 7 0 0 18 0 12 0 25075545 829210624 7077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 202444 7077 1411 9 0 199771 0
[pid=25807/tid=25808] ppid=25805 vsize=809776 CPUtime=0.79
/proc/25807/task/25808/stat : 25808 (java) R 25805 25807 25716 0 -1 64 5167 0 1 0 74 5 0 0 20 0 12 0 25075546 829210624 7077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 25716 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25075548 829210624 7077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 25075548 829210624 7077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 25716 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25075549 829210624 7077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 25716 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 25075550 829210624 7077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 25716 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 25075550 829210624 7077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25075555 829210624 7077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 25716 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25075555 829210624 7077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=809776 CPUtime=0.66
/proc/25807/task/25817/stat : 25817 (java) R 25805 25807 25716 0 -1 64 3327 0 0 0 65 1 0 0 17 0 12 0 25075555 829210624 7077 996147200 134512640 134550932 4294956016 18446744073709551615 103443257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25818] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25075555 829210624 7077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25075555 829210624 7077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809776

[startup+3.10171 s]
/proc/loadavg: 1.99 2.06 2.08 3/94 25819
/proc/meminfo: memFree=1850096/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=809776 CPUtime=3.05
/proc/25807/stat : 25807 (java) S 25805 25807 25716 0 -1 0 23051 0 1 0 292 13 0 0 18 0 12 0 25075545 829210624 20874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 202444 20874 1430 9 0 199771 0
[pid=25807/tid=25808] ppid=25805 vsize=809776 CPUtime=1.91
/proc/25807/task/25808/stat : 25808 (java) R 25805 25807 25716 0 -1 64 17369 0 1 0 181 10 0 0 25 0 12 0 25075546 829210624 20874 996147200 134512640 134550932 4294956016 18446744073709551615 4109568047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25805 vsize=809776 CPUtime=0.01
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 25716 0 -1 64 706 0 0 0 1 0 0 0 17 0 12 0 25075548 829210624 20874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25805 vsize=809776 CPUtime=0.01
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 25716 0 -1 64 824 0 0 0 1 0 0 0 17 0 12 0 25075548 829210624 20874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 25716 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 25075549 829210624 20874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 25716 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25075550 829210624 20874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 25716 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25075550 829210624 20874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25075555 829210624 20874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 25716 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25075555 829210624 20874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=809776 CPUtime=1.08
/proc/25807/task/25817/stat : 25817 (java) S 25805 25807 25716 0 -1 64 3384 0 0 0 107 1 0 0 16 0 12 0 25075555 829210624 20874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25818] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25075555 829210624 20874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=809776 CPUtime=0
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25075555 829210624 20874 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) 809776

[startup+6.30209 s]
/proc/loadavg: 2.15 2.09 2.09 3/94 25819
/proc/meminfo: memFree=1800568/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=809680 CPUtime=6.22
/proc/25807/stat : 25807 (java) S 25805 25807 25716 0 -1 0 29554 0 1 0 605 17 0 0 18 0 12 0 25075545 829112320 25953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 202420 25953 1433 9 0 199747 0
[pid=25807/tid=25808] ppid=25805 vsize=809680 CPUtime=3.83
/proc/25807/task/25808/stat : 25808 (java) R 25805 25807 25716 0 -1 64 17384 0 1 0 373 10 0 0 25 0 12 0 25075546 829112320 25953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25805 vsize=809680 CPUtime=0.08
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 25716 0 -1 64 3537 0 0 0 7 1 0 0 17 0 12 0 25075548 829112320 25953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25805 vsize=809680 CPUtime=0.08
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 25716 0 -1 64 2998 0 0 0 7 1 0 0 17 0 12 0 25075548 829112320 25953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25805 vsize=809680 CPUtime=0
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 25716 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 25075549 829112320 25953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25805 vsize=809680 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 25716 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25075550 829112320 25953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=809680 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 25716 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25075550 829112320 25953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=809680 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25075555 829112320 25953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=809680 CPUtime=0
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 25716 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25075555 829112320 25953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=809680 CPUtime=2.18
/proc/25807/task/25817/stat : 25817 (java) R 25805 25807 25716 0 -1 64 4864 0 0 0 216 2 0 0 16 0 12 0 25075555 829112320 25953 996147200 134512640 134550932 4294956016 18446744073709551615 106117327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25818] ppid=25805 vsize=809680 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25075555 829112320 25953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=809680 CPUtime=0
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25075555 829112320 25953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 809680

[startup+12.7028 s]
/proc/loadavg: 2.22 2.10 2.10 3/95 25820
/proc/meminfo: memFree=1767472/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=812036 CPUtime=12.62
/proc/25807/stat : 25807 (java) S 25805 25807 25716 0 -1 0 37936 0 1 0 1241 21 0 0 18 0 13 0 25075545 831524864 32007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 203009 32007 1443 9 0 200336 0
[pid=25807/tid=25808] ppid=25805 vsize=812036 CPUtime=8.91
/proc/25807/task/25808/stat : 25808 (java) R 25805 25807 25716 0 -1 64 17404 0 1 0 881 10 0 0 25 0 13 0 25075546 831524864 32007 996147200 134512640 134550932 4294956016 18446744073709551615 4110153788 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25810] ppid=25805 vsize=812036 CPUtime=0.19
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 25716 0 -1 64 5652 0 0 0 17 2 0 0 17 0 13 0 25075548 831524864 32007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25811] ppid=25805 vsize=812036 CPUtime=0.24
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 25716 0 -1 64 6587 0 0 0 21 3 0 0 17 0 13 0 25075548 831524864 32007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25812] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 25716 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 25075549 831524864 32007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25813] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 25716 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25075550 831524864 32007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 25716 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25075550 831524864 32007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25075555 831524864 32007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 25716 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25075555 831524864 32007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=812036 CPUtime=3.22
/proc/25807/task/25817/stat : 25817 (java) S 25805 25807 25716 0 -1 64 7517 0 0 0 319 3 0 0 16 0 13 0 25075555 831524864 32007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25818] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25075555 831524864 32007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25075555 831524864 32007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25820] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25820/stat : 25820 (java) S 25805 25807 25716 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 25076390 831524864 32007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 812036

[startup+25.5023 s]
/proc/loadavg: 2.17 2.10 2.09 3/95 25820
/proc/meminfo: memFree=1767536/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=812036 CPUtime=25.42
/proc/25807/stat : 25807 (java) S 25805 25807 25716 0 -1 0 37946 0 1 0 2521 21 0 0 18 0 13 0 25075545 831524864 32016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 203009 32016 1447 9 0 200336 0
[pid=25807/tid=25808] ppid=25805 vsize=812036 CPUtime=21.67
/proc/25807/task/25808/stat : 25808 (java) R 25805 25807 25716 0 -1 64 17406 0 1 0 2157 10 0 0 25 0 13 0 25075546 831524864 32016 996147200 134512640 134550932 4294956016 18446744073709551615 4110201115 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25810] ppid=25805 vsize=812036 CPUtime=0.19

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

[pid=25807/tid=25812] ppid=25805 vsize=812036 CPUtime=0.01
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 25716 0 -1 64 16 0 0 0 1 0 0 0 16 0 13 0 25075549 831524864 95096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25813] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 25716 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25075550 831524864 95096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 25716 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25075550 831524864 95096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25075555 831524864 95096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 25716 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25075555 831524864 95096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=812036 CPUtime=3.41
/proc/25807/task/25817/stat : 25817 (java) S 25805 25807 25716 0 -1 64 7529 0 0 0 338 3 0 0 16 0 13 0 25075555 831524864 95096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25818] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25075555 831524864 95096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=812036 CPUtime=0.02
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 1 1 0 0 15 0 13 0 25075555 831524864 95096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25820] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25820/stat : 25820 (java) S 25805 25807 25716 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 25076390 831524864 95096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.23
Current children cumulated vsize (KiB) 812036

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 25926
/proc/meminfo: memFree=1342568/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=812036 CPUtime=1659.25
/proc/25807/stat : 25807 (java) S 25805 25807 25716 0 -1 0 110388 0 1 0 165867 58 0 0 18 0 13 0 25075545 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 203009 102193 1447 9 0 200336 0
[pid=25807/tid=25808] ppid=25805 vsize=812036 CPUtime=1653.81
/proc/25807/task/25808/stat : 25808 (java) R 25805 25807 25716 0 -1 64 17420 0 1 0 165365 16 0 0 25 0 13 0 25075546 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4110154297 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25810] ppid=25805 vsize=812036 CPUtime=0.9
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 25716 0 -1 64 39836 0 0 0 73 17 0 0 17 0 13 0 25075548 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25811] ppid=25805 vsize=812036 CPUtime=1.05
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 25716 0 -1 64 44827 0 0 0 86 19 0 0 17 0 13 0 25075548 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25812] ppid=25805 vsize=812036 CPUtime=0.01
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 25716 0 -1 64 16 0 0 0 1 0 0 0 16 0 13 0 25075549 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25813] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 25716 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25075550 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 25716 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25075550 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 25716 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=812036 CPUtime=3.41
/proc/25807/task/25817/stat : 25817 (java) S 25805 25807 25716 0 -1 64 7529 0 0 0 338 3 0 0 16 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25818] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=812036 CPUtime=0.02
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 1 1 0 0 15 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25820] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25820/stat : 25820 (java) S 25805 25807 25716 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 25076390 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.25
Current children cumulated vsize (KiB) 812036

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 25926
/proc/meminfo: memFree=1342568/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=812036 CPUtime=1719.23
/proc/25807/stat : 25807 (java) S 25805 25807 25716 0 -1 0 110388 0 1 0 171864 59 0 0 18 0 13 0 25075545 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 203009 102193 1447 9 0 200336 0
[pid=25807/tid=25808] ppid=25805 vsize=812036 CPUtime=1713.78
/proc/25807/task/25808/stat : 25808 (java) R 25805 25807 25716 0 -1 64 17420 0 1 0 171362 16 0 0 25 0 13 0 25075546 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4110153542 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25810] ppid=25805 vsize=812036 CPUtime=0.9
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 25716 0 -1 64 39836 0 0 0 73 17 0 0 17 0 13 0 25075548 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25811] ppid=25805 vsize=812036 CPUtime=1.05
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 25716 0 -1 64 44827 0 0 0 86 19 0 0 17 0 13 0 25075548 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25812] ppid=25805 vsize=812036 CPUtime=0.01
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 25716 0 -1 64 16 0 0 0 1 0 0 0 16 0 13 0 25075549 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25813] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 25716 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25075550 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 25716 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25075550 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 25716 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=812036 CPUtime=3.41
/proc/25807/task/25817/stat : 25817 (java) S 25805 25807 25716 0 -1 64 7529 0 0 0 338 3 0 0 16 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25818] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=812036 CPUtime=0.02
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 1 1 0 0 15 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25820] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25820/stat : 25820 (java) S 25805 25807 25716 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 25076390 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.23
Current children cumulated vsize (KiB) 812036

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 25926
/proc/meminfo: memFree=1342440/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=812036 CPUtime=1779.2
/proc/25807/stat : 25807 (java) S 25805 25807 25716 0 -1 0 110388 0 1 0 177861 59 0 0 18 0 13 0 25075545 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 203009 102193 1447 9 0 200336 0
[pid=25807/tid=25808] ppid=25805 vsize=812036 CPUtime=1773.76
/proc/25807/task/25808/stat : 25808 (java) R 25805 25807 25716 0 -1 64 17420 0 1 0 177360 16 0 0 25 0 13 0 25075546 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4110201115 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25810] ppid=25805 vsize=812036 CPUtime=0.9
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 25716 0 -1 64 39836 0 0 0 73 17 0 0 17 0 13 0 25075548 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25811] ppid=25805 vsize=812036 CPUtime=1.05
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 25716 0 -1 64 44827 0 0 0 86 19 0 0 17 0 13 0 25075548 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25812] ppid=25805 vsize=812036 CPUtime=0.01
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 25716 0 -1 64 16 0 0 0 1 0 0 0 16 0 13 0 25075549 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25813] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 25716 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25075550 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 25716 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25075550 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 25716 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=812036 CPUtime=3.41
/proc/25807/task/25817/stat : 25817 (java) S 25805 25807 25716 0 -1 64 7529 0 0 0 338 3 0 0 16 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25818] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=812036 CPUtime=0.02
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 1 1 0 0 15 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25820] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25820/stat : 25820 (java) S 25805 25807 25716 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 25076390 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.2
Current children cumulated vsize (KiB) 812036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 25926
/proc/meminfo: memFree=1342440/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=812036 CPUtime=1800.1
/proc/25807/stat : 25807 (java) S 25805 25807 25716 0 -1 0 110388 0 1 0 179951 59 0 0 18 0 13 0 25075545 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 203009 102193 1447 9 0 200336 0
[pid=25807/tid=25808] ppid=25805 vsize=812036 CPUtime=1794.66
/proc/25807/task/25808/stat : 25808 (java) R 25805 25807 25716 0 -1 64 17420 0 1 0 179450 16 0 0 25 0 13 0 25075546 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4110201115 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25810] ppid=25805 vsize=812036 CPUtime=0.9
/proc/25807/task/25810/stat : 25810 (java) S 25805 25807 25716 0 -1 64 39836 0 0 0 73 17 0 0 17 0 13 0 25075548 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25811] ppid=25805 vsize=812036 CPUtime=1.05
/proc/25807/task/25811/stat : 25811 (java) S 25805 25807 25716 0 -1 64 44827 0 0 0 86 19 0 0 17 0 13 0 25075548 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25812] ppid=25805 vsize=812036 CPUtime=0.01
/proc/25807/task/25812/stat : 25812 (java) S 25805 25807 25716 0 -1 64 16 0 0 0 1 0 0 0 16 0 13 0 25075549 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25813] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25813/stat : 25813 (java) S 25805 25807 25716 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25075550 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25805 25807 25716 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25075550 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25816] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25816/stat : 25816 (java) S 25805 25807 25716 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25817] ppid=25805 vsize=812036 CPUtime=3.41
/proc/25807/task/25817/stat : 25817 (java) S 25805 25807 25716 0 -1 64 7529 0 0 0 338 3 0 0 16 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25807/tid=25818] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25818/stat : 25818 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25819] ppid=25805 vsize=812036 CPUtime=0.02
/proc/25807/task/25819/stat : 25819 (java) S 25805 25807 25716 0 -1 64 1 0 0 0 1 1 0 0 15 0 13 0 25075555 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25820] ppid=25805 vsize=812036 CPUtime=0
/proc/25807/task/25820/stat : 25820 (java) S 25805 25807 25716 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 25076390 831524864 102193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 812036

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

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

[startup+1803.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 25926
/proc/meminfo: memFree=1342440/2055920 swapFree=4192812/4192956
[pid=25807] ppid=25805 vsize=0 CPUtime=1800.38
/proc/25807/stat : 25807 (java) Z 25805 25807 25716 0 -1 1036 110409 0 1 0 179975 63 0 0 15 0 2 0 25075545 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25807/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1803.43
CPU time (s): 1800.42
CPU user time (s): 1799.76
CPU system time (s): 0.659899
CPU usage (%): 99.8328
Max. virtual memory (cumulated for all children) (KiB): 812684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.659899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110409
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= 37775
involuntary context switches= 26173

runsolver used 2.89956 second user time and 6.98994 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 08:28:22
IDJOB=2084902
IDBENCH=58227
IDSOLVER=731
FILE ID=node73/2084902-1247380102
PBS_JOBID= 9507250
Free space on /tmp= 66484 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-1-25.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084902-1247380102/watcher-2084902-1247380102 -o /tmp/evaluation-result-2084902-1247380102/solver-2084902-1247380102 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084902-1247380102.xml

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

MD5SUM BENCH= 67de4692b904c4e63dfd523c6fff12a6
RANDOM SEED=1443141791

node73.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.213
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.213
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:       1891440 kB
Buffers:          7000 kB
Cached:          61272 kB
SwapCached:          0 kB
Active:          91736 kB
Inactive:        23020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1891440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:          66920 kB
Slab:            34944 kB
Committed_AS:   230992 kB
PageTables:       1896 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= 66484 MiB
End job on node73 at 2009-07-12 08:58:27