Trace number 1088962

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (TO) 1800.15 1808.09

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-1-10.xml
MD5SUM2f4600fcc9d9d18c52a98a6aedbd8274
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.669897
Satisfiable
(Un)Satisfiability was proved
Number of variables864
Number of constraints18707
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18707
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.30	c See www.sat4j.org for details.
0.18/0.30	c That software uses the Rhino library from the Mozilla project.
0.28/0.34	c version 9.9.9.token
0.28/0.34	c sun.arch.data.model	32
0.28/0.34	c java.version	1.6.0_06
0.28/0.34	c os.name	Linux
0.28/0.34	c os.version	2.6.9-22.EL.rootsmp
0.28/0.34	c os.arch	i386
0.28/0.34	c Free memory 669864272
0.28/0.34	c Max memory 672137216
0.28/0.34	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1088962-1215260786.xml
0.28/0.38	c reading problem ... 
0.57/0.64	c reading problem named null
0.57/0.64	c reading domains done.
0.57/0.64	c reading variables done.
0.88/0.98	c reading predicates  done.
1.07/1.16	c reading constraints
8.59/8.51	c done with constraints.
8.59/8.51	c ... done. Wall clock time 8.127s.
8.59/8.51	c #vars     8640
8.59/8.51	c #constraints  375868
8.59/8.51	c constraints type 
8.59/8.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 375004
8.59/8.51	c org.sat4j.minisat.constraints.card.AtLeast => 864
1800.05/1808.01	c starts		: 19
1800.05/1808.01	c conflicts		: 313944
1800.05/1808.01	c decisions		: 322578
1800.05/1808.01	c propagations		: 71570244
1800.05/1808.01	c inspects		: 5745189224
1800.05/1808.01	c learnt literals	: 3
1800.05/1808.01	c learnt binary clauses	: 18
1800.05/1808.01	c learnt ternary clauses	: 69
1800.05/1808.01	c learnt clauses	: 313941
1800.05/1808.01	c ignored clauses	: 0
1800.05/1808.01	c root simplifications	: 0
1800.05/1808.01	c removed literals (reason simplification)	: 4449346
1800.05/1808.01	c reason swapping (by a shorter reason)	: 0
1800.05/1808.01	c Calls to reduceDB	: 0
1800.05/1808.01	c speed (assignments/second)	: 39772.626056899615
1800.05/1808.01	c non guided choices	356
1800.05/1808.01	s UNKNOWN
1800.05/1808.01	c Total wall clock time (in seconds) : 1807.627

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088962-1215260786/watcher-1088962-1215260786 -o /tmp/evaluation-result-1088962-1215260786/solver-1088962-1215260786 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1088962-1215260786.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 4/74 4946
/proc/meminfo: memFree=1755976/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=18572 CPUtime=0
/proc/4946/stat : 4946 (runsolver) R 4944 4946 4686 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 638334245 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 254613712167 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/4946/statm: 4643 292 257 25 0 2626 0

[startup+0.093383 s]
/proc/loadavg: 1.92 2.00 1.99 4/74 4946
/proc/meminfo: memFree=1755976/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=804612 CPUtime=0.07
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 2990 0 1 0 6 1 0 0 20 0 12 0 638334245 823922688 2723 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 201153 2723 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.102378 s]
/proc/loadavg: 1.92 2.00 1.99 4/74 4946
/proc/meminfo: memFree=1755976/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=804612 CPUtime=0.08
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 3008 0 1 0 7 1 0 0 20 0 12 0 638334245 823922688 2741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 201153 2741 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302403 s]
/proc/loadavg: 1.92 2.00 1.99 4/74 4946
/proc/meminfo: memFree=1755976/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=808264 CPUtime=0.28
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 5044 0 1 0 25 3 0 0 20 0 12 0 638334245 827662336 4373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 202066 4373 1307 9 0 199435 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808264

[startup+0.701453 s]
/proc/loadavg: 1.92 2.00 1.99 4/74 4946
/proc/meminfo: memFree=1755976/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=808292 CPUtime=0.67
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 6312 0 1 0 63 4 0 0 20 0 12 0 638334245 827691008 5494 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 202073 5494 1336 9 0 199435 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808292

[startup+1.50154 s]
/proc/loadavg: 1.92 2.00 1.99 3/86 4958
/proc/meminfo: memFree=1736296/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=811312 CPUtime=1.47
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 9501 0 1 0 141 6 0 0 20 0 12 0 638334245 830783488 7764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 202828 7764 1354 9 0 200190 0
[pid=4946/tid=4948] ppid=4944 vsize=811312 CPUtime=0.84
/proc/4946/task/4948/stat : 4948 (java) R 4944 4946 4686 0 -1 64 5324 0 1 0 80 4 0 0 25 0 12 0 638334247 830783488 7764 996147200 134512640 134550740 4294956016 18446744073709551615 4109210878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4949] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4949/stat : 4949 (java) S 4944 4946 4686 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 638334248 830783488 7764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4950] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4950/stat : 4950 (java) S 4944 4946 4686 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 638334248 830783488 7764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4951] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4951/stat : 4951 (java) S 4944 4946 4686 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 638334249 830783488 7764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4952] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4952/stat : 4952 (java) S 4944 4946 4686 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 638334250 830783488 7764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4953] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4953/stat : 4953 (java) S 4944 4946 4686 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 638334250 830783488 7764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4954] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4954/stat : 4954 (java) S 4944 4946 4686 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 638334254 830783488 7764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4955] ppid=4944 vsize=811312 CPUtime=0.4
/proc/4946/task/4955/stat : 4955 (java) S 4944 4946 4686 0 -1 64 2284 0 0 0 40 0 0 0 17 0 12 0 638334254 830783488 7764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4956] ppid=4944 vsize=811312 CPUtime=0.2
/proc/4946/task/4956/stat : 4956 (java) S 4944 4946 4686 0 -1 64 1131 0 0 0 20 0 0 0 16 0 12 0 638334254 830783488 7764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4957] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4957/stat : 4957 (java) S 4944 4946 4686 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 638334254 830783488 7764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4958] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4958/stat : 4958 (java) S 4944 4946 4686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638334254 830783488 7764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811312

[startup+3.10172 s]
/proc/loadavg: 1.93 2.00 1.99 4/86 4958
/proc/meminfo: memFree=1723752/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=811312 CPUtime=3.06
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 14431 0 1 0 298 8 0 0 20 0 12 0 638334245 830783488 12067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 202828 12067 1368 9 0 200190 0
[pid=4946/tid=4948] ppid=4944 vsize=811312 CPUtime=1.55
/proc/4946/task/4948/stat : 4948 (java) R 4944 4946 4686 0 -1 64 9529 0 1 0 150 5 0 0 25 0 12 0 638334247 830783488 12067 996147200 134512640 134550740 4294956016 18446744073709551615 4109219206 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4949] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4949/stat : 4949 (java) S 4944 4946 4686 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 638334248 830783488 12067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4950] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4950/stat : 4950 (java) S 4944 4946 4686 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 638334248 830783488 12067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4951] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4951/stat : 4951 (java) S 4944 4946 4686 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 638334249 830783488 12067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4952] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4952/stat : 4952 (java) S 4944 4946 4686 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 638334250 830783488 12067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4953] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4953/stat : 4953 (java) S 4944 4946 4686 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 638334250 830783488 12067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4954] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4954/stat : 4954 (java) S 4944 4946 4686 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 638334254 830783488 12067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4955] ppid=4944 vsize=811312 CPUtime=1.04
/proc/4946/task/4955/stat : 4955 (java) S 4944 4946 4686 0 -1 64 2986 0 0 0 103 1 0 0 16 0 12 0 638334254 830783488 12067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4956] ppid=4944 vsize=811312 CPUtime=0.45
/proc/4946/task/4956/stat : 4956 (java) S 4944 4946 4686 0 -1 64 1154 0 0 0 45 0 0 0 15 0 12 0 638334254 830783488 12067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4957] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4957/stat : 4957 (java) S 4944 4946 4686 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 638334254 830783488 12067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4958] ppid=4944 vsize=811312 CPUtime=0
/proc/4946/task/4958/stat : 4958 (java) S 4944 4946 4686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638334254 830783488 12067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 811312

[startup+6.30208 s]
/proc/loadavg: 1.93 2.00 1.99 4/86 4958
/proc/meminfo: memFree=1671208/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=812084 CPUtime=6.24
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 31355 0 1 0 609 15 0 0 20 0 12 0 638334245 831574016 26568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 203021 26568 1392 9 0 200383 0
[pid=4946/tid=4948] ppid=4944 vsize=812084 CPUtime=3.14
/proc/4946/task/4948/stat : 4948 (java) R 4944 4946 4686 0 -1 64 17326 0 1 0 305 9 0 0 25 0 12 0 638334247 831574016 26568 996147200 134512640 134550740 4294956016 18446744073709551615 4109318653 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4949] ppid=4944 vsize=812084 CPUtime=0.12
/proc/4946/task/4949/stat : 4949 (java) S 4944 4946 4686 0 -1 64 5011 0 0 0 11 1 0 0 17 0 12 0 638334248 831574016 26568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4950] ppid=4944 vsize=812084 CPUtime=0.04
/proc/4946/task/4950/stat : 4950 (java) S 4944 4946 4686 0 -1 64 1502 0 0 0 4 0 0 0 17 0 12 0 638334248 831574016 26568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4951] ppid=4944 vsize=812084 CPUtime=0
/proc/4946/task/4951/stat : 4951 (java) S 4944 4946 4686 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 638334249 831574016 26568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4952] ppid=4944 vsize=812084 CPUtime=0
/proc/4946/task/4952/stat : 4952 (java) S 4944 4946 4686 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638334250 831574016 26568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4953] ppid=4944 vsize=812084 CPUtime=0
/proc/4946/task/4953/stat : 4953 (java) S 4944 4946 4686 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 638334250 831574016 26568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4954] ppid=4944 vsize=812084 CPUtime=0
/proc/4946/task/4954/stat : 4954 (java) S 4944 4946 4686 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 638334254 831574016 26568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4955] ppid=4944 vsize=812084 CPUtime=1.67
/proc/4946/task/4955/stat : 4955 (java) S 4944 4946 4686 0 -1 64 4473 0 0 0 166 1 0 0 15 0 12 0 638334254 831574016 26568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4956] ppid=4944 vsize=812084 CPUtime=1.22
/proc/4946/task/4956/stat : 4956 (java) S 4944 4946 4686 0 -1 64 2224 0 0 0 121 1 0 0 15 0 12 0 638334254 831574016 26568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4957] ppid=4944 vsize=812084 CPUtime=0
/proc/4946/task/4957/stat : 4957 (java) S 4944 4946 4686 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 638334254 831574016 26568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4958] ppid=4944 vsize=812084 CPUtime=0
/proc/4946/task/4958/stat : 4958 (java) S 4944 4946 4686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638334254 831574016 26568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 812084

[startup+12.7028 s]
/proc/loadavg: 1.94 2.00 1.99 3/87 4959
/proc/meminfo: memFree=1626976/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=815612 CPUtime=12.78
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 39179 0 1 0 1258 20 0 0 20 0 13 0 638334245 835186688 33341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 203903 33341 1400 9 0 201265 0
[pid=4946/tid=4948] ppid=4944 vsize=815612 CPUtime=8.54
/proc/4946/task/4948/stat : 4948 (java) R 4944 4946 4686 0 -1 64 17343 0 1 0 844 10 0 0 25 0 13 0 638334247 835186688 33341 996147200 134512640 134550740 4294956016 18446744073709551615 4110351866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4949] ppid=4944 vsize=815612 CPUtime=0.42
/proc/4946/task/4949/stat : 4949 (java) S 4944 4946 4686 0 -1 64 8380 0 0 0 40 2 0 0 17 0 13 0 638334248 835186688 33341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4950] ppid=4944 vsize=815612 CPUtime=0.36
/proc/4946/task/4950/stat : 4950 (java) S 4944 4946 4686 0 -1 64 5889 0 0 0 34 2 0 0 17 0 13 0 638334248 835186688 33341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4951] ppid=4944 vsize=815612 CPUtime=0
/proc/4946/task/4951/stat : 4951 (java) S 4944 4946 4686 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 638334249 835186688 33341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4952] ppid=4944 vsize=815612 CPUtime=0
/proc/4946/task/4952/stat : 4952 (java) S 4944 4946 4686 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 638334250 835186688 33341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4953] ppid=4944 vsize=815612 CPUtime=0
/proc/4946/task/4953/stat : 4953 (java) S 4944 4946 4686 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 638334250 835186688 33341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4954] ppid=4944 vsize=815612 CPUtime=0
/proc/4946/task/4954/stat : 4954 (java) S 4944 4946 4686 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 638334254 835186688 33341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4955] ppid=4944 vsize=815612 CPUtime=1.95
/proc/4946/task/4955/stat : 4955 (java) S 4944 4946 4686 0 -1 64 4498 0 0 0 193 2 0 0 16 0 13 0 638334254 835186688 33341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4956] ppid=4944 vsize=815612 CPUtime=1.45
/proc/4946/task/4956/stat : 4956 (java) S 4944 4946 4686 0 -1 64 2246 0 0 0 144 1 0 0 16 0 13 0 638334254 835186688 33341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4957] ppid=4944 vsize=815612 CPUtime=0
/proc/4946/task/4957/stat : 4957 (java) S 4944 4946 4686 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 638334254 835186688 33341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4958] ppid=4944 vsize=815612 CPUtime=0
/proc/4946/task/4958/stat : 4958 (java) S 4944 4946 4686 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 638334254 835186688 33341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4959] ppid=4944 vsize=815612 CPUtime=0
/proc/4946/task/4959/stat : 4959 (java) S 4944 4946 4686 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 638335098 835186688 33341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 815612

[startup+25.5022 s]
/proc/loadavg: 1.95 2.00 1.99 3/87 4959
/proc/meminfo: memFree=1626912/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=815612 CPUtime=25.53
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 39183 0 1 0 2533 20 0 0 20 0 13 0 638334245 835186688 33344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 203903 33344 1400 9 0 201265 0
[pid=4946/tid=4948] ppid=4944 vsize=815612 CPUtime=21.26
/proc/4946/task/4948/stat : 4948 (java) R 4944 4946 4686 0 -1 64 17345 0 1 0 2116 10 0 0 25 0 13 0 638334247 835186688 33344 996147200 134512640 134550740 4294956016 18446744073709551615 4110359455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4949] ppid=4944 vsize=815612 CPUtime=0.42
/proc/4946/task/4949/stat : 4949 (java) S 4944 4946 4686 0 -1 64 8380 0 0 0 40 2 0 0 17 0 13 0 638334248 835186688 33344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4950] ppid=4944 vsize=815612 CPUtime=0.36
/proc/4946/task/4950/stat : 4950 (java) S 4944 4946 4686 0 -1 64 5889 0 0 0 34 2 0 0 17 0 13 0 638334248 835186688 33344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4951] ppid=4944 vsize=815612 CPUtime=0
/proc/4946/task/4951/stat : 4951 (java) S 4944 4946 4686 0 -1 64 57 0 0 0 0 0 0 0 17 0 13 0 638334249 835186688 33344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4952] ppid=4944 vsize=815612 CPUtime=0
/proc/4946/task/4952/stat : 4952 (java) S 4944 4946 4686 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 638334250 835186688 33344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4953] ppid=4944 vsize=815612 CPUtime=0
/proc/4946/task/4953/stat : 4953 (java) S 4944 4946 4686 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 638334250 835186688 33344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=4946] ppid=4944 vsize=827132 CPUtime=1595.9
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 73565 0 1 0 159552 38 0 0 20 0 13 0 638334245 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 206783 63250 1402 9 0 204145 0
[pid=4946/tid=4948] ppid=4944 vsize=827132 CPUtime=1588.14
/proc/4946/task/4948/stat : 4948 (java) R 4944 4946 4686 0 -1 64 17353 0 1 0 158803 11 0 0 25 0 13 0 638334247 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4110352072 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4949] ppid=4944 vsize=827132 CPUtime=2.08
/proc/4946/task/4949/stat : 4949 (java) S 4944 4946 4686 0 -1 64 25702 0 0 0 198 10 0 0 21 0 13 0 638334248 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4950] ppid=4944 vsize=827132 CPUtime=2.03
/proc/4946/task/4950/stat : 4950 (java) S 4944 4946 4686 0 -1 64 22927 0 0 0 192 11 0 0 21 0 13 0 638334248 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4951] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4951/stat : 4951 (java) S 4944 4946 4686 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 638334249 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4952] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4952/stat : 4952 (java) S 4944 4946 4686 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 638334250 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4953] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4953/stat : 4953 (java) S 4944 4946 4686 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 638334250 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4954] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4954/stat : 4954 (java) S 4944 4946 4686 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4955] ppid=4944 vsize=827132 CPUtime=2.03
/proc/4946/task/4955/stat : 4955 (java) S 4944 4946 4686 0 -1 64 4504 0 0 0 201 2 0 0 16 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4956] ppid=4944 vsize=827132 CPUtime=1.57
/proc/4946/task/4956/stat : 4956 (java) S 4944 4946 4686 0 -1 64 2256 0 0 0 156 1 0 0 16 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4957] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4957/stat : 4957 (java) S 4944 4946 4686 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4958] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4958/stat : 4958 (java) S 4944 4946 4686 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4959] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4959/stat : 4959 (java) S 4944 4946 4686 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 638335098 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.9
Current children cumulated vsize (KiB) 827132

[startup+1662.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/94 5028
/proc/meminfo: memFree=1454360/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=827132 CPUtime=1655.33
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 73565 0 1 0 165495 38 0 0 20 0 13 0 638334245 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 206783 63250 1402 9 0 204145 0
[pid=4946/tid=4948] ppid=4944 vsize=827132 CPUtime=1647.56
/proc/4946/task/4948/stat : 4948 (java) R 4944 4946 4686 0 -1 64 17353 0 1 0 164745 11 0 0 25 0 13 0 638334247 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4110359455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4949] ppid=4944 vsize=827132 CPUtime=2.08
/proc/4946/task/4949/stat : 4949 (java) S 4944 4946 4686 0 -1 64 25702 0 0 0 198 10 0 0 21 0 13 0 638334248 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4950] ppid=4944 vsize=827132 CPUtime=2.03
/proc/4946/task/4950/stat : 4950 (java) S 4944 4946 4686 0 -1 64 22927 0 0 0 192 11 0 0 21 0 13 0 638334248 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4951] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4951/stat : 4951 (java) S 4944 4946 4686 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 638334249 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4952] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4952/stat : 4952 (java) S 4944 4946 4686 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 638334250 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4953] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4953/stat : 4953 (java) S 4944 4946 4686 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 638334250 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4954] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4954/stat : 4954 (java) S 4944 4946 4686 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4955] ppid=4944 vsize=827132 CPUtime=2.03
/proc/4946/task/4955/stat : 4955 (java) S 4944 4946 4686 0 -1 64 4504 0 0 0 201 2 0 0 16 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4956] ppid=4944 vsize=827132 CPUtime=1.57
/proc/4946/task/4956/stat : 4956 (java) S 4944 4946 4686 0 -1 64 2256 0 0 0 156 1 0 0 16 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4957] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4957/stat : 4957 (java) S 4944 4946 4686 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4958] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4958/stat : 4958 (java) S 4944 4946 4686 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4959] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4959/stat : 4959 (java) S 4944 4946 4686 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 638335098 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.33
Current children cumulated vsize (KiB) 827132

[startup+1722.3 s]
/proc/loadavg: 2.16 2.07 2.02 3/94 5028
/proc/meminfo: memFree=1454424/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=827132 CPUtime=1714.77
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 73565 0 1 0 171439 38 0 0 20 0 13 0 638334245 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 206783 63250 1402 9 0 204145 0
[pid=4946/tid=4948] ppid=4944 vsize=827132 CPUtime=1707
/proc/4946/task/4948/stat : 4948 (java) R 4944 4946 4686 0 -1 64 17353 0 1 0 170689 11 0 0 25 0 13 0 638334247 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4110351750 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4949] ppid=4944 vsize=827132 CPUtime=2.08
/proc/4946/task/4949/stat : 4949 (java) S 4944 4946 4686 0 -1 64 25702 0 0 0 198 10 0 0 21 0 13 0 638334248 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4950] ppid=4944 vsize=827132 CPUtime=2.03
/proc/4946/task/4950/stat : 4950 (java) S 4944 4946 4686 0 -1 64 22927 0 0 0 192 11 0 0 21 0 13 0 638334248 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4951] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4951/stat : 4951 (java) S 4944 4946 4686 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 638334249 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4952] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4952/stat : 4952 (java) S 4944 4946 4686 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 638334250 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4953] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4953/stat : 4953 (java) S 4944 4946 4686 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 638334250 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4954] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4954/stat : 4954 (java) S 4944 4946 4686 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4955] ppid=4944 vsize=827132 CPUtime=2.03
/proc/4946/task/4955/stat : 4955 (java) S 4944 4946 4686 0 -1 64 4504 0 0 0 201 2 0 0 16 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4956] ppid=4944 vsize=827132 CPUtime=1.57
/proc/4946/task/4956/stat : 4956 (java) S 4944 4946 4686 0 -1 64 2256 0 0 0 156 1 0 0 16 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4957] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4957/stat : 4957 (java) S 4944 4946 4686 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4958] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4958/stat : 4958 (java) S 4944 4946 4686 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 638334254 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4959] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4959/stat : 4959 (java) S 4944 4946 4686 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 638335098 846983168 63250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.77
Current children cumulated vsize (KiB) 827132

[startup+1782.3 s]
/proc/loadavg: 2.19 2.09 2.02 3/94 5028
/proc/meminfo: memFree=1430040/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=827132 CPUtime=1774.59
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 80204 0 1 0 177418 41 0 0 20 0 13 0 638334245 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 206783 69312 1402 9 0 204145 0
[pid=4946/tid=4948] ppid=4944 vsize=827132 CPUtime=1765.79
/proc/4946/task/4948/stat : 4948 (java) R 4944 4946 4686 0 -1 64 17354 0 1 0 176568 11 0 0 25 0 13 0 638334247 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4110351972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4949] ppid=4944 vsize=827132 CPUtime=2.52
/proc/4946/task/4949/stat : 4949 (java) S 4944 4946 4686 0 -1 64 28613 0 0 0 241 11 0 0 21 0 13 0 638334248 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4950] ppid=4944 vsize=827132 CPUtime=2.62
/proc/4946/task/4950/stat : 4950 (java) S 4944 4946 4686 0 -1 64 26654 0 0 0 250 12 0 0 21 0 13 0 638334248 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4951] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4951/stat : 4951 (java) S 4944 4946 4686 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 638334249 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4952] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4952/stat : 4952 (java) S 4944 4946 4686 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 638334250 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4953] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4953/stat : 4953 (java) S 4944 4946 4686 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 638334250 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4954] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4954/stat : 4954 (java) S 4944 4946 4686 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 638334254 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4955] ppid=4944 vsize=827132 CPUtime=2.03
/proc/4946/task/4955/stat : 4955 (java) S 4944 4946 4686 0 -1 64 4504 0 0 0 201 2 0 0 16 0 13 0 638334254 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4956] ppid=4944 vsize=827132 CPUtime=1.57
/proc/4946/task/4956/stat : 4956 (java) S 4944 4946 4686 0 -1 64 2256 0 0 0 156 1 0 0 16 0 13 0 638334254 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4957] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4957/stat : 4957 (java) S 4944 4946 4686 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 638334254 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4958] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4958/stat : 4958 (java) S 4944 4946 4686 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 638334254 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4959] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4959/stat : 4959 (java) S 4944 4946 4686 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 638335098 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.59
Current children cumulated vsize (KiB) 827132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.12 2.08 2.02 3/94 5028
/proc/meminfo: memFree=1430040/2055920 swapFree=4179388/4192956
[pid=4946] ppid=4944 vsize=827132 CPUtime=1800.05
/proc/4946/stat : 4946 (java) S 4944 4946 4686 0 -1 0 80204 0 1 0 179964 41 0 0 20 0 13 0 638334245 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4946/statm: 206783 69312 1402 9 0 204145 0
[pid=4946/tid=4948] ppid=4944 vsize=827132 CPUtime=1791.25
/proc/4946/task/4948/stat : 4948 (java) R 4944 4946 4686 0 -1 64 17354 0 1 0 179114 11 0 0 25 0 13 0 638334247 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4110351974 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4949] ppid=4944 vsize=827132 CPUtime=2.52
/proc/4946/task/4949/stat : 4949 (java) S 4944 4946 4686 0 -1 64 28613 0 0 0 241 11 0 0 21 0 13 0 638334248 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4950] ppid=4944 vsize=827132 CPUtime=2.62
/proc/4946/task/4950/stat : 4950 (java) S 4944 4946 4686 0 -1 64 26654 0 0 0 250 12 0 0 21 0 13 0 638334248 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4951] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4951/stat : 4951 (java) S 4944 4946 4686 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 638334249 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4952] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4952/stat : 4952 (java) S 4944 4946 4686 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 638334250 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4953] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4953/stat : 4953 (java) S 4944 4946 4686 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 638334250 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4954] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4954/stat : 4954 (java) S 4944 4946 4686 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 638334254 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4955] ppid=4944 vsize=827132 CPUtime=2.03
/proc/4946/task/4955/stat : 4955 (java) S 4944 4946 4686 0 -1 64 4504 0 0 0 201 2 0 0 16 0 13 0 638334254 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4946/tid=4956] ppid=4944 vsize=827132 CPUtime=1.57
/proc/4946/task/4956/stat : 4956 (java) S 4944 4946 4686 0 -1 64 2256 0 0 0 156 1 0 0 16 0 13 0 638334254 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4957] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4957/stat : 4957 (java) S 4944 4946 4686 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 638334254 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4958] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4958/stat : 4958 (java) S 4944 4946 4686 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 638334254 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4946/tid=4959] ppid=4944 vsize=827132 CPUtime=0
/proc/4946/task/4959/stat : 4959 (java) S 4944 4946 4686 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 638335098 846983168 69312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 827132

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

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

Child status: 143
Real time (s): 1808.09
CPU time (s): 1800.15
CPU user time (s): 1799.69
CPU system time (s): 0.45993
CPU usage (%): 99.5606
Max. virtual memory (cumulated for all children) (KiB): 827132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80224
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= 37976
involuntary context switches= 46886

runsolver used 2.23866 second user time and 6.01109 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-05 14:26:26
IDJOB=1088962
IDBENCH=58154
IDSOLVER=344
FILE ID=node87/1088962-1215260786
PBS_JOBID= 7882137
Free space on /tmp= 66452 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-1-10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088962-1215260786/watcher-1088962-1215260786 -o /tmp/evaluation-result-1088962-1215260786/solver-1088962-1215260786 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1088962-1215260786.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2f4600fcc9d9d18c52a98a6aedbd8274
RANDOM SEED=746114959

node87.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1756392 kB
Buffers:         20528 kB
Cached:         215808 kB
SwapCached:       7716 kB
Active:         167268 kB
Inactive:        87068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756392 kB
SwapTotal:     4192956 kB
SwapFree:      4179388 kB
Dirty:            3480 kB
Writeback:           0 kB
Mapped:          25184 kB
Slab:            30408 kB
Committed_AS:  1659432 kB
PageTables:       1912 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node87 at 2008-07-05 14:56:36