Trace number 1107684

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.17 1813.39

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f3.xml
MD5SUM418cb735258839ac4f973e76ade14b1c
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 benchmark5.85111
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.46	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.46	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.46	c See www.sat4j.org for details.
0.28/0.46	c That software uses the Rhino library from the Mozilla project.
0.35/0.50	c version 9.9.9.token
0.35/0.50	c sun.arch.data.model	32
0.35/0.50	c java.version	1.6.0_06
0.35/0.50	c os.name	Linux
0.35/0.50	c os.version	2.6.9-22.EL.rootsmp
0.35/0.50	c os.arch	i386
0.35/0.50	c Free memory 669864272
0.35/0.50	c Max memory 672137216
0.35/0.50	c Total memory 672137216
0.35/0.51	c Number of processors 2
0.35/0.56	c c --- Begin Solver configuration ---
0.35/0.56	c Stops conflict analysis at the first Unique Implication Point
0.35/0.56	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.35/0.56	c Learn all clauses as in MiniSAT
0.35/0.56	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.56	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.35/0.56	c Expensive reason simplification
0.35/0.56	c MiniSAT restarts strategy
0.35/0.56	c timeout=2147483s
0.35/0.56	c DB Simplification allowed=false
0.35/0.56	c --- End Solver configuration ---
0.35/0.56	c solving HOME/instance-1107684-1215478998.xml
0.35/0.56	c reading problem ... 
0.61/0.90	c reading problem named null
0.61/0.90	c reading domains done.
0.71/0.91	c reading variables done.
1.19/1.46	c reading predicates  done.
1.38/1.65	c reading constraints
16.97/17.35	c done with constraints.
16.97/17.35	c ... done. Wall clock time 16.795s.
16.97/17.35	c #vars     25192
16.97/17.35	c #constraints  298262
16.97/17.35	c constraints type 
16.97/17.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 295918
16.97/17.35	c org.sat4j.minisat.constraints.card.AtLeast => 680
1800.08/1813.31	c starts		: 17
1800.08/1813.32	c conflicts		: 192024
1800.08/1813.32	c decisions		: 254352
1800.08/1813.32	c propagations		: 20416481
1800.08/1813.32	c inspects		: 3808823975
1800.08/1813.32	c learnt literals	: 6
1800.08/1813.32	c learnt binary clauses	: 31
1800.08/1813.32	c learnt ternary clauses	: 45
1800.08/1813.32	c learnt clauses	: 192018
1800.08/1813.32	c ignored clauses	: 0
1800.08/1813.32	c root simplifications	: 0
1800.08/1813.32	c removed literals (reason simplification)	: 14907135
1800.08/1813.32	c reason swapping (by a shorter reason)	: 0
1800.08/1813.32	c Calls to reduceDB	: 0
1800.08/1813.32	c speed (assignments/second)	: 11368.447399339602
1800.08/1813.32	c non guided choices	6162
1800.08/1813.32	s UNKNOWN
1800.08/1813.32	c Total wall clock time (in seconds) : 1812.759

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-1107684-1215478998/watcher-1107684-1215478998 -o /tmp/evaluation-result-1107684-1215478998/solver-1107684-1215478998 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1107684-1215478998.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: 2.00 2.00 1.83 3/72 2965
/proc/meminfo: memFree=1878000/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=1836 CPUtime=0
/proc/2965/stat : 2965 (java6) R 2963 2965 2739 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 4598694 1880064 156 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2965/statm: 451 155 111 9 0 93 0

[startup+0.0175059 s]
/proc/loadavg: 2.00 2.00 1.83 3/72 2965
/proc/meminfo: memFree=1878000/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=12824 CPUtime=0
/proc/2965/stat : 2965 (java) D 2963 2965 2739 0 -1 0 363 0 1 0 0 0 0 0 18 0 1 0 4598694 13131776 166 996147200 134512640 134550740 4294956016 18446744073709551615 4309796 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2965/statm: 3206 166 120 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12824

[startup+0.102522 s]
/proc/loadavg: 2.00 2.00 1.83 3/72 2965
/proc/meminfo: memFree=1878000/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=800916 CPUtime=0.03
/proc/2965/stat : 2965 (java) S 2963 2965 2739 0 -1 0 2425 0 30 0 1 2 0 0 18 0 4 0 4598694 820137984 2192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 200229 2192 928 9 0 197612 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800916

[startup+0.301534 s]
/proc/loadavg: 2.00 2.00 1.83 3/72 2965
/proc/meminfo: memFree=1878000/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=808244 CPUtime=0.21
/proc/2965/stat : 2965 (java) S 2963 2965 2739 0 -1 0 4484 0 30 0 17 4 0 0 18 0 12 0 4598694 827641856 3840 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 202061 3840 1294 9 0 199430 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 808244

[startup+0.702557 s]
/proc/loadavg: 2.00 2.00 1.83 3/72 2965
/proc/meminfo: memFree=1878000/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=808388 CPUtime=0.53
/proc/2965/stat : 2965 (java) S 2963 2965 2739 0 -1 0 5913 0 30 0 47 6 0 0 18 0 12 0 4598694 827789312 5089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 202097 5089 1321 9 0 199459 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 808388

[startup+1.50262 s]
/proc/loadavg: 2.00 2.00 1.83 3/84 2977
/proc/meminfo: memFree=1852048/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=808272 CPUtime=1.29
/proc/2965/stat : 2965 (java) S 2963 2965 2739 0 -1 0 8563 0 30 0 120 9 0 0 18 0 12 0 4598694 827670528 7108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 202068 7108 1349 9 0 199430 0
[pid=2965/tid=2967] ppid=2963 vsize=808272 CPUtime=0.65
/proc/2965/task/2967/stat : 2967 (java) R 2963 2965 2739 0 -1 64 5386 0 1 0 58 7 0 0 18 0 12 0 4598701 827670528 7108 996147200 134512640 134550740 4294956016 18446744073709551615 4159723546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=808272 CPUtime=0
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 2739 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 4598702 827670528 7108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=808272 CPUtime=0
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 4598702 827670528 7108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=808272 CPUtime=0
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 4598704 827670528 7108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=808272 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 2739 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 4598705 827670528 7108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=808272 CPUtime=0
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 2739 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 4598705 827670528 7108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=808272 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 4598712 827670528 7108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=808272 CPUtime=0.21
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 2739 0 -1 64 401 0 0 0 21 0 0 0 16 0 12 0 4598712 827670528 7108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2975] ppid=2963 vsize=808272 CPUtime=0.4
/proc/2965/task/2975/stat : 2975 (java) S 2963 2965 2739 0 -1 64 2039 0 0 0 40 0 0 0 16 0 12 0 4598712 827670528 7108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2976] ppid=2963 vsize=808272 CPUtime=0
/proc/2965/task/2976/stat : 2976 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 4598712 827670528 7108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2977] ppid=2963 vsize=808272 CPUtime=0
/proc/2965/task/2977/stat : 2977 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4598712 827670528 7108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 808272

[startup+3.10173 s]
/proc/loadavg: 2.00 2.00 1.83 4/84 2977
/proc/meminfo: memFree=1835856/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=815912 CPUtime=2.87
/proc/2965/stat : 2965 (java) S 2963 2965 2739 0 -1 0 18574 0 30 0 271 16 0 0 18 0 12 0 4598694 835493888 14868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 203978 14868 1379 9 0 201340 0
[pid=2965/tid=2967] ppid=2963 vsize=815912 CPUtime=1.38
/proc/2965/task/2967/stat : 2967 (java) R 2963 2965 2739 0 -1 64 11263 0 1 0 126 12 0 0 24 0 12 0 4598701 835493888 14868 996147200 134512640 134550740 4294956016 18446744073709551615 4109738421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=815912 CPUtime=0
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 2739 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 4598702 835493888 14868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=815912 CPUtime=0
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 4598702 835493888 14868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=815912 CPUtime=0
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 4598704 835493888 14868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=815912 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 2739 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 4598705 835493888 14868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=815912 CPUtime=0
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 2739 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 4598705 835493888 14868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=815912 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 4598712 835493888 14868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=815912 CPUtime=0.88
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 2739 0 -1 64 4321 0 0 0 86 2 0 0 16 0 12 0 4598712 835493888 14868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2975] ppid=2963 vsize=815912 CPUtime=0.58
/proc/2965/task/2975/stat : 2975 (java) S 2963 2965 2739 0 -1 64 2253 0 0 0 58 0 0 0 16 0 12 0 4598712 835493888 14868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2976] ppid=2963 vsize=815912 CPUtime=0
/proc/2965/task/2976/stat : 2976 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 4598712 835493888 14868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2977] ppid=2963 vsize=815912 CPUtime=0
/proc/2965/task/2977/stat : 2977 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4598712 835493888 14868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 815912

[startup+6.30401 s]
/proc/loadavg: 2.00 2.00 1.83 4/84 2977
/proc/meminfo: memFree=1771216/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=815512 CPUtime=6.05
/proc/2965/stat : 2965 (java) S 2963 2965 2739 0 -1 0 30457 0 30 0 582 23 0 0 18 0 12 0 4598694 835084288 26645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 203878 26645 1384 9 0 201240 0
[pid=2965/tid=2967] ppid=2963 vsize=815512 CPUtime=3.84
/proc/2965/task/2967/stat : 2967 (java) R 2963 2965 2739 0 -1 64 17283 0 1 0 369 15 0 0 25 0 12 0 4598701 835084288 26645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=815512 CPUtime=0.12
/proc/2965/task/2968/stat : 2968 (java) R 2963 2965 2739 0 -1 64 2880 0 0 0 11 1 0 0 16 0 12 0 4598702 835084288 26645 996147200 134512640 134550740 4294956016 18446744073709551615 104137011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=815512 CPUtime=0.1
/proc/2965/task/2969/stat : 2969 (java) R 2963 2965 2739 0 -1 64 2828 0 0 0 9 1 0 0 16 0 12 0 4598702 835084288 26645 996147200 134512640 134550740 4294956016 18446744073709551615 106159729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=815512 CPUtime=0
/proc/2965/task/2970/stat : 2970 (java) R 2963 2965 2739 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 4598704 835084288 26645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=815512 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 2739 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 4598705 835084288 26645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=815512 CPUtime=0
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 2739 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 4598705 835084288 26645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=815512 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 4598712 835084288 26645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=815512 CPUtime=1.14
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 2739 0 -1 64 4402 0 0 0 112 2 0 0 16 0 12 0 4598712 835084288 26645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2975] ppid=2963 vsize=815512 CPUtime=0.78
/proc/2965/task/2975/stat : 2975 (java) S 2963 2965 2739 0 -1 64 2271 0 0 0 78 0 0 0 16 0 12 0 4598712 835084288 26645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2976] ppid=2963 vsize=815512 CPUtime=0
/proc/2965/task/2976/stat : 2976 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 4598712 835084288 26645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2977] ppid=2963 vsize=815512 CPUtime=0
/proc/2965/task/2977/stat : 2977 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4598712 835084288 26645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 815512

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 1.83 3/84 2977
/proc/meminfo: memFree=1737168/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=815448 CPUtime=12.41
/proc/2965/stat : 2965 (java) S 2963 2965 2739 0 -1 0 38467 0 30 0 1214 27 0 0 18 0 12 0 4598694 835018752 34621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 203862 34621 1389 9 0 201224 0
[pid=2965/tid=2967] ppid=2963 vsize=815448 CPUtime=8.57
/proc/2965/task/2967/stat : 2967 (java) R 2963 2965 2739 0 -1 64 17301 0 1 0 842 15 0 0 25 0 12 0 4598701 835018752 34621 996147200 134512640 134550740 4294956016 18446744073709551615 4109195337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=815448 CPUtime=0.43
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 2739 0 -1 64 6663 0 0 0 40 3 0 0 16 0 12 0 4598702 835018752 34621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=815448 CPUtime=0.4
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 2739 0 -1 64 6962 0 0 0 38 2 0 0 16 0 12 0 4598702 835018752 34621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=815448 CPUtime=0
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 2739 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 4598704 835018752 34621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=815448 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 2739 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 4598705 835018752 34621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=815448 CPUtime=0
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 2739 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 4598705 835018752 34621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=815448 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 4598712 835018752 34621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=815448 CPUtime=1.44
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 2739 0 -1 64 4415 0 0 0 142 2 0 0 15 0 12 0 4598712 835018752 34621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2975] ppid=2963 vsize=815448 CPUtime=1.49
/proc/2965/task/2975/stat : 2975 (java) S 2963 2965 2739 0 -1 64 2333 0 0 0 149 0 0 0 15 0 12 0 4598712 835018752 34621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2976] ppid=2963 vsize=815448 CPUtime=0
/proc/2965/task/2976/stat : 2976 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 4598712 835018752 34621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2977] ppid=2963 vsize=815448 CPUtime=0
/proc/2965/task/2977/stat : 2977 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4598712 835018752 34621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 815448

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 1.83 3/85 2978
/proc/meminfo: memFree=1713288/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=815400 CPUtime=25.09
/proc/2965/stat : 2965 (java) S 2963 2965 2739 0 -1 0 43963 0 30 0 2479 30 0 0 18 0 13 0 4598694 834969600 40004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 203850 40004 1404 9 0 201212 0
[pid=2965/tid=2967] ppid=2963 vsize=815400 CPUtime=20.11
/proc/2965/task/2967/stat : 2967 (java) R 2963 2965 2739 0 -1 64 17328 0 1 0 1996 15 0 0 25 0 13 0 4598701 834969600 40004 996147200 134512640 134550740 4294956016 18446744073709551615 4110259039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=815400 CPUtime=0.58
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 2739 0 -1 64 9580 0 0 0 53 5 0 0 16 0 13 0 4598702 834969600 40004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=815400 CPUtime=0.56
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 2739 0 -1 64 9453 0 0 0 52 4 0 0 16 0 13 0 4598702 834969600 40004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=815400 CPUtime=0.01
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 2739 0 -1 64 58 0 0 0 1 0 0 0 16 0 13 0 4598704 834969600 40004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=815400 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 2739 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4598705 834969600 40004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=815400 CPUtime=0
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 2739 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4598705 834969600 40004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=815400 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 4598712 834969600 40004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=2965] ppid=2963 vsize=817964 CPUtime=1650.49
/proc/2965/stat : 2965 (java) S 2963 2965 2739 0 -1 0 94847 0 30 0 164994 55 0 0 18 0 13 0 4598694 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 204491 87143 1404 9 0 201853 0
[pid=2965/tid=2967] ppid=2963 vsize=817964 CPUtime=1643.4
/proc/2965/task/2967/stat : 2967 (java) R 2963 2965 2739 0 -1 64 17340 0 1 0 164322 18 0 0 25 0 13 0 4598701 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4110252966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=817964 CPUtime=1.6
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 2739 0 -1 64 37378 0 0 0 146 14 0 0 18 0 13 0 4598702 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=817964 CPUtime=1.5
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 2739 0 -1 64 32519 0 0 0 135 15 0 0 18 0 13 0 4598702 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=817964 CPUtime=0.01
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 2739 0 -1 64 58 0 0 0 1 0 0 0 16 0 13 0 4598704 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 2739 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4598705 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 2739 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4598705 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=817964 CPUtime=1.97
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 2739 0 -1 64 4454 0 0 0 194 3 0 0 16 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2975] ppid=2963 vsize=817964 CPUtime=1.93
/proc/2965/task/2975/stat : 2975 (java) S 2963 2965 2739 0 -1 64 2358 0 0 0 192 1 0 0 16 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2976] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2976/stat : 2976 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2977] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2977/stat : 2977 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2978] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2978/stat : 2978 (java) S 2963 2965 2739 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 4600438 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.49
Current children cumulated vsize (KiB) 817964

[startup+1722.3 s]
/proc/loadavg: 2.12 2.04 1.93 3/87 3031
/proc/meminfo: memFree=1510464/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=817964 CPUtime=1709.93
/proc/2965/stat : 2965 (java) S 2963 2965 2739 0 -1 0 94847 0 30 0 170938 55 0 0 18 0 13 0 4598694 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 204491 87143 1404 9 0 201853 0
[pid=2965/tid=2967] ppid=2963 vsize=817964 CPUtime=1702.84
/proc/2965/task/2967/stat : 2967 (java) R 2963 2965 2739 0 -1 64 17340 0 1 0 170266 18 0 0 25 0 13 0 4598701 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4110253503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=817964 CPUtime=1.6
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 2739 0 -1 64 37378 0 0 0 146 14 0 0 18 0 13 0 4598702 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=817964 CPUtime=1.5
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 2739 0 -1 64 32519 0 0 0 135 15 0 0 18 0 13 0 4598702 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=817964 CPUtime=0.01
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 2739 0 -1 64 58 0 0 0 1 0 0 0 16 0 13 0 4598704 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 2739 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4598705 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 2739 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4598705 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=817964 CPUtime=1.97
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 2739 0 -1 64 4454 0 0 0 194 3 0 0 16 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2975] ppid=2963 vsize=817964 CPUtime=1.93
/proc/2965/task/2975/stat : 2975 (java) S 2963 2965 2739 0 -1 64 2358 0 0 0 192 1 0 0 16 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2976] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2976/stat : 2976 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2977] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2977/stat : 2977 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2978] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2978/stat : 2978 (java) S 2963 2965 2739 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 4600438 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.93
Current children cumulated vsize (KiB) 817964

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 1.93 3/87 3031
/proc/meminfo: memFree=1508928/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=817964 CPUtime=1769.37
/proc/2965/stat : 2965 (java) S 2963 2965 2739 0 -1 0 94847 0 30 0 176882 55 0 0 18 0 13 0 4598694 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 204491 87143 1404 9 0 201853 0
[pid=2965/tid=2967] ppid=2963 vsize=817964 CPUtime=1762.28
/proc/2965/task/2967/stat : 2967 (java) R 2963 2965 2739 0 -1 64 17340 0 1 0 176210 18 0 0 25 0 13 0 4598701 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4110259039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=817964 CPUtime=1.6
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 2739 0 -1 64 37378 0 0 0 146 14 0 0 18 0 13 0 4598702 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=817964 CPUtime=1.5
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 2739 0 -1 64 32519 0 0 0 135 15 0 0 18 0 13 0 4598702 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=817964 CPUtime=0.01
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 2739 0 -1 64 58 0 0 0 1 0 0 0 16 0 13 0 4598704 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 2739 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4598705 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 2739 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4598705 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=817964 CPUtime=1.97
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 2739 0 -1 64 4454 0 0 0 194 3 0 0 16 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2975] ppid=2963 vsize=817964 CPUtime=1.93
/proc/2965/task/2975/stat : 2975 (java) S 2963 2965 2739 0 -1 64 2358 0 0 0 192 1 0 0 16 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2976] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2976/stat : 2976 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2977] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2977/stat : 2977 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2978] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2978/stat : 2978 (java) S 2963 2965 2739 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 4600438 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.37
Current children cumulated vsize (KiB) 817964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.3 s]
/proc/loadavg: 2.03 2.03 1.93 3/87 3031
/proc/meminfo: memFree=1508928/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=817964 CPUtime=1800.08
/proc/2965/stat : 2965 (java) S 2963 2965 2739 0 -1 0 94847 0 30 0 179953 55 0 0 18 0 13 0 4598694 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 204491 87143 1404 9 0 201853 0
[pid=2965/tid=2967] ppid=2963 vsize=817964 CPUtime=1793
/proc/2965/task/2967/stat : 2967 (java) R 2963 2965 2739 0 -1 64 17340 0 1 0 179282 18 0 0 25 0 13 0 4598701 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4110259039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=817964 CPUtime=1.6
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 2739 0 -1 64 37378 0 0 0 146 14 0 0 18 0 13 0 4598702 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=817964 CPUtime=1.5
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 2739 0 -1 64 32519 0 0 0 135 15 0 0 18 0 13 0 4598702 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=817964 CPUtime=0.01
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 2739 0 -1 64 58 0 0 0 1 0 0 0 16 0 13 0 4598704 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 2739 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4598705 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 2739 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4598705 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=817964 CPUtime=1.97
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 2739 0 -1 64 4454 0 0 0 194 3 0 0 16 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2975] ppid=2963 vsize=817964 CPUtime=1.93
/proc/2965/task/2975/stat : 2975 (java) S 2963 2965 2739 0 -1 64 2358 0 0 0 192 1 0 0 16 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2976] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2976/stat : 2976 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2977] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2977/stat : 2977 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2978] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2978/stat : 2978 (java) S 2963 2965 2739 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 4600438 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 817964

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

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

[startup+1813.3 s]
/proc/loadavg: 2.03 2.03 1.93 3/87 3031
/proc/meminfo: memFree=1508928/2055920 swapFree=4192956/4192956
[pid=2965] ppid=2963 vsize=817964 CPUtime=1800.08
/proc/2965/stat : 2965 (java) S 2963 2965 2739 0 -1 0 94847 0 30 0 179953 55 0 0 18 0 13 0 4598694 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 204491 87143 1404 9 0 201853 0
[pid=2965/tid=2967] ppid=2963 vsize=817964 CPUtime=1793
/proc/2965/task/2967/stat : 2967 (java) R 2963 2965 2739 0 -1 64 17340 0 1 0 179282 18 0 0 25 0 13 0 4598701 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4110259039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=817964 CPUtime=1.6
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 2739 0 -1 64 37378 0 0 0 146 14 0 0 18 0 13 0 4598702 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=817964 CPUtime=1.5
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 2739 0 -1 64 32519 0 0 0 135 15 0 0 18 0 13 0 4598702 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=817964 CPUtime=0.01
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 2739 0 -1 64 58 0 0 0 1 0 0 0 16 0 13 0 4598704 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 2739 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4598705 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 2739 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4598705 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=817964 CPUtime=1.97
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 2739 0 -1 64 4454 0 0 0 194 3 0 0 16 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2975] ppid=2963 vsize=817964 CPUtime=1.93
/proc/2965/task/2975/stat : 2975 (java) S 2963 2965 2739 0 -1 64 2358 0 0 0 192 1 0 0 16 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2976] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2976/stat : 2976 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2977] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2977/stat : 2977 (java) S 2963 2965 2739 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 4598712 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2978] ppid=2963 vsize=817964 CPUtime=0
/proc/2965/task/2978/stat : 2978 (java) S 2963 2965 2739 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 4600438 837595136 87143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 817964

Child status: 143
Real time (s): 1813.39
CPU time (s): 1800.17
CPU user time (s): 1799.56
CPU system time (s): 0.601908
CPU usage (%): 99.2709
Max. virtual memory (cumulated for all children) (KiB): 817964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.601908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94865
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38872
involuntary context switches= 41819

runsolver used 2.75658 second user time and 5.53916 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-08 03:03:18
IDJOB=1107684
IDBENCH=58073
IDSOLVER=344
FILE ID=node52/1107684-1215478998
PBS_JOBID= 7888734
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 418cb735258839ac4f973e76ade14b1c
RANDOM SEED=396308259

node52.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
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.234
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:       1878480 kB
Buffers:         24628 kB
Cached:          91380 kB
SwapCached:          0 kB
Active:          88408 kB
Inactive:        57304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1878480 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1628 kB
Writeback:           0 kB
Mapped:          41556 kB
Slab:            15876 kB
Committed_AS:   179892 kB
PageTables:       3088 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= 66548 MiB
End job on node52 at 2008-07-08 03:33:34