Trace number 1045163

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 1811.03

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-9_all.xml
MD5SUM7efe3866b185dd04500269e982e38673
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.02484
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints36
Maximum constraint arity9
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(36)

Solver Data (download as text)

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1045163-1215026760.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.35	     nbVariables=81  nbDomainTypes=1  minDomainSize=9  maxDomainSize=9  nbTotalValues=729
0.29/0.35	       =>  wckTime=0.109  cpuTime=0.1  mem=7M919
0.29/0.35	   
0.29/0.35	   constraints being loaded...
3.05/3.17	     nbConstraints=42  nbGlobalConstraints=42  nbSharedBinaryRepresentations=0  minDegree=9  maxDegree=10  minArity=9
3.05/3.17	     avgArity=18.74  maxArity=81  nbGenerators=6  nbFusions=0  symmetryWckTime=2.778  symmetryCpuTime=0.05
3.05/3.17	       =>  wckTime=2.933  cpuTime=0.17  mem=11M846
3.14/3.23	   
3.14/3.23	   solver IterativeSystematicSolver being built... 
3.14/3.30	   
3.25/3.31	   INFO : Forward propagation technique limited 
3.25/3.38	       =>  wckTime=3.141  cpuTime=0.3  mem=19M768
3.34/3.45	   
3.34/3.45	   preprocessing
3.34/3.45	     nbConstraintChecks=0  nbPropagations=2223  nbRevisions=0  nbUselessRevisions=0  nbSingletonTests=100
3.34/3.45	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
3.34/3.45	       =>  wckTime=0.068  cpuTime=0.03  mem=19M768
3.44/3.54	   
3.44/3.54	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=20M759)

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-1045163-1215026760/watcher-1045163-1215026760 -o /tmp/evaluation-result-1045163-1215026760/solver-1045163-1215026760 -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-1045163-1215026760.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 15619
/proc/meminfo: memFree=1508512/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=1616 CPUtime=0
/proc/15619/stat : 15619 (java) D 15617 15619 14442 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1981651343 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/15619/statm: 404 148 122 9 0 46 0

[startup+0.063425 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 15619
/proc/meminfo: memFree=1508512/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=864076 CPUtime=0.05
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 2857 0 1 0 3 2 0 0 18 0 9 0 1981651343 884813824 2383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216019 2384 1138 9 0 210976 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.101428 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 15619
/proc/meminfo: memFree=1508512/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=865884 CPUtime=0.08
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 3738 0 1 0 6 2 0 0 18 0 9 0 1981651343 886665216 3201 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216471 3202 1696 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301446 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 15619
/proc/meminfo: memFree=1508512/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=866400 CPUtime=0.29
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 6035 0 1 0 25 4 0 0 18 0 9 0 1981651343 887193600 5409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216600 5410 1956 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.701485 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 15619
/proc/meminfo: memFree=1508512/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=866848 CPUtime=0.39
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 7052 0 1 0 35 4 0 0 18 0 10 0 1981651343 887652352 6294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216712 6294 1989 9 0 211240 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 866848

[startup+1.50256 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 15630
/proc/meminfo: memFree=1491016/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=866848 CPUtime=0.39
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 7098 0 1 0 35 4 0 0 18 0 10 0 1981651343 887652352 6295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216712 6295 1990 9 0 211240 0
[pid=15630] ppid=15619 vsize=1456 CPUtime=1.06
/proc/15630/stat : 15630 (saucy) R 15619 15619 14442 0 -1 4194304 159 0 0 0 106 0 0 0 25 0 1 0 1981651385 1490944 131 996147200 134512640 134531332 4294956000 18446744073709551615 134522387 0 4 0 0 0 0 0 17 1 0 0
/proc/15630/statm: 364 131 104 4 0 40 0
[pid=15619/tid=15621] ppid=15617 vsize=866848 CPUtime=0.3
/proc/15619/task/15621/stat : 15621 (java) S 15617 15619 14442 0 -1 64 5954 0 1 0 27 3 0 0 25 0 10 0 1981651344 887652352 6295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14442 0 -1 64 50 0 0 0 0 0 0 0 16 0 10 0 1981651346 887652352 6295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14442 0 -1 64 10 0 0 0 0 0 0 0 21 0 10 0 1981651346 887652352 6295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15624] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14442 0 -1 64 4 0 0 0 0 0 0 0 22 0 10 0 1981651346 887652352 6295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15625] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14442 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 1981651348 887652352 6295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=866848 CPUtime=0.08
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14442 0 -1 64 327 0 0 0 8 0 0 0 16 0 10 0 1981651348 887652352 6295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15627] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14442 0 -1 64 2 0 0 0 0 0 0 0 24 0 10 0 1981651348 887652352 6295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14442 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1981651348 887652352 6295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15629] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15629/stat : 15629 (java) S 15617 15619 14442 0 -1 64 69 0 0 0 0 0 0 0 16 0 10 0 1981651385 887652352 6295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868304

[startup+3.10271 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 15630
/proc/meminfo: memFree=1490888/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=866848 CPUtime=0.4
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 7162 0 1 0 36 4 0 0 18 0 10 0 1981651343 887652352 6300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216712 6300 1990 9 0 211240 0
[pid=15630] ppid=15619 vsize=1456 CPUtime=2.65
/proc/15630/stat : 15630 (saucy) R 15619 15619 14442 0 -1 4194304 160 0 0 0 265 0 0 0 25 0 1 0 1981651385 1490944 132 996147200 134512640 134531332 4294956000 18446744073709551615 134527544 0 4 0 0 0 0 0 17 1 0 0
/proc/15630/statm: 364 132 104 4 0 40 0
[pid=15619/tid=15621] ppid=15617 vsize=866848 CPUtime=0.3
/proc/15619/task/15621/stat : 15621 (java) S 15617 15619 14442 0 -1 64 5978 0 1 0 27 3 0 0 16 0 10 0 1981651344 887652352 6300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=15619/tid=15622] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14442 0 -1 64 50 0 0 0 0 0 0 0 16 0 10 0 1981651346 887652352 6300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14442 0 -1 64 10 0 0 0 0 0 0 0 21 0 10 0 1981651346 887652352 6300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15624] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14442 0 -1 64 4 0 0 0 0 0 0 0 22 0 10 0 1981651346 887652352 6300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15625] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14442 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 1981651348 887652352 6300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=866848 CPUtime=0.08
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14442 0 -1 64 367 0 0 0 8 0 0 0 16 0 10 0 1981651348 887652352 6300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14442 0 -1 64 2 0 0 0 0 0 0 0 24 0 10 0 1981651348 887652352 6300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14442 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1981651348 887652352 6300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15629] ppid=15617 vsize=866848 CPUtime=0
/proc/15619/task/15629/stat : 15629 (java) S 15617 15619 14442 0 -1 64 69 0 0 0 0 0 0 0 16 0 10 0 1981651385 887652352 6300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868304

[startup+6.30202 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 15632
/proc/meminfo: memFree=1477384/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=867068 CPUtime=6.23
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 14819 286 1 0 347 8 267 1 18 0 9 0 1981651343 887877632 10270 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216767 10270 2630 9 0 211273 0
[pid=15619/tid=15621] ppid=15617 vsize=867068 CPUtime=5.94
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14442 0 -1 64 11259 286 1 0 321 5 267 1 17 0 9 0 1981651344 887877632 10270 996147200 134512640 134550740 4294955984 18446744073709551615 4126814280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15622] ppid=15617 vsize=867068 CPUtime=2.71
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14442 0 -1 64 2122 286 0 0 3 0 267 1 16 0 9 0 1981651346 887877632 10270 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14442 0 -1 64 15 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10270 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15624] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14442 0 -1 64 8 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10270 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14442 0 -1 64 0 286 0 0 0 0 267 1 23 0 9 0 1981651348 887877632 10270 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=867068 CPUtime=2.9
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14442 0 -1 64 603 286 0 0 22 0 267 1 16 0 9 0 1981651348 887877632 10270 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14442 0 -1 64 2 286 0 0 0 0 267 1 24 0 9 0 1981651348 887877632 10270 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14442 0 -1 64 9 286 0 0 0 0 267 1 15 0 9 0 1981651348 887877632 10270 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867068

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 15632
/proc/meminfo: memFree=1477128/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=867068 CPUtime=12.57
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 14826 286 1 0 981 8 267 1 18 0 9 0 1981651343 887877632 10274 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216767 10274 2630 9 0 211273 0
[pid=15619/tid=15621] ppid=15617 vsize=867068 CPUtime=12.28
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14442 0 -1 64 11265 286 1 0 955 5 267 1 25 0 9 0 1981651344 887877632 10274 996147200 134512640 134550740 4294955984 18446744073709551615 4126733104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15622] ppid=15617 vsize=867068 CPUtime=2.71
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14442 0 -1 64 2122 286 0 0 3 0 267 1 16 0 9 0 1981651346 887877632 10274 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14442 0 -1 64 15 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10274 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15624] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14442 0 -1 64 8 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10274 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14442 0 -1 64 0 286 0 0 0 0 267 1 23 0 9 0 1981651348 887877632 10274 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=867068 CPUtime=2.9
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14442 0 -1 64 604 286 0 0 22 0 267 1 16 0 9 0 1981651348 887877632 10274 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14442 0 -1 64 2 286 0 0 0 0 267 1 24 0 9 0 1981651348 887877632 10274 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14442 0 -1 64 9 286 0 0 0 0 267 1 15 0 9 0 1981651348 887877632 10274 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867068

[startup+25.5029 s]
/proc/loadavg: 1.95 1.98 1.99 3/89 15632
/proc/meminfo: memFree=1477192/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=867068 CPUtime=25.25
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 14830 286 1 0 2249 8 267 1 18 0 9 0 1981651343 887877632 10277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216767 10277 2630 9 0 211273 0
[pid=15619/tid=15621] ppid=15617 vsize=867068 CPUtime=24.96
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14442 0 -1 64 11268 286 1 0 2223 5 267 1 25 0 9 0 1981651344 887877632 10277 996147200 134512640 134550740 4294955984 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15622] ppid=15617 vsize=867068 CPUtime=2.71
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14442 0 -1 64 2122 286 0 0 3 0 267 1 16 0 9 0 1981651346 887877632 10277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14442 0 -1 64 15 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15624] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14442 0 -1 64 8 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14442 0 -1 64 0 286 0 0 0 0 267 1 23 0 9 0 1981651348 887877632 10277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=867068 CPUtime=2.9
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14442 0 -1 64 605 286 0 0 22 0 267 1 16 0 9 0 1981651348 887877632 10277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14442 0 -1 64 2 286 0 0 0 0 267 1 24 0 9 0 1981651348 887877632 10277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14442 0 -1 64 9 286 0 0 0 0 267 1 15 0 9 0 1981651348 887877632 10277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867068

[startup+51.1023 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 15632
/proc/meminfo: memFree=1477128/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=867068 CPUtime=50.61
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 14831 286 1 0 4785 8 267 1 18 0 9 0 1981651343 887877632 10278 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216767 10278 2630 9 0 211273 0
[pid=15619/tid=15621] ppid=15617 vsize=867068 CPUtime=50.33
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14442 0 -1 64 11269 286 1 0 4759 6 267 1 25 0 9 0 1981651344 887877632 10278 996147200 134512640 134550740 4294955984 18446744073709551615 4126771137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15622] ppid=15617 vsize=867068 CPUtime=2.71

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

/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14442 0 -1 64 8 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14442 0 -1 64 0 286 0 0 0 0 267 1 23 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=867068 CPUtime=2.9
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14442 0 -1 64 605 286 0 0 22 0 267 1 16 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14442 0 -1 64 2 286 0 0 0 0 267 1 24 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14442 0 -1 64 9 286 0 0 0 0 267 1 15 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.48
Current children cumulated vsize (KiB) 867068

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/93 15720
/proc/meminfo: memFree=1458728/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=867068 CPUtime=1531.46
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 14841 286 1 0 152862 16 267 1 18 0 9 0 1981651343 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216767 10287 2630 9 0 211273 0
[pid=15619/tid=15621] ppid=15617 vsize=867068 CPUtime=1531.18
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14442 0 -1 64 11279 286 1 0 152836 14 267 1 25 0 9 0 1981651344 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4126829460 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=867068 CPUtime=2.71
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14442 0 -1 64 2122 286 0 0 3 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14442 0 -1 64 15 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15624] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14442 0 -1 64 8 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14442 0 -1 64 0 286 0 0 0 0 267 1 23 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=867068 CPUtime=2.9
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14442 0 -1 64 605 286 0 0 22 0 267 1 16 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14442 0 -1 64 2 286 0 0 0 0 267 1 24 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14442 0 -1 64 9 286 0 0 0 0 267 1 15 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.46
Current children cumulated vsize (KiB) 867068

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/93 15720
/proc/meminfo: memFree=1458728/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=867068 CPUtime=1591.44
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 14841 286 1 0 158860 16 267 1 18 0 9 0 1981651343 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216767 10287 2630 9 0 211273 0
[pid=15619/tid=15621] ppid=15617 vsize=867068 CPUtime=1591.16
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14442 0 -1 64 11279 286 1 0 158834 14 267 1 25 0 9 0 1981651344 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=867068 CPUtime=2.71
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14442 0 -1 64 2122 286 0 0 3 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14442 0 -1 64 15 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15624] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14442 0 -1 64 8 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14442 0 -1 64 0 286 0 0 0 0 267 1 23 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=867068 CPUtime=2.9
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14442 0 -1 64 605 286 0 0 22 0 267 1 16 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14442 0 -1 64 2 286 0 0 0 0 267 1 24 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14442 0 -1 64 9 286 0 0 0 0 267 1 15 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.44
Current children cumulated vsize (KiB) 867068

[startup+1662.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/93 15720
/proc/meminfo: memFree=1458664/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=867068 CPUtime=1651.41
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 14841 286 1 0 164857 16 267 1 18 0 9 0 1981651343 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216767 10287 2630 9 0 211273 0
[pid=15619/tid=15621] ppid=15617 vsize=867068 CPUtime=1651.13
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14442 0 -1 64 11279 286 1 0 164831 14 267 1 25 0 9 0 1981651344 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4126748806 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=867068 CPUtime=2.71
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14442 0 -1 64 2122 286 0 0 3 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14442 0 -1 64 15 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15624] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14442 0 -1 64 8 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14442 0 -1 64 0 286 0 0 0 0 267 1 23 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=867068 CPUtime=2.9
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14442 0 -1 64 605 286 0 0 22 0 267 1 16 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14442 0 -1 64 2 286 0 0 0 0 267 1 24 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14442 0 -1 64 9 286 0 0 0 0 267 1 15 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.41
Current children cumulated vsize (KiB) 867068

[startup+1722.3 s]
/proc/loadavg: 2.29 2.09 2.02 3/93 15720
/proc/meminfo: memFree=1458664/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=867068 CPUtime=1711.39
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 14841 286 1 0 170855 16 267 1 18 0 9 0 1981651343 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216767 10287 2630 9 0 211273 0
[pid=15619/tid=15621] ppid=15617 vsize=867068 CPUtime=1711.11
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14442 0 -1 64 11279 286 1 0 170829 14 267 1 25 0 9 0 1981651344 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4126095728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=867068 CPUtime=2.71
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14442 0 -1 64 2122 286 0 0 3 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14442 0 -1 64 15 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15624] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14442 0 -1 64 8 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14442 0 -1 64 0 286 0 0 0 0 267 1 23 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=867068 CPUtime=2.9
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14442 0 -1 64 605 286 0 0 22 0 267 1 16 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14442 0 -1 64 2 286 0 0 0 0 267 1 24 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14442 0 -1 64 9 286 0 0 0 0 267 1 15 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.39
Current children cumulated vsize (KiB) 867068

[startup+1782.3 s]
/proc/loadavg: 2.46 2.19 2.06 3/93 15720
/proc/meminfo: memFree=1458536/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=867068 CPUtime=1771.37
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 14841 286 1 0 176853 16 267 1 18 0 9 0 1981651343 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216767 10287 2630 9 0 211273 0
[pid=15619/tid=15621] ppid=15617 vsize=867068 CPUtime=1771.09
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14442 0 -1 64 11279 286 1 0 176827 14 267 1 25 0 9 0 1981651344 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4126737069 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=867068 CPUtime=2.71
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14442 0 -1 64 2122 286 0 0 3 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14442 0 -1 64 15 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15624] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14442 0 -1 64 8 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14442 0 -1 64 0 286 0 0 0 0 267 1 23 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=867068 CPUtime=2.9
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14442 0 -1 64 605 286 0 0 22 0 267 1 16 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14442 0 -1 64 2 286 0 0 0 0 267 1 24 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14442 0 -1 64 9 286 0 0 0 0 267 1 15 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.37
Current children cumulated vsize (KiB) 867068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.28 2.17 2.05 3/93 15720
/proc/meminfo: memFree=1458536/2055920 swapFree=4180024/4192956
[pid=15619] ppid=15617 vsize=867068 CPUtime=1800.06
/proc/15619/stat : 15619 (java) S 15617 15619 14442 0 -1 0 14841 286 1 0 179722 16 267 1 18 0 9 0 1981651343 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 216767 10287 2630 9 0 211273 0
[pid=15619/tid=15621] ppid=15617 vsize=867068 CPUtime=1799.78
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14442 0 -1 64 11279 286 1 0 179696 14 267 1 25 0 9 0 1981651344 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4126813331 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=867068 CPUtime=2.71
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14442 0 -1 64 2122 286 0 0 3 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14442 0 -1 64 15 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15624] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14442 0 -1 64 8 286 0 0 0 0 267 1 16 0 9 0 1981651346 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14442 0 -1 64 0 286 0 0 0 0 267 1 23 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=867068 CPUtime=2.9
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14442 0 -1 64 605 286 0 0 22 0 267 1 16 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14442 0 -1 64 2 286 0 0 0 0 267 1 24 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=867068 CPUtime=2.68
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14442 0 -1 64 9 286 0 0 0 0 267 1 15 0 9 0 1981651348 887877632 10287 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867068

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

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

Child status: 143
Real time (s): 1811.03
CPU time (s): 1800.11
CPU user time (s): 1799.92
CPU system time (s): 0.185971
CPU usage (%): 99.3968
Max. virtual memory (cumulated for all children) (KiB): 868304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15160
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= 37828
involuntary context switches= 64619

runsolver used 2.15867 second user time and 6.06908 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-02 21:26:00
IDJOB=1045163
IDBENCH=53802
IDSOLVER=364
FILE ID=node4/1045163-1215026760
PBS_JOBID= 7874462
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/latinSquare/normalized-latinSquare-dg-9_all.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-1045163-1215026760/watcher-1045163-1215026760 -o /tmp/evaluation-result-1045163-1215026760/solver-1045163-1215026760 -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-1045163-1215026760.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7efe3866b185dd04500269e982e38673
RANDOM SEED=809583229

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1508992 kB
Buffers:         63300 kB
Cached:         338988 kB
SwapCached:       7004 kB
Active:         217804 kB
Inactive:       251032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508992 kB
SwapTotal:     4192956 kB
SwapFree:      4180024 kB
Dirty:            2020 kB
Writeback:           0 kB
Mapped:          82892 kB
Slab:            63028 kB
Committed_AS:  3949040 kB
PageTables:       2044 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= 66524 MiB
End job on node4 at 2008-07-02 21:56:13