Trace number 1060148

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
Abscon 112v4 ESAC? (TO) 1800.11 1802.96

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-95-9.xml
MD5SUM4b78d7f43a355b62cc35ed3e75b3d9c4
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 benchmark1.11783
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size888
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1060148-1215125945.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.39	   
0.28/0.39	   variables being loaded...
0.47/0.55	     nbVariables=225  nbDomainTypes=225  minDomainSize=790  maxDomainSize=888  nbTotalValues=188875
0.47/0.55	       =>  wckTime=0.314  cpuTime=0.23  mem=12M751
0.47/0.55	   
0.47/0.55	   predicates being loaded...
0.58/0.62	   
0.58/0.62	   constraints being loaded...
1.76/1.87	     nbConstraints=3165  nbGlobalConstraints=3165  nbSharedBinaryRepresentations=0  minDegree=29  maxDegree=29
1.76/1.87	     minArity=2  avgArity=2.06  maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.468  symmetryCpuTime=0.37
1.76/1.87	     nbCliques=15
1.76/1.87	       =>  wckTime=1.628  cpuTime=1.31  mem=45M969
1.95/2.00	   
1.95/2.00	   solver IterativeSystematicSolver being built... 
1.95/2.07	   
1.95/2.07	   INFO : Forward propagation technique limited 
2.05/2.16	       =>  wckTime=1.917  cpuTime=1.44  mem=33M946
2.05/2.19	   
2.05/2.19	   preprocessing
2.05/2.19	     nbConstraintChecks=0  nbPropagations=225  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.05/2.19	     detectedInconsistency=no
2.05/2.19	       =>  wckTime=0.028  cpuTime=0.02  mem=34M916
6.60/6.71	   
6.60/6.71	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=73M481)

Verifier Data (download as text)

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

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-1060148-1215125945/watcher-1060148-1215125945 -o /tmp/evaluation-result-1060148-1215125945/solver-1060148-1215125945 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1060148-1215125945.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.06 2.09 2.05 4/83 8878
/proc/meminfo: memFree=871160/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=1616 CPUtime=0
/proc/8878/stat : 8878 (java) D 8876 8878 7482 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1991566362 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/8878/statm: 404 145 119 9 0 46 0

[startup+0.0510481 s]
/proc/loadavg: 2.06 2.09 2.05 4/83 8878
/proc/meminfo: memFree=871160/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=863688 CPUtime=0.03
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 2420 0 1 0 2 1 0 0 18 0 9 0 1991566362 884416512 1995 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 215922 1995 911 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863688

[startup+0.102058 s]
/proc/loadavg: 2.06 2.09 2.05 4/83 8878
/proc/meminfo: memFree=871160/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=865884 CPUtime=0.08
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 3776 0 1 0 7 1 0 0 18 0 9 0 1991566362 886665216 3227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 216471 3227 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302094 s]
/proc/loadavg: 2.06 2.09 2.05 4/83 8878
/proc/meminfo: memFree=871160/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=866196 CPUtime=0.28
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 5618 0 1 0 25 3 0 0 18 0 9 0 1991566362 886984704 5032 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 216549 5032 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702166 s]
/proc/loadavg: 2.06 2.09 2.05 4/83 8878
/proc/meminfo: memFree=871160/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=867100 CPUtime=0.68
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 8665 0 1 0 62 6 0 0 18 0 9 0 1991566362 887910400 8025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 216775 8025 2007 9 0 211281 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867100

[startup+1.5013 s]
/proc/loadavg: 2.13 2.10 2.05 4/92 8887
/proc/meminfo: memFree=833456/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=867688 CPUtime=1.46
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 15623 0 1 0 124 22 0 0 18 0 9 0 1991566362 888512512 14977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 216922 14977 2016 9 0 211428 0
[pid=8878/tid=8880] ppid=8876 vsize=867688 CPUtime=1.23
/proc/8878/task/8880/stat : 8880 (java) R 8876 8878 7482 0 -1 64 14217 0 1 0 102 21 0 0 25 0 9 0 1991566363 888512512 14977 996147200 134512640 134550740 4294955968 18446744073709551615 4125978820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8881] ppid=8876 vsize=867688 CPUtime=0
/proc/8878/task/8881/stat : 8881 (java) S 8876 8878 7482 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991566365 888512512 14977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8882] ppid=8876 vsize=867688 CPUtime=0
/proc/8878/task/8882/stat : 8882 (java) S 8876 8878 7482 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1991566365 888512512 14977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8883] ppid=8876 vsize=867688 CPUtime=0
/proc/8878/task/8883/stat : 8883 (java) S 8876 8878 7482 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991566365 888512512 14977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8884] ppid=8876 vsize=867688 CPUtime=0
/proc/8878/task/8884/stat : 8884 (java) S 8876 8878 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991566367 888512512 14977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8885] ppid=8876 vsize=867688 CPUtime=0.23
/proc/8878/task/8885/stat : 8885 (java) S 8876 8878 7482 0 -1 64 709 0 0 0 22 1 0 0 16 0 9 0 1991566367 888512512 14977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8886] ppid=8876 vsize=867688 CPUtime=0
/proc/8878/task/8886/stat : 8886 (java) S 8876 8878 7482 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991566367 888512512 14977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8887] ppid=8876 vsize=867688 CPUtime=0
/proc/8878/task/8887/stat : 8887 (java) S 8876 8878 7482 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991566367 888512512 14977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867688

[startup+3.10257 s]
/proc/loadavg: 2.13 2.10 2.05 3/92 8891
/proc/meminfo: memFree=807664/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=868436 CPUtime=3.05
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 31013 441 1 0 274 28 3 0 18 0 9 0 1991566362 889278464 18384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 217109 18384 2633 9 0 211615 0
[pid=8878/tid=8880] ppid=8876 vsize=868436 CPUtime=2.58
/proc/8878/task/8880/stat : 8880 (java) R 8876 8878 7482 0 -1 64 21026 441 1 0 233 22 3 0 25 0 9 0 1991566363 889278464 18384 996147200 134512640 134550740 4294955968 18446744073709551615 4127177814 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8881] ppid=8876 vsize=868436 CPUtime=0.14
/proc/8878/task/8881/stat : 8881 (java) S 8876 8878 7482 0 -1 64 8214 441 0 0 9 2 3 0 16 0 9 0 1991566365 889278464 18384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8882] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8882/stat : 8882 (java) S 8876 8878 7482 0 -1 64 16 441 0 0 0 0 3 0 17 0 9 0 1991566365 889278464 18384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8883] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8883/stat : 8883 (java) S 8876 8878 7482 0 -1 64 13 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 18384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8884] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8884/stat : 8884 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 18 0 9 0 1991566367 889278464 18384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8885] ppid=8876 vsize=868436 CPUtime=0.34
/proc/8878/task/8885/stat : 8885 (java) S 8876 8878 7482 0 -1 64 927 441 0 0 30 1 3 0 15 0 9 0 1991566367 889278464 18384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8886] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8886/stat : 8886 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 19 0 9 0 1991566367 889278464 18384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8887] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8887/stat : 8887 (java) S 8876 8878 7482 0 -1 64 6 441 0 0 0 0 3 0 15 0 9 0 1991566367 889278464 18384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868436

[startup+6.30111 s]
/proc/loadavg: 2.13 2.10 2.05 5/92 8891
/proc/meminfo: memFree=781232/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=868436 CPUtime=6.21
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 38229 441 1 0 587 31 3 0 18 0 9 0 1991566362 889278464 25337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 217109 25337 2637 9 0 211615 0
[pid=8878/tid=8880] ppid=8876 vsize=868436 CPUtime=5.62
/proc/8878/task/8880/stat : 8880 (java) R 8876 8878 7482 0 -1 64 22517 441 1 0 536 23 3 0 25 0 9 0 1991566363 889278464 25337 996147200 134512640 134550740 4294955968 18446744073709551615 4126667352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8881] ppid=8876 vsize=868436 CPUtime=0.22
/proc/8878/task/8881/stat : 8881 (java) S 8876 8878 7482 0 -1 64 13857 441 0 0 15 4 3 0 16 0 9 0 1991566365 889278464 25337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8882] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8882/stat : 8882 (java) S 8876 8878 7482 0 -1 64 16 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 25337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8883] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8883/stat : 8883 (java) S 8876 8878 7482 0 -1 64 13 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 25337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8884] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8884/stat : 8884 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 18 0 9 0 1991566367 889278464 25337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8885] ppid=8876 vsize=868436 CPUtime=0.38
/proc/8878/task/8885/stat : 8885 (java) S 8876 8878 7482 0 -1 64 980 441 0 0 34 1 3 0 15 0 9 0 1991566367 889278464 25337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8886] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8886/stat : 8886 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 19 0 9 0 1991566367 889278464 25337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8887] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8887/stat : 8887 (java) S 8876 8878 7482 0 -1 64 35 441 0 0 0 0 3 0 15 0 9 0 1991566367 889278464 25337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868436

[startup+12.7012 s]
/proc/loadavg: 2.26 2.13 2.06 4/92 8891
/proc/meminfo: memFree=778672/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=868436 CPUtime=12.54
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 38245 441 1 0 1220 31 3 0 18 0 9 0 1991566362 889278464 25340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 217109 25340 2637 9 0 211615 0
[pid=8878/tid=8880] ppid=8876 vsize=868436 CPUtime=11.91
/proc/8878/task/8880/stat : 8880 (java) R 8876 8878 7482 0 -1 64 22527 441 1 0 1165 23 3 0 25 0 9 0 1991566363 889278464 25340 996147200 134512640 134550740 4294955968 18446744073709551615 4127043302 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8881] ppid=8876 vsize=868436 CPUtime=0.27
/proc/8878/task/8881/stat : 8881 (java) S 8876 8878 7482 0 -1 64 13857 441 0 0 19 5 3 0 16 0 9 0 1991566365 889278464 25340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8882] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8882/stat : 8882 (java) S 8876 8878 7482 0 -1 64 16 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 25340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8883] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8883/stat : 8883 (java) S 8876 8878 7482 0 -1 64 13 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 25340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8884] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8884/stat : 8884 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 18 0 9 0 1991566367 889278464 25340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8885] ppid=8876 vsize=868436 CPUtime=0.39
/proc/8878/task/8885/stat : 8885 (java) S 8876 8878 7482 0 -1 64 986 441 0 0 35 1 3 0 16 0 9 0 1991566367 889278464 25340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8886] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8886/stat : 8886 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 19 0 9 0 1991566367 889278464 25340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8887] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8887/stat : 8887 (java) S 8876 8878 7482 0 -1 64 35 441 0 0 0 0 3 0 15 0 9 0 1991566367 889278464 25340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868436

[startup+25.5024 s]
/proc/loadavg: 2.30 2.14 2.07 4/92 8891
/proc/meminfo: memFree=778032/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=868436 CPUtime=25.23
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 38422 441 1 0 2488 32 3 0 18 0 9 0 1991566362 889278464 25496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 217109 25496 2637 9 0 211615 0
[pid=8878/tid=8880] ppid=8876 vsize=868436 CPUtime=24.52
/proc/8878/task/8880/stat : 8880 (java) R 8876 8878 7482 0 -1 64 22547 441 1 0 2426 23 3 0 25 0 9 0 1991566363 889278464 25496 996147200 134512640 134550740 4294955968 18446744073709551615 4127143538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8881] ppid=8876 vsize=868436 CPUtime=0.33
/proc/8878/task/8881/stat : 8881 (java) S 8876 8878 7482 0 -1 64 14012 441 0 0 25 5 3 0 16 0 9 0 1991566365 889278464 25496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8882] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8882/stat : 8882 (java) S 8876 8878 7482 0 -1 64 16 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 25496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8883] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8883/stat : 8883 (java) S 8876 8878 7482 0 -1 64 13 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 25496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8884] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8884/stat : 8884 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 18 0 9 0 1991566367 889278464 25496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8885] ppid=8876 vsize=868436 CPUtime=0.39
/proc/8878/task/8885/stat : 8885 (java) S 8876 8878 7482 0 -1 64 988 441 0 0 35 1 3 0 16 0 9 0 1991566367 889278464 25496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8886] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8886/stat : 8886 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 19 0 9 0 1991566367 889278464 25496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8887] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8887/stat : 8887 (java) S 8876 8878 7482 0 -1 64 35 441 0 0 0 0 3 0 15 0 9 0 1991566367 889278464 25496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868436

[startup+51.1027 s]
/proc/loadavg: 2.35 2.17 2.08 3/89 8927
/proc/meminfo: memFree=1459976/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=868436 CPUtime=50.6
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 38533 441 1 0 5024 33 3 0 18 0 9 0 1991566362 889278464 25569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 217109 25569 2637 9 0 211615 0
[pid=8878/tid=8880] ppid=8876 vsize=868436 CPUtime=49.8
/proc/8878/task/8880/stat : 8880 (java) R 8876 8878 7482 0 -1 64 22585 441 1 0 4953 24 3 0 25 0 9 0 1991566363 889278464 25569 996147200 134512640 134550740 4294955968 18446744073709551615 4126667352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8881] ppid=8876 vsize=868436 CPUtime=0.43
/proc/8878/task/8881/stat : 8881 (java) S 8876 8878 7482 0 -1 64 14085 441 0 0 35 5 3 0 17 0 9 0 1991566365 889278464 25569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8882] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8882/stat : 8882 (java) S 8876 8878 7482 0 -1 64 16 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 25569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8883] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8883/stat : 8883 (java) S 8876 8878 7482 0 -1 64 13 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 25569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8884] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8884/stat : 8884 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 18 0 9 0 1991566367 889278464 25569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8885] ppid=8876 vsize=868436 CPUtime=0.39
/proc/8878/task/8885/stat : 8885 (java) S 8876 8878 7482 0 -1 64 988 441 0 0 35 1 3 0 16 0 9 0 1991566367 889278464 25569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8886] ppid=8876 vsize=868436 CPUtime=0.03

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

/proc/8878/task/8883/stat : 8883 (java) S 8876 8878 7482 0 -1 64 13 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 26234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8884] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8884/stat : 8884 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 18 0 9 0 1991566367 889278464 26234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8885] ppid=8876 vsize=868436 CPUtime=0.4
/proc/8878/task/8885/stat : 8885 (java) S 8876 8878 7482 0 -1 64 992 441 0 0 36 1 3 0 16 0 9 0 1991566367 889278464 26234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8886] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8886/stat : 8886 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 19 0 9 0 1991566367 889278464 26234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8887] ppid=8876 vsize=868436 CPUtime=0.04
/proc/8878/task/8887/stat : 8887 (java) S 8876 8878 7482 0 -1 64 35 441 0 0 1 0 3 0 15 0 9 0 1991566367 889278464 26234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.55
Current children cumulated vsize (KiB) 868436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9150
/proc/meminfo: memFree=1176384/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=868436 CPUtime=1599.52
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 41450 441 1 0 159885 64 3 0 18 0 9 0 1991566362 889278464 26240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 217109 26240 2637 9 0 211615 0
[pid=8878/tid=8880] ppid=8876 vsize=868436 CPUtime=1595.54
/proc/8878/task/8880/stat : 8880 (java) R 8876 8878 7482 0 -1 64 24830 441 1 0 159511 40 3 0 25 0 9 0 1991566363 889278464 26240 996147200 134512640 134550740 4294955968 18446744073709551615 4127039740 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8881] ppid=8876 vsize=868436 CPUtime=3.59
/proc/8878/task/8881/stat : 8881 (java) S 8876 8878 7482 0 -1 64 14753 441 0 0 336 20 3 0 16 0 9 0 1991566365 889278464 26240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8882] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8882/stat : 8882 (java) S 8876 8878 7482 0 -1 64 16 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 26240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8883] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8883/stat : 8883 (java) S 8876 8878 7482 0 -1 64 13 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 26240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8884] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8884/stat : 8884 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 18 0 9 0 1991566367 889278464 26240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8885] ppid=8876 vsize=868436 CPUtime=0.4
/proc/8878/task/8885/stat : 8885 (java) S 8876 8878 7482 0 -1 64 992 441 0 0 36 1 3 0 16 0 9 0 1991566367 889278464 26240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8886] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8886/stat : 8886 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 19 0 9 0 1991566367 889278464 26240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8887] ppid=8876 vsize=868436 CPUtime=0.04
/proc/8878/task/8887/stat : 8887 (java) S 8876 8878 7482 0 -1 64 35 441 0 0 1 0 3 0 15 0 9 0 1991566367 889278464 26240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.52
Current children cumulated vsize (KiB) 868436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9150
/proc/meminfo: memFree=1176320/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=868436 CPUtime=1659.5
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 41540 441 1 0 165882 65 3 0 18 0 9 0 1991566362 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 217109 26254 2637 9 0 211615 0
[pid=8878/tid=8880] ppid=8876 vsize=868436 CPUtime=1655.42
/proc/8878/task/8880/stat : 8880 (java) R 8876 8878 7482 0 -1 64 24906 441 1 0 165499 40 3 0 25 0 9 0 1991566363 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4127175054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8881] ppid=8876 vsize=868436 CPUtime=3.68
/proc/8878/task/8881/stat : 8881 (java) S 8876 8878 7482 0 -1 64 14767 441 0 0 345 20 3 0 16 0 9 0 1991566365 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8882] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8882/stat : 8882 (java) S 8876 8878 7482 0 -1 64 16 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8883] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8883/stat : 8883 (java) S 8876 8878 7482 0 -1 64 13 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8884] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8884/stat : 8884 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 18 0 9 0 1991566367 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8885] ppid=8876 vsize=868436 CPUtime=0.4
/proc/8878/task/8885/stat : 8885 (java) S 8876 8878 7482 0 -1 64 992 441 0 0 36 1 3 0 16 0 9 0 1991566367 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8886] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8886/stat : 8886 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 19 0 9 0 1991566367 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8887] ppid=8876 vsize=868436 CPUtime=0.04
/proc/8878/task/8887/stat : 8887 (java) S 8876 8878 7482 0 -1 64 35 441 0 0 1 0 3 0 15 0 9 0 1991566367 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.5
Current children cumulated vsize (KiB) 868436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9150
/proc/meminfo: memFree=1176192/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=868436 CPUtime=1719.47
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 41619 441 1 0 171878 66 3 0 18 0 9 0 1991566362 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 217109 26254 2637 9 0 211615 0
[pid=8878/tid=8880] ppid=8876 vsize=868436 CPUtime=1715.28
/proc/8878/task/8880/stat : 8880 (java) R 8876 8878 7482 0 -1 64 24985 441 1 0 171484 41 3 0 25 0 9 0 1991566363 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4125952058 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8881] ppid=8876 vsize=868436 CPUtime=3.79
/proc/8878/task/8881/stat : 8881 (java) S 8876 8878 7482 0 -1 64 14767 441 0 0 355 21 3 0 16 0 9 0 1991566365 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8882] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8882/stat : 8882 (java) S 8876 8878 7482 0 -1 64 16 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8883] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8883/stat : 8883 (java) S 8876 8878 7482 0 -1 64 13 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8884] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8884/stat : 8884 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 18 0 9 0 1991566367 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8885] ppid=8876 vsize=868436 CPUtime=0.4
/proc/8878/task/8885/stat : 8885 (java) S 8876 8878 7482 0 -1 64 992 441 0 0 36 1 3 0 16 0 9 0 1991566367 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8886] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8886/stat : 8886 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 19 0 9 0 1991566367 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8887] ppid=8876 vsize=868436 CPUtime=0.04
/proc/8878/task/8887/stat : 8887 (java) S 8876 8878 7482 0 -1 64 35 441 0 0 1 0 3 0 15 0 9 0 1991566367 889278464 26254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.47
Current children cumulated vsize (KiB) 868436

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9150
/proc/meminfo: memFree=1162048/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=868436 CPUtime=1779.44
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 41794 441 1 0 177874 67 3 0 18 0 9 0 1991566362 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 217109 26319 2637 9 0 211615 0
[pid=8878/tid=8880] ppid=8876 vsize=868436 CPUtime=1775.09
/proc/8878/task/8880/stat : 8880 (java) R 8876 8878 7482 0 -1 64 25095 441 1 0 177465 41 3 0 25 0 9 0 1991566363 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4126667326 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8881] ppid=8876 vsize=868436 CPUtime=3.95
/proc/8878/task/8881/stat : 8881 (java) S 8876 8878 7482 0 -1 64 14832 441 0 0 371 21 3 0 16 0 9 0 1991566365 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8882] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8882/stat : 8882 (java) S 8876 8878 7482 0 -1 64 16 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8883] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8883/stat : 8883 (java) S 8876 8878 7482 0 -1 64 13 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8884] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8884/stat : 8884 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 18 0 9 0 1991566367 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8885] ppid=8876 vsize=868436 CPUtime=0.4
/proc/8878/task/8885/stat : 8885 (java) S 8876 8878 7482 0 -1 64 992 441 0 0 36 1 3 0 16 0 9 0 1991566367 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8886] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8886/stat : 8886 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 19 0 9 0 1991566367 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8887] ppid=8876 vsize=868436 CPUtime=0.04
/proc/8878/task/8887/stat : 8887 (java) S 8876 8878 7482 0 -1 64 35 441 0 0 1 0 3 0 15 0 9 0 1991566367 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.44
Current children cumulated vsize (KiB) 868436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9150
/proc/meminfo: memFree=1156608/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=868436 CPUtime=1800.05
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 41831 441 1 0 179934 68 3 0 18 0 9 0 1991566362 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 217109 26319 2637 9 0 211615 0
[pid=8878/tid=8880] ppid=8876 vsize=868436 CPUtime=1795.64
/proc/8878/task/8880/stat : 8880 (java) R 8876 8878 7482 0 -1 64 25132 441 1 0 179519 42 3 0 25 0 9 0 1991566363 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4127149224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8881] ppid=8876 vsize=868436 CPUtime=4.01
/proc/8878/task/8881/stat : 8881 (java) S 8876 8878 7482 0 -1 64 14832 441 0 0 376 22 3 0 16 0 9 0 1991566365 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8882] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8882/stat : 8882 (java) S 8876 8878 7482 0 -1 64 16 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8883] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8883/stat : 8883 (java) S 8876 8878 7482 0 -1 64 13 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8884] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8884/stat : 8884 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 18 0 9 0 1991566367 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8885] ppid=8876 vsize=868436 CPUtime=0.4
/proc/8878/task/8885/stat : 8885 (java) S 8876 8878 7482 0 -1 64 992 441 0 0 36 1 3 0 16 0 9 0 1991566367 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8886] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8886/stat : 8886 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 19 0 9 0 1991566367 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8887] ppid=8876 vsize=868436 CPUtime=0.04
/proc/8878/task/8887/stat : 8887 (java) S 8876 8878 7482 0 -1 64 35 441 0 0 1 0 3 0 15 0 9 0 1991566367 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868436

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

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

[startup+1802.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9150
/proc/meminfo: memFree=1156608/2055920 swapFree=4180420/4192956
[pid=8878] ppid=8876 vsize=868436 CPUtime=1800.05
/proc/8878/stat : 8878 (java) S 8876 8878 7482 0 -1 0 41831 441 1 0 179934 68 3 0 18 0 9 0 1991566362 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8878/statm: 217109 26319 2637 9 0 211615 0
[pid=8878/tid=8880] ppid=8876 vsize=868436 CPUtime=1795.64
/proc/8878/task/8880/stat : 8880 (java) R 8876 8878 7482 0 -1 64 25132 441 1 0 179519 42 3 0 25 0 9 0 1991566363 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4127149224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8881] ppid=8876 vsize=868436 CPUtime=4.01
/proc/8878/task/8881/stat : 8881 (java) S 8876 8878 7482 0 -1 64 14832 441 0 0 376 22 3 0 16 0 9 0 1991566365 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8882] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8882/stat : 8882 (java) S 8876 8878 7482 0 -1 64 16 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8883] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8883/stat : 8883 (java) S 8876 8878 7482 0 -1 64 13 441 0 0 0 0 3 0 16 0 9 0 1991566365 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8884] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8884/stat : 8884 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 18 0 9 0 1991566367 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8885] ppid=8876 vsize=868436 CPUtime=0.4
/proc/8878/task/8885/stat : 8885 (java) S 8876 8878 7482 0 -1 64 992 441 0 0 36 1 3 0 16 0 9 0 1991566367 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8878/tid=8886] ppid=8876 vsize=868436 CPUtime=0.03
/proc/8878/task/8886/stat : 8886 (java) S 8876 8878 7482 0 -1 64 1 441 0 0 0 0 3 0 19 0 9 0 1991566367 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8878/tid=8887] ppid=8876 vsize=868436 CPUtime=0.04
/proc/8878/task/8887/stat : 8887 (java) S 8876 8878 7482 0 -1 64 35 441 0 0 1 0 3 0 15 0 9 0 1991566367 889278464 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868436

Child status: 143
Real time (s): 1802.96
CPU time (s): 1800.11
CPU user time (s): 1799.41
CPU system time (s): 0.706892
CPU usage (%): 99.8423
Max. virtual memory (cumulated for all children) (KiB): 868472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.706892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42303
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= 54659
involuntary context switches= 35362

runsolver used 2.39164 second user time and 5.83811 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-04 00:59:05
IDJOB=1060148
IDBENCH=54408
IDSOLVER=364
FILE ID=node51/1060148-1215125945
PBS_JOBID= 7877104
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-95-9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060148-1215125945/watcher-1060148-1215125945 -o /tmp/evaluation-result-1060148-1215125945/solver-1060148-1215125945 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1060148-1215125945.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4b78d7f43a355b62cc35ed3e75b3d9c4
RANDOM SEED=1619271783

node51.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.263
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.263
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:        871576 kB
Buffers:         68648 kB
Cached:         350156 kB
SwapCached:       7012 kB
Active:         919920 kB
Inactive:       200732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        871576 kB
SwapTotal:     4192956 kB
SwapFree:      4180420 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:         712856 kB
Slab:            47624 kB
Committed_AS:  4483012 kB
PageTables:       3156 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= 66508 MiB
End job on node51 at 2008-07-04 01:29:10