Trace number 1059098

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.11 1807.8

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-23_ext.xml
MD5SUM10d17c7134b9e9b3075c4ba7eef9dae1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.32	c See www.sat4j.org for details.
0.27/0.32	c That software uses the Rhino library from the Mozilla project.
0.27/0.37	c version 9.9.9.token
0.27/0.37	c sun.arch.data.model	32
0.27/0.37	c java.version	1.6.0_06
0.27/0.37	c os.name	Linux
0.27/0.37	c os.version	2.6.9-22.EL.rootsmp
0.27/0.37	c os.arch	i386
0.27/0.37	c Free memory 669864272
0.27/0.37	c Max memory 672137216
0.27/0.37	c Total memory 672137216
0.27/0.37	c Number of processors 2
0.37/0.42	c c --- Begin Solver configuration ---
0.37/0.42	c Stops conflict analysis at the first Unique Implication Point
0.37/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.42	c Learn all clauses as in MiniSAT
0.37/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.42	c Expensive reason simplification
0.37/0.42	c MiniSAT restarts strategy
0.37/0.42	c timeout=2147483s
0.37/0.42	c DB Simplification allowed=false
0.37/0.42	c --- End Solver configuration ---
0.37/0.42	c solving HOME/instance-1059098-1215121025.xml
0.37/0.42	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.68/0.73	c reading relations done.
5.09/5.12	c reading constraints
7.20/7.25	c done with constraints.
7.20/7.25	c ... done. Wall clock time 6.824s.
7.20/7.25	c #vars     784
7.20/7.25	c #constraints  1290245
7.20/7.25	c constraints type 
7.20/7.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1290217
7.20/7.25	c org.sat4j.minisat.constraints.card.AtLeast => 28
1800.01/1807.71	c starts		: 21
1800.01/1807.71	c conflicts		: 804366
1800.01/1807.71	c decisions		: 1509151
1800.01/1807.71	c propagations		: 55008885
1800.01/1807.71	c inspects		: 5486942029
1800.01/1807.71	c learnt literals	: 0
1800.01/1807.71	c learnt binary clauses	: 8
1800.01/1807.71	c learnt ternary clauses	: 354
1800.01/1807.71	c learnt clauses	: 804366
1800.01/1807.71	c ignored clauses	: 0
1800.01/1807.71	c root simplifications	: 0
1800.01/1807.71	c removed literals (reason simplification)	: 29312563
1800.01/1807.71	c reason swapping (by a shorter reason)	: 0
1800.01/1807.71	c Calls to reduceDB	: 0
1800.01/1807.71	c speed (assignments/second)	: 30552.66678922787
1800.01/1807.71	c non guided choices	270
1800.01/1807.71	s UNKNOWN
1800.01/1807.71	c Total wall clock time (in seconds) : 1807.288

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-1059098-1215121025/watcher-1059098-1215121025 -o /tmp/evaluation-result-1059098-1215121025/solver-1059098-1215121025 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1059098-1215121025.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

[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 19146
/proc/meminfo: memFree=1163536/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=18572 CPUtime=0
/proc/19146/stat : 19146 (runsolver) R 19144 18016 18016 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 1991071413 19017728 290 996147200 4194304 4296836 548682068416 18446744073709551615 266924848273 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19146/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0383421 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 19146
/proc/meminfo: memFree=1163536/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=800744 CPUtime=0.02
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 2317 0 1 0 1 1 0 0 18 0 4 0 1991071413 819961856 2055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 200186 2055 910 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.102132 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 19146
/proc/meminfo: memFree=1163536/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=805512 CPUtime=0.07
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 2953 0 1 0 5 2 0 0 18 0 12 0 1991071413 824844288 2686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 201378 2686 1044 9 0 198747 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 805512

[startup+0.302195 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 19146
/proc/meminfo: memFree=1163536/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=809268 CPUtime=0.27
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 4895 0 1 0 24 3 0 0 18 0 12 0 1991071413 828690432 4222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 202317 4222 1296 9 0 199686 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 809268

[startup+0.701453 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 19146
/proc/meminfo: memFree=1163536/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=809296 CPUtime=0.68
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 6377 0 1 0 63 5 0 0 18 0 12 0 1991071413 828719104 5505 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 202324 5505 1335 9 0 199686 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 809296

[startup+1.50724 s]
/proc/loadavg: 1.92 1.98 1.99 4/96 19158
/proc/meminfo: memFree=1144176/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=812720 CPUtime=1.48
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 10986 0 1 0 141 7 0 0 18 0 12 0 1991071413 832225280 9134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 203180 9134 1349 9 0 200542 0
[pid=19146/tid=19148] ppid=19144 vsize=812720 CPUtime=0.69
/proc/19146/task/19148/stat : 19148 (java) R 19144 19146 18016 0 -1 64 6558 0 1 0 64 5 0 0 20 0 12 0 1991071415 832225280 9135 996147200 134512640 134550740 4294956032 18446744073709551615 4109212276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19149] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19149/stat : 19149 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1991071416 832225280 9135 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19150] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19150/stat : 19150 (java) S 19144 19146 18016 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1991071416 832225280 9136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19151] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19151/stat : 19151 (java) S 19144 19146 18016 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1991071418 832225280 9136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19152] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19152/stat : 19152 (java) S 19144 19146 18016 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1991071418 832225280 9137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19153] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19153/stat : 19153 (java) S 19144 19146 18016 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1991071418 832225280 9138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19154] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19154/stat : 19154 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1991071422 832225280 9138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19155] ppid=19144 vsize=812720 CPUtime=0.29
/proc/19146/task/19155/stat : 19155 (java) S 19144 19146 18016 0 -1 64 499 0 0 0 29 0 0 0 16 0 12 0 1991071422 832225280 9139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=812720 CPUtime=0.48
/proc/19146/task/19156/stat : 19156 (java) S 19144 19146 18016 0 -1 64 3167 0 0 0 47 1 0 0 16 0 12 0 1991071422 832225280 9139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19157/stat : 19157 (java) S 19144 19146 18016 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1991071423 832225280 9140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19158] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19158/stat : 19158 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1991071423 832225280 9141 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812720

[startup+3.10261 s]
/proc/loadavg: 1.93 1.98 1.99 3/96 19158
/proc/meminfo: memFree=1086832/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=812720 CPUtime=3.08
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 25870 0 1 0 292 16 0 0 18 0 12 0 1991071413 832225280 24013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 203180 24013 1357 9 0 200542 0
[pid=19146/tid=19148] ppid=19144 vsize=812720 CPUtime=1.92
/proc/19146/task/19148/stat : 19148 (java) R 19144 19146 18016 0 -1 64 16973 0 1 0 181 11 0 0 25 0 12 0 1991071415 832225280 24013 996147200 134512640 134550740 4294956032 18446744073709551615 4109673886 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19149] ppid=19144 vsize=812720 CPUtime=0.09
/proc/19146/task/19149/stat : 19149 (java) S 19144 19146 18016 0 -1 64 2188 0 0 0 9 0 0 0 16 0 12 0 1991071416 832225280 24013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19150] ppid=19144 vsize=812720 CPUtime=0.1
/proc/19146/task/19150/stat : 19150 (java) S 19144 19146 18016 0 -1 64 2133 0 0 0 9 1 0 0 16 0 12 0 1991071416 832225280 24013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19151] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19151/stat : 19151 (java) S 19144 19146 18016 0 -1 64 136 0 0 0 0 0 0 0 16 0 12 0 1991071418 832225280 24013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19152] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19152/stat : 19152 (java) S 19144 19146 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991071418 832225280 24013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19153] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19153/stat : 19153 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1991071418 832225280 24013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19154/stat : 19154 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1991071422 832225280 24013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19155] ppid=19144 vsize=812720 CPUtime=0.38
/proc/19146/task/19155/stat : 19155 (java) S 19144 19146 18016 0 -1 64 508 0 0 0 38 0 0 0 16 0 12 0 1991071422 832225280 24013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=812720 CPUtime=0.54
/proc/19146/task/19156/stat : 19156 (java) S 19144 19146 18016 0 -1 64 3169 0 0 0 53 1 0 0 16 0 12 0 1991071422 832225280 24013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19157/stat : 19157 (java) S 19144 19146 18016 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1991071423 832225280 24013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19158] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19158/stat : 19158 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1991071423 832225280 24013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 812720

[startup+6.30234 s]
/proc/loadavg: 1.93 1.98 1.99 3/96 19158
/proc/meminfo: memFree=1050800/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=812720 CPUtime=6.3
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 36381 0 1 0 609 21 0 0 18 0 12 0 1991071413 832225280 34247 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 203180 34247 1361 9 0 200542 0
[pid=19146/tid=19148] ppid=19144 vsize=812720 CPUtime=4.2
/proc/19146/task/19148/stat : 19148 (java) R 19144 19146 18016 0 -1 64 16988 0 1 0 408 12 0 0 25 0 12 0 1991071415 832225280 34247 996147200 134512640 134550740 4294956032 18446744073709551615 4109785547 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19149] ppid=19144 vsize=812720 CPUtime=0.35
/proc/19146/task/19149/stat : 19149 (java) S 19144 19146 18016 0 -1 64 5973 0 0 0 33 2 0 0 16 0 12 0 1991071416 832225280 34247 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19150] ppid=19144 vsize=812720 CPUtime=0.46
/proc/19146/task/19150/stat : 19150 (java) S 19144 19146 18016 0 -1 64 8525 0 0 0 42 4 0 0 16 0 12 0 1991071416 832225280 34247 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19151] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19151/stat : 19151 (java) S 19144 19146 18016 0 -1 64 136 0 0 0 0 0 0 0 16 0 12 0 1991071418 832225280 34247 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19152] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19152/stat : 19152 (java) S 19144 19146 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991071418 832225280 34247 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19153] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19153/stat : 19153 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1991071418 832225280 34247 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19154/stat : 19154 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1991071422 832225280 34247 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19155] ppid=19144 vsize=812720 CPUtime=0.6
/proc/19146/task/19155/stat : 19155 (java) S 19144 19146 18016 0 -1 64 821 0 0 0 60 0 0 0 16 0 12 0 1991071422 832225280 34247 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=812720 CPUtime=0.63
/proc/19146/task/19156/stat : 19156 (java) S 19144 19146 18016 0 -1 64 3175 0 0 0 62 1 0 0 16 0 12 0 1991071422 832225280 34247 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19157/stat : 19157 (java) S 19144 19146 18016 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1991071423 832225280 34247 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19158] ppid=19144 vsize=812720 CPUtime=0
/proc/19146/task/19158/stat : 19158 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1991071423 832225280 34247 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 812720

[startup+12.7014 s]
/proc/loadavg: 2.08 2.02 2.00 3/97 19159
/proc/meminfo: memFree=972584/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=820668 CPUtime=12.71
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 52720 0 1 0 1243 28 0 0 18 0 13 0 1991071413 840364032 48832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 205167 48832 1384 9 0 202529 0
[pid=19146/tid=19148] ppid=19144 vsize=820668 CPUtime=9.22
/proc/19146/task/19148/stat : 19148 (java) R 19144 19146 18016 0 -1 64 17008 0 1 0 910 12 0 0 25 0 13 0 1991071415 840364032 48832 996147200 134512640 134550740 4294956032 18446744073709551615 4109816358 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19149] ppid=19144 vsize=820668 CPUtime=0.7
/proc/19146/task/19149/stat : 19149 (java) S 19144 19146 18016 0 -1 64 15049 0 0 0 65 5 0 0 17 0 13 0 1991071416 840364032 48832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19150] ppid=19144 vsize=820668 CPUtime=0.8
/proc/19146/task/19150/stat : 19150 (java) S 19144 19146 18016 0 -1 64 15542 0 0 0 73 7 0 0 17 0 13 0 1991071416 840364032 48832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19151] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19151/stat : 19151 (java) S 19144 19146 18016 0 -1 64 136 0 0 0 0 0 0 0 17 0 13 0 1991071418 840364032 48832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19152] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19152/stat : 19152 (java) S 19144 19146 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 48832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19153] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19153/stat : 19153 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 48832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19154/stat : 19154 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1991071422 840364032 48832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19155] ppid=19144 vsize=820668 CPUtime=0.95
/proc/19146/task/19155/stat : 19155 (java) S 19144 19146 18016 0 -1 64 1001 0 0 0 95 0 0 0 16 0 13 0 1991071422 840364032 48832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=820668 CPUtime=0.98
/proc/19146/task/19156/stat : 19156 (java) S 19144 19146 18016 0 -1 64 3216 0 0 0 97 1 0 0 16 0 13 0 1991071422 840364032 48832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19157/stat : 19157 (java) S 19144 19146 18016 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1991071423 840364032 48832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19158] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19158/stat : 19158 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1991071423 840364032 48832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19159] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19159/stat : 19159 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1991072139 840364032 48832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 820668

[startup+25.5024 s]
/proc/loadavg: 2.07 2.02 2.00 3/97 19159
/proc/meminfo: memFree=972456/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=820668 CPUtime=25.5
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 52723 0 1 0 2522 28 0 0 18 0 13 0 1991071413 840364032 48834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 205167 48834 1384 9 0 202529 0
[pid=19146/tid=19148] ppid=19144 vsize=820668 CPUtime=21.98
/proc/19146/task/19148/stat : 19148 (java) R 19144 19146 18016 0 -1 64 17009 0 1 0 2186 12 0 0 25 0 13 0 1991071415 840364032 48834 996147200 134512640 134550740 4294956032 18446744073709551615 4109550443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19149] ppid=19144 vsize=820668 CPUtime=0.7
/proc/19146/task/19149/stat : 19149 (java) S 19144 19146 18016 0 -1 64 15049 0 0 0 65 5 0 0 17 0 13 0 1991071416 840364032 48834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19150] ppid=19144 vsize=820668 CPUtime=0.8
/proc/19146/task/19150/stat : 19150 (java) S 19144 19146 18016 0 -1 64 15542 0 0 0 73 7 0 0 17 0 13 0 1991071416 840364032 48834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19151] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19151/stat : 19151 (java) S 19144 19146 18016 0 -1 64 136 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 48834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19152] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19152/stat : 19152 (java) S 19144 19146 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 48834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19153] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19153/stat : 19153 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 48834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=19146] ppid=19144 vsize=820668 CPUtime=1656
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 113865 0 1 0 165542 58 0 0 18 0 13 0 1991071413 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 205167 105113 1384 9 0 202529 0
[pid=19146/tid=19148] ppid=19144 vsize=820668 CPUtime=1648.77
/proc/19146/task/19148/stat : 19148 (java) R 19144 19146 18016 0 -1 64 17019 0 1 0 164861 16 0 0 25 0 13 0 1991071415 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4109857508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19149] ppid=19144 vsize=820668 CPUtime=2.58
/proc/19146/task/19149/stat : 19149 (java) S 19144 19146 18016 0 -1 64 46693 0 0 0 240 18 0 0 18 0 13 0 1991071416 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19150] ppid=19144 vsize=820668 CPUtime=2.6
/proc/19146/task/19150/stat : 19150 (java) S 19144 19146 18016 0 -1 64 45029 0 0 0 240 20 0 0 18 0 13 0 1991071416 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19151] ppid=19144 vsize=820668 CPUtime=0.01
/proc/19146/task/19151/stat : 19151 (java) S 19144 19146 18016 0 -1 64 136 0 0 0 1 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19152] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19152/stat : 19152 (java) S 19144 19146 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19153] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19153/stat : 19153 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19154/stat : 19154 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19155] ppid=19144 vsize=820668 CPUtime=0.96
/proc/19146/task/19155/stat : 19155 (java) S 19144 19146 18016 0 -1 64 1002 0 0 0 96 0 0 0 17 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=820668 CPUtime=1.03
/proc/19146/task/19156/stat : 19156 (java) S 19144 19146 18016 0 -1 64 3218 0 0 0 102 1 0 0 16 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19157/stat : 19157 (java) S 19144 19146 18016 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1991071423 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19158] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19158/stat : 19158 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1991071423 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19159] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19159/stat : 19159 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1991072139 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656
Current children cumulated vsize (KiB) 820668

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 19207
/proc/meminfo: memFree=991432/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=820668 CPUtime=1715.42
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 113865 0 1 0 171484 58 0 0 18 0 13 0 1991071413 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 205167 105113 1384 9 0 202529 0
[pid=19146/tid=19148] ppid=19144 vsize=820668 CPUtime=1708.2
/proc/19146/task/19148/stat : 19148 (java) R 19144 19146 18016 0 -1 64 17019 0 1 0 170803 17 0 0 25 0 13 0 1991071415 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4109916680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19149] ppid=19144 vsize=820668 CPUtime=2.58
/proc/19146/task/19149/stat : 19149 (java) S 19144 19146 18016 0 -1 64 46693 0 0 0 240 18 0 0 18 0 13 0 1991071416 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19150] ppid=19144 vsize=820668 CPUtime=2.6
/proc/19146/task/19150/stat : 19150 (java) S 19144 19146 18016 0 -1 64 45029 0 0 0 240 20 0 0 18 0 13 0 1991071416 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19151] ppid=19144 vsize=820668 CPUtime=0.01
/proc/19146/task/19151/stat : 19151 (java) S 19144 19146 18016 0 -1 64 136 0 0 0 1 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19152] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19152/stat : 19152 (java) S 19144 19146 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19153] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19153/stat : 19153 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19154/stat : 19154 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19155] ppid=19144 vsize=820668 CPUtime=0.96
/proc/19146/task/19155/stat : 19155 (java) S 19144 19146 18016 0 -1 64 1002 0 0 0 96 0 0 0 17 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=820668 CPUtime=1.03
/proc/19146/task/19156/stat : 19156 (java) S 19144 19146 18016 0 -1 64 3218 0 0 0 102 1 0 0 16 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19157/stat : 19157 (java) S 19144 19146 18016 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1991071423 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19158] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19158/stat : 19158 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1991071423 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19159] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19159/stat : 19159 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1991072139 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.42
Current children cumulated vsize (KiB) 820668

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 19207
/proc/meminfo: memFree=991304/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=820668 CPUtime=1774.85
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 113865 0 1 0 177427 58 0 0 18 0 13 0 1991071413 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 205167 105113 1384 9 0 202529 0
[pid=19146/tid=19148] ppid=19144 vsize=820668 CPUtime=1767.63
/proc/19146/task/19148/stat : 19148 (java) R 19144 19146 18016 0 -1 64 17019 0 1 0 176746 17 0 0 25 0 13 0 1991071415 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4109857535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19149] ppid=19144 vsize=820668 CPUtime=2.58
/proc/19146/task/19149/stat : 19149 (java) S 19144 19146 18016 0 -1 64 46693 0 0 0 240 18 0 0 18 0 13 0 1991071416 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19150] ppid=19144 vsize=820668 CPUtime=2.6
/proc/19146/task/19150/stat : 19150 (java) S 19144 19146 18016 0 -1 64 45029 0 0 0 240 20 0 0 18 0 13 0 1991071416 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19151] ppid=19144 vsize=820668 CPUtime=0.01
/proc/19146/task/19151/stat : 19151 (java) S 19144 19146 18016 0 -1 64 136 0 0 0 1 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19152] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19152/stat : 19152 (java) S 19144 19146 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19153] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19153/stat : 19153 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19154/stat : 19154 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19155] ppid=19144 vsize=820668 CPUtime=0.96
/proc/19146/task/19155/stat : 19155 (java) S 19144 19146 18016 0 -1 64 1002 0 0 0 96 0 0 0 17 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=820668 CPUtime=1.03
/proc/19146/task/19156/stat : 19156 (java) S 19144 19146 18016 0 -1 64 3218 0 0 0 102 1 0 0 16 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19157/stat : 19157 (java) S 19144 19146 18016 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1991071423 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19158] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19158/stat : 19158 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1991071423 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19159] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19159/stat : 19159 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1991072139 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.85
Current children cumulated vsize (KiB) 820668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 19207
/proc/meminfo: memFree=991304/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=820668 CPUtime=1800.01
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 113865 0 1 0 179943 58 0 0 18 0 13 0 1991071413 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 205167 105113 1384 9 0 202529 0
[pid=19146/tid=19148] ppid=19144 vsize=820668 CPUtime=1792.79
/proc/19146/task/19148/stat : 19148 (java) R 19144 19146 18016 0 -1 64 17019 0 1 0 179262 17 0 0 25 0 13 0 1991071415 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4109816612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19149] ppid=19144 vsize=820668 CPUtime=2.58
/proc/19146/task/19149/stat : 19149 (java) S 19144 19146 18016 0 -1 64 46693 0 0 0 240 18 0 0 18 0 13 0 1991071416 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19150] ppid=19144 vsize=820668 CPUtime=2.6
/proc/19146/task/19150/stat : 19150 (java) S 19144 19146 18016 0 -1 64 45029 0 0 0 240 20 0 0 18 0 13 0 1991071416 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19151] ppid=19144 vsize=820668 CPUtime=0.01
/proc/19146/task/19151/stat : 19151 (java) S 19144 19146 18016 0 -1 64 136 0 0 0 1 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19152] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19152/stat : 19152 (java) S 19144 19146 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19153] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19153/stat : 19153 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19154/stat : 19154 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19155] ppid=19144 vsize=820668 CPUtime=0.96
/proc/19146/task/19155/stat : 19155 (java) S 19144 19146 18016 0 -1 64 1002 0 0 0 96 0 0 0 17 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=820668 CPUtime=1.03
/proc/19146/task/19156/stat : 19156 (java) S 19144 19146 18016 0 -1 64 3218 0 0 0 102 1 0 0 16 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19157/stat : 19157 (java) S 19144 19146 18016 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1991071423 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19158] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19158/stat : 19158 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1991071423 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19159] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19159/stat : 19159 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1991072139 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 820668

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

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

[startup+1807.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 19207
/proc/meminfo: memFree=991304/2055920 swapFree=4179736/4192956
[pid=19146] ppid=19144 vsize=820668 CPUtime=1800.01
/proc/19146/stat : 19146 (java) S 19144 19146 18016 0 -1 0 113865 0 1 0 179943 58 0 0 18 0 13 0 1991071413 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19146/statm: 205167 105113 1384 9 0 202529 0
[pid=19146/tid=19148] ppid=19144 vsize=820668 CPUtime=1792.79
/proc/19146/task/19148/stat : 19148 (java) R 19144 19146 18016 0 -1 64 17019 0 1 0 179262 17 0 0 25 0 13 0 1991071415 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4109816612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19149] ppid=19144 vsize=820668 CPUtime=2.58
/proc/19146/task/19149/stat : 19149 (java) S 19144 19146 18016 0 -1 64 46693 0 0 0 240 18 0 0 18 0 13 0 1991071416 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19150] ppid=19144 vsize=820668 CPUtime=2.6
/proc/19146/task/19150/stat : 19150 (java) S 19144 19146 18016 0 -1 64 45029 0 0 0 240 20 0 0 18 0 13 0 1991071416 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19151] ppid=19144 vsize=820668 CPUtime=0.01
/proc/19146/task/19151/stat : 19151 (java) S 19144 19146 18016 0 -1 64 136 0 0 0 1 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19152] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19152/stat : 19152 (java) S 19144 19146 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19153] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19153/stat : 19153 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1991071418 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19154/stat : 19154 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19155] ppid=19144 vsize=820668 CPUtime=0.96
/proc/19146/task/19155/stat : 19155 (java) S 19144 19146 18016 0 -1 64 1002 0 0 0 96 0 0 0 17 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=820668 CPUtime=1.03
/proc/19146/task/19156/stat : 19156 (java) S 19144 19146 18016 0 -1 64 3218 0 0 0 102 1 0 0 16 0 13 0 1991071422 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19157/stat : 19157 (java) S 19144 19146 18016 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1991071423 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19158] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19158/stat : 19158 (java) S 19144 19146 18016 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1991071423 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19146/tid=19159] ppid=19144 vsize=820668 CPUtime=0
/proc/19146/task/19159/stat : 19159 (java) S 19144 19146 18016 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1991072139 840364032 105113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 820668

Child status: 143
Real time (s): 1807.8
CPU time (s): 1800.11
CPU user time (s): 1799.45
CPU system time (s): 0.6539
CPU usage (%): 99.5746
Max. virtual memory (cumulated for all children) (KiB): 821692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.6539
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113884
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= 37655
involuntary context switches= 51331

runsolver used 2.51862 second user time and 6.41602 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-03 23:37:05
IDJOB=1059098
IDBENCH=54208
IDSOLVER=344
FILE ID=node69/1059098-1215121025
PBS_JOBID= 7877068
Free space on /tmp= 66520 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-23_ext.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-1059098-1215121025/watcher-1059098-1215121025 -o /tmp/evaluation-result-1059098-1215121025/solver-1059098-1215121025 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1059098-1215121025.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10d17c7134b9e9b3075c4ba7eef9dae1
RANDOM SEED=329509545

node69.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.259
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.259
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:       1164016 kB
Buffers:         69756 kB
Cached:         382196 kB
SwapCached:       7048 kB
Active:         488344 kB
Inactive:       336088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1164016 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            6932 kB
Writeback:           0 kB
Mapped:         383748 kB
Slab:            51908 kB
Committed_AS:  4553120 kB
PageTables:       2608 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= 66520 MiB
End job on node69 at 2008-07-04 00:07:15