Trace number 2095673

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 AC? (TO) 1800.14 1815.08

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg11-11_ext.xml
MD5SUM198c33e2084ebf698950db6a40f4f810
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints22
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension22
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2095673-1247408001.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.38/0.41	     nbVariables=121  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=3146
0.38/0.41	       =>  wckTime=0.166  cpuTime=0.12  mem=7M892
0.38/0.41	   
0.38/0.41	   relations being loaded...
0.58/0.63	   
0.58/0.63	   constraints being loaded...
0.68/0.71	   Too large in ConstraintConflictsSTructure
0.77/0.80	     nbConstraints=23  nbRelationTypes=1  nbGlobalConstraints=23  nbExtensionStructures=1
0.77/0.80	     nbSharedExtensionStructures=21  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  minDegree=2
0.77/0.80	     maxDegree=3  minArity=11  avgArity=15.3  maxArity=110  nbGenerators=1  nbFusions=0  symmetryWckTime=0.065
0.77/0.80	     symmetryCpuTime=0.04
0.77/0.80	       =>  wckTime=0.555  cpuTime=0.44  mem=30M833
0.77/0.87	   
0.77/0.87	   solver IterativeSystematicSolver being built... 
0.87/0.94	   
0.87/0.94	   INFO : Forward propagation technique limited 
0.97/1.02	       =>  wckTime=0.782  cpuTime=0.56  mem=26M738
1.17/1.20	   
1.17/1.20	   preprocessing
1.17/1.20	     nbConstraintChecks=0  nbValidityChecks=1292892  nbPropagations=123  nbRevisions=0  nbUselessRevisions=0
1.17/1.20	     nbRemovedValues=61  detectedInconsistency=no
1.17/1.20	       =>  wckTime=0.176  cpuTime=0.15  mem=26M738
6.71/6.82	   
6.71/6.82	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=27M627)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095673-1247408001/watcher-2095673-1247408001 -o /tmp/evaluation-result-2095673-1247408001/solver-2095673-1247408001 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095673-1247408001.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 28248
/proc/meminfo: memFree=1772648/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=1616 CPUtime=0
/proc/28248/stat : 28248 (java) D 28246 28248 26038 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 27864915 1654784 151 996147200 134512640 134550932 4294955968 18446744073709551615 1819428 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/28248/statm: 404 151 125 9 0 46 0

[startup+0.029432 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 28248
/proc/meminfo: memFree=1772648/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=861936 CPUtime=0.02
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 1876 0 1 0 1 1 0 0 18 0 5 0 27864915 882622464 1561 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 215484 1561 686 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.101217 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 28248
/proc/meminfo: memFree=1772648/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=865984 CPUtime=0.08
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 3753 0 1 0 6 2 0 0 18 0 9 0 27864915 886767616 3213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216496 3213 1696 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301241 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 28248
/proc/meminfo: memFree=1772648/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=866296 CPUtime=0.29
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 5689 0 1 0 25 4 0 0 18 0 9 0 27864915 887087104 5092 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216574 5092 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.701291 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 28248
/proc/meminfo: memFree=1772648/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=866624 CPUtime=0.68
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 10653 0 1 0 62 6 0 0 18 0 9 0 27864915 887422976 10006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216656 10006 2008 9 0 211114 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866624

[startup+1.5014 s]
/proc/loadavg: 1.92 1.98 1.91 3/90 28261
/proc/meminfo: memFree=1726816/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=867360 CPUtime=1.46
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 21809 282 1 0 136 10 0 0 18 0 9 0 27864915 888176640 14074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216840 14074 2656 9 0 211276 0
[pid=28248/tid=28249] ppid=28246 vsize=867360 CPUtime=1.19
/proc/28248/task/28249/stat : 28249 (java) R 28246 28248 26038 0 -1 64 15840 282 1 0 113 6 0 0 25 0 9 0 27864916 888176640 14074 996147200 134512640 134550932 4294955968 18446744073709551615 4126795568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28251] ppid=28246 vsize=867360 CPUtime=0.05
/proc/28248/task/28251/stat : 28251 (java) S 28246 28248 26038 0 -1 64 4583 282 0 0 4 1 0 0 16 0 9 0 27864918 888176640 14074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28252] ppid=28246 vsize=867360 CPUtime=0
/proc/28248/task/28252/stat : 28252 (java) S 28246 28248 26038 0 -1 64 17 282 0 0 0 0 0 0 16 0 9 0 27864918 888176640 14074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28253] ppid=28246 vsize=867360 CPUtime=0
/proc/28248/task/28253/stat : 28253 (java) S 28246 28248 26038 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 27864918 888176640 14074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28254] ppid=28246 vsize=867360 CPUtime=0
/proc/28248/task/28254/stat : 28254 (java) S 28246 28248 26038 0 -1 64 2 282 0 0 0 0 0 0 18 0 9 0 27864920 888176640 14074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28255] ppid=28246 vsize=867360 CPUtime=0.18
/proc/28248/task/28255/stat : 28255 (java) S 28246 28248 26038 0 -1 64 544 282 0 0 18 0 0 0 16 0 9 0 27864920 888176640 14074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28256] ppid=28246 vsize=867360 CPUtime=0
/proc/28248/task/28256/stat : 28256 (java) S 28246 28248 26038 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 27864920 888176640 14074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28257] ppid=28246 vsize=867360 CPUtime=0
/proc/28248/task/28257/stat : 28257 (java) S 28246 28248 26038 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 27864920 888176640 14074 996147200 134512640 134550932 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) 867360

[startup+3.1026 s]
/proc/loadavg: 1.92 1.98 1.91 3/90 28261
/proc/meminfo: memFree=1726432/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=867360 CPUtime=3.05
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 21833 282 1 0 295 10 0 0 18 0 9 0 27864915 888176640 14087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216840 14087 2656 9 0 211276 0
[pid=28248/tid=28249] ppid=28246 vsize=867360 CPUtime=2.76
/proc/28248/task/28249/stat : 28249 (java) R 28246 28248 26038 0 -1 64 15851 282 1 0 270 6 0 0 25 0 9 0 27864916 888176640 14087 996147200 134512640 134550932 4294955968 18446744073709551615 4126795151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28251] ppid=28246 vsize=867360 CPUtime=0.05
/proc/28248/task/28251/stat : 28251 (java) S 28246 28248 26038 0 -1 64 4583 282 0 0 4 1 0 0 17 0 9 0 27864918 888176640 14087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28252] ppid=28246 vsize=867360 CPUtime=0
/proc/28248/task/28252/stat : 28252 (java) S 28246 28248 26038 0 -1 64 17 282 0 0 0 0 0 0 16 0 9 0 27864918 888176640 14087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28253] ppid=28246 vsize=867360 CPUtime=0
/proc/28248/task/28253/stat : 28253 (java) S 28246 28248 26038 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 27864918 888176640 14087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28254] ppid=28246 vsize=867360 CPUtime=0
/proc/28248/task/28254/stat : 28254 (java) S 28246 28248 26038 0 -1 64 2 282 0 0 0 0 0 0 18 0 9 0 27864920 888176640 14087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28255] ppid=28246 vsize=867360 CPUtime=0.19
/proc/28248/task/28255/stat : 28255 (java) S 28246 28248 26038 0 -1 64 557 282 0 0 19 0 0 0 15 0 9 0 27864920 888176640 14087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28256] ppid=28246 vsize=867360 CPUtime=0
/proc/28248/task/28256/stat : 28256 (java) S 28246 28248 26038 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 27864920 888176640 14087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28257] ppid=28246 vsize=867360 CPUtime=0
/proc/28248/task/28257/stat : 28257 (java) S 28246 28248 26038 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 27864920 888176640 14087 996147200 134512640 134550932 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) 867360

[startup+6.303 s]
/proc/loadavg: 1.93 1.98 1.91 3/90 28261
/proc/meminfo: memFree=1726240/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=867492 CPUtime=6.22
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 21867 282 1 0 612 10 0 0 18 0 9 0 27864915 888311808 14096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216873 14096 2656 9 0 211309 0
[pid=28248/tid=28249] ppid=28246 vsize=867492 CPUtime=5.92
/proc/28248/task/28249/stat : 28249 (java) R 28246 28248 26038 0 -1 64 15875 282 1 0 586 6 0 0 25 0 9 0 27864916 888311808 14096 996147200 134512640 134550932 4294955968 18446744073709551615 4126794955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28251] ppid=28246 vsize=867492 CPUtime=0.05
/proc/28248/task/28251/stat : 28251 (java) S 28246 28248 26038 0 -1 64 4583 282 0 0 4 1 0 0 17 0 9 0 27864918 888311808 14096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28252] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28252/stat : 28252 (java) S 28246 28248 26038 0 -1 64 17 282 0 0 0 0 0 0 16 0 9 0 27864918 888311808 14096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28253] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28253/stat : 28253 (java) S 28246 28248 26038 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 27864918 888311808 14096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28254] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28254/stat : 28254 (java) S 28246 28248 26038 0 -1 64 2 282 0 0 0 0 0 0 18 0 9 0 27864920 888311808 14096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28255] ppid=28246 vsize=867492 CPUtime=0.21
/proc/28248/task/28255/stat : 28255 (java) S 28246 28248 26038 0 -1 64 567 282 0 0 21 0 0 0 16 0 9 0 27864920 888311808 14096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28256] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28256/stat : 28256 (java) S 28246 28248 26038 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 27864920 888311808 14096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28257] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28257/stat : 28257 (java) S 28246 28248 26038 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 27864920 888311808 14096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867492

[startup+12.7028 s]
/proc/loadavg: 1.93 1.98 1.91 3/90 28261
/proc/meminfo: memFree=1726112/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=867492 CPUtime=12.56
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 21880 282 1 0 1246 10 0 0 18 0 9 0 27864915 888311808 14098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216873 14098 2656 9 0 211309 0
[pid=28248/tid=28249] ppid=28246 vsize=867492 CPUtime=12.25
/proc/28248/task/28249/stat : 28249 (java) R 28246 28248 26038 0 -1 64 15885 282 1 0 1219 6 0 0 25 0 9 0 27864916 888311808 14098 996147200 134512640 134550932 4294955968 18446744073709551615 4126784247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28251] ppid=28246 vsize=867492 CPUtime=0.05
/proc/28248/task/28251/stat : 28251 (java) S 28246 28248 26038 0 -1 64 4583 282 0 0 4 1 0 0 16 0 9 0 27864918 888311808 14098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28252] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28252/stat : 28252 (java) S 28246 28248 26038 0 -1 64 17 282 0 0 0 0 0 0 16 0 9 0 27864918 888311808 14098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28253] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28253/stat : 28253 (java) S 28246 28248 26038 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 27864918 888311808 14098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28254] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28254/stat : 28254 (java) S 28246 28248 26038 0 -1 64 2 282 0 0 0 0 0 0 18 0 9 0 27864920 888311808 14098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28255] ppid=28246 vsize=867492 CPUtime=0.21
/proc/28248/task/28255/stat : 28255 (java) S 28246 28248 26038 0 -1 64 570 282 0 0 21 0 0 0 16 0 9 0 27864920 888311808 14098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28256] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28256/stat : 28256 (java) S 28246 28248 26038 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 27864920 888311808 14098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28257] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28257/stat : 28257 (java) S 28246 28248 26038 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 27864920 888311808 14098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867492

[startup+25.5014 s]
/proc/loadavg: 1.95 1.98 1.91 3/90 28261
/proc/meminfo: memFree=1726176/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=867492 CPUtime=25.23
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 21905 282 1 0 2513 10 0 0 18 0 9 0 27864915 888311808 14108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216873 14108 2656 9 0 211309 0
[pid=28248/tid=28249] ppid=28246 vsize=867492 CPUtime=24.91
/proc/28248/task/28249/stat : 28249 (java) R 28246 28248 26038 0 -1 64 15897 282 1 0 2484 7 0 0 25 0 9 0 27864916 888311808 14108 996147200 134512640 134550932 4294955968 18446744073709551615 4126795154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28251] ppid=28246 vsize=867492 CPUtime=0.05
/proc/28248/task/28251/stat : 28251 (java) S 28246 28248 26038 0 -1 64 4583 282 0 0 4 1 0 0 16 0 9 0 27864918 888311808 14108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28252] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28252/stat : 28252 (java) S 28246 28248 26038 0 -1 64 17 282 0 0 0 0 0 0 16 0 9 0 27864918 888311808 14108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28253] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28253/stat : 28253 (java) S 28246 28248 26038 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 27864918 888311808 14108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28254] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28254/stat : 28254 (java) S 28246 28248 26038 0 -1 64 2 282 0 0 0 0 0 0 18 0 9 0 27864920 888311808 14108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28255] ppid=28246 vsize=867492 CPUtime=0.23
/proc/28248/task/28255/stat : 28255 (java) S 28246 28248 26038 0 -1 64 583 282 0 0 23 0 0 0 15 0 9 0 27864920 888311808 14108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28256] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28256/stat : 28256 (java) S 28246 28248 26038 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 27864920 888311808 14108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28257] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28257/stat : 28257 (java) S 28246 28248 26038 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 27864920 888311808 14108 996147200 134512640 134550932 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) 867492

[startup+51.1017 s]
/proc/loadavg: 1.96 1.98 1.91 3/90 28261
/proc/meminfo: memFree=1726176/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=867492 CPUtime=50.59
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 21938 282 1 0 5049 10 0 0 18 0 9 0 27864915 888311808 14113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216873 14113 2656 9 0 211309 0
[pid=28248/tid=28249] ppid=28246 vsize=867492 CPUtime=50.26
/proc/28248/task/28249/stat : 28249 (java) R 28246 28248 26038 0 -1 64 15918 282 1 0 5019 7 0 0 25 0 9 0 27864916 888311808 14113 996147200 134512640 134550932 4294955968 18446744073709551615 4126795403 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28251] ppid=28246 vsize=867492 CPUtime=0.05
/proc/28248/task/28251/stat : 28251 (java) S 28246 28248 26038 0 -1 64 4583 282 0 0 4 1 0 0 16 0 9 0 27864918 888311808 14113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28252] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28252/stat : 28252 (java) S 28246 28248 26038 0 -1 64 17 282 0 0 0 0 0 0 16 0 9 0 27864918 888311808 14113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28253] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28253/stat : 28253 (java) S 28246 28248 26038 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 27864918 888311808 14113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28254] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28254/stat : 28254 (java) S 28246 28248 26038 0 -1 64 2 282 0 0 0 0 0 0 18 0 9 0 27864920 888311808 14113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28255] ppid=28246 vsize=867492 CPUtime=0.25
/proc/28248/task/28255/stat : 28255 (java) S 28246 28248 26038 0 -1 64 595 282 0 0 25 0 0 0 16 0 9 0 27864920 888311808 14113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28256] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28256/stat : 28256 (java) S 28246 28248 26038 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 27864920 888311808 14113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/28248/task/28253/stat : 28253 (java) S 28246 28248 26038 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28254] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28254/stat : 28254 (java) S 28246 28248 26038 0 -1 64 2 282 0 0 0 0 0 0 18 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28255] ppid=28246 vsize=867492 CPUtime=0.26
/proc/28248/task/28255/stat : 28255 (java) S 28246 28248 26038 0 -1 64 599 282 0 0 26 0 0 0 16 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28256] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28256/stat : 28256 (java) S 28246 28248 26038 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28257] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28257/stat : 28257 (java) S 28246 28248 26038 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.37
Current children cumulated vsize (KiB) 867492

[startup+1542.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/90 28261
/proc/meminfo: memFree=1725152/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=867492 CPUtime=1527.81
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 22344 282 1 0 152769 12 0 0 18 0 9 0 27864915 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216873 14116 2656 9 0 211309 0
[pid=28248/tid=28249] ppid=28246 vsize=867492 CPUtime=1527.46
/proc/28248/task/28249/stat : 28249 (java) R 28246 28248 26038 0 -1 64 16320 282 1 0 152738 8 0 0 25 0 9 0 27864916 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4126794971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28251] ppid=28246 vsize=867492 CPUtime=0.05
/proc/28248/task/28251/stat : 28251 (java) S 28246 28248 26038 0 -1 64 4583 282 0 0 4 1 0 0 16 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28252] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28252/stat : 28252 (java) S 28246 28248 26038 0 -1 64 17 282 0 0 0 0 0 0 16 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28253] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28253/stat : 28253 (java) S 28246 28248 26038 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28254] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28254/stat : 28254 (java) S 28246 28248 26038 0 -1 64 2 282 0 0 0 0 0 0 18 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28255] ppid=28246 vsize=867492 CPUtime=0.26
/proc/28248/task/28255/stat : 28255 (java) S 28246 28248 26038 0 -1 64 599 282 0 0 26 0 0 0 16 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28256] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28256/stat : 28256 (java) S 28246 28248 26038 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28257] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28257/stat : 28257 (java) S 28246 28248 26038 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.81
Current children cumulated vsize (KiB) 867492

[startup+1602.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/92 28300
/proc/meminfo: memFree=1476064/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=867492 CPUtime=1587.43
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 22374 282 1 0 158730 13 0 0 18 0 9 0 27864915 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216873 14116 2656 9 0 211309 0
[pid=28248/tid=28249] ppid=28246 vsize=867492 CPUtime=1587.08
/proc/28248/task/28249/stat : 28249 (java) R 28246 28248 26038 0 -1 64 16350 282 1 0 158699 9 0 0 25 0 9 0 27864916 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4126795154 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28248/tid=28251] ppid=28246 vsize=867492 CPUtime=0.05
/proc/28248/task/28251/stat : 28251 (java) S 28246 28248 26038 0 -1 64 4583 282 0 0 4 1 0 0 16 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28252] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28252/stat : 28252 (java) S 28246 28248 26038 0 -1 64 17 282 0 0 0 0 0 0 16 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28253] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28253/stat : 28253 (java) S 28246 28248 26038 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28254] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28254/stat : 28254 (java) S 28246 28248 26038 0 -1 64 2 282 0 0 0 0 0 0 18 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28255] ppid=28246 vsize=867492 CPUtime=0.26
/proc/28248/task/28255/stat : 28255 (java) S 28246 28248 26038 0 -1 64 599 282 0 0 26 0 0 0 16 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28256] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28256/stat : 28256 (java) S 28246 28248 26038 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28257] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28257/stat : 28257 (java) S 28246 28248 26038 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.43
Current children cumulated vsize (KiB) 867492

[startup+1662.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/90 28302
/proc/meminfo: memFree=1501856/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=867492 CPUtime=1647.41
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 22407 282 1 0 164728 13 0 0 18 0 9 0 27864915 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216873 14116 2656 9 0 211309 0
[pid=28248/tid=28249] ppid=28246 vsize=867492 CPUtime=1647.06
/proc/28248/task/28249/stat : 28249 (java) R 28246 28248 26038 0 -1 64 16383 282 1 0 164697 9 0 0 25 0 9 0 27864916 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4126795568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28248/tid=28251] ppid=28246 vsize=867492 CPUtime=0.05
/proc/28248/task/28251/stat : 28251 (java) S 28246 28248 26038 0 -1 64 4583 282 0 0 4 1 0 0 16 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28252] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28252/stat : 28252 (java) S 28246 28248 26038 0 -1 64 17 282 0 0 0 0 0 0 16 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28253] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28253/stat : 28253 (java) S 28246 28248 26038 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28254] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28254/stat : 28254 (java) S 28246 28248 26038 0 -1 64 2 282 0 0 0 0 0 0 18 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28255] ppid=28246 vsize=867492 CPUtime=0.26
/proc/28248/task/28255/stat : 28255 (java) S 28246 28248 26038 0 -1 64 599 282 0 0 26 0 0 0 16 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28256] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28256/stat : 28256 (java) S 28246 28248 26038 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28257] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28257/stat : 28257 (java) S 28246 28248 26038 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1647.41
Current children cumulated vsize (KiB) 867492

[startup+1722.3 s]
/proc/loadavg: 2.03 2.06 2.00 3/90 28302
/proc/meminfo: memFree=1501792/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=867492 CPUtime=1707.38
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 22436 282 1 0 170725 13 0 0 18 0 9 0 27864915 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216873 14116 2656 9 0 211309 0
[pid=28248/tid=28249] ppid=28246 vsize=867492 CPUtime=1707.02
/proc/28248/task/28249/stat : 28249 (java) R 28246 28248 26038 0 -1 64 16412 282 1 0 170693 9 0 0 25 0 9 0 27864916 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4126795154 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28248/tid=28251] ppid=28246 vsize=867492 CPUtime=0.05
/proc/28248/task/28251/stat : 28251 (java) S 28246 28248 26038 0 -1 64 4583 282 0 0 4 1 0 0 16 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28252] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28252/stat : 28252 (java) S 28246 28248 26038 0 -1 64 17 282 0 0 0 0 0 0 16 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28253] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28253/stat : 28253 (java) S 28246 28248 26038 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28254] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28254/stat : 28254 (java) S 28246 28248 26038 0 -1 64 2 282 0 0 0 0 0 0 18 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28255] ppid=28246 vsize=867492 CPUtime=0.26
/proc/28248/task/28255/stat : 28255 (java) S 28246 28248 26038 0 -1 64 599 282 0 0 26 0 0 0 16 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28256] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28256/stat : 28256 (java) S 28246 28248 26038 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28257] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28257/stat : 28257 (java) S 28246 28248 26038 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.38
Current children cumulated vsize (KiB) 867492

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 4/90 28302
/proc/meminfo: memFree=1501664/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=867492 CPUtime=1767.35
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 22466 282 1 0 176722 13 0 0 18 0 9 0 27864915 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216873 14116 2656 9 0 211309 0
[pid=28248/tid=28249] ppid=28246 vsize=867492 CPUtime=1767
/proc/28248/task/28249/stat : 28249 (java) R 28246 28248 26038 0 -1 64 16442 282 1 0 176691 9 0 0 25 0 9 0 27864916 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4126784231 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28248/tid=28251] ppid=28246 vsize=867492 CPUtime=0.05
/proc/28248/task/28251/stat : 28251 (java) S 28246 28248 26038 0 -1 64 4583 282 0 0 4 1 0 0 16 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28252] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28252/stat : 28252 (java) S 28246 28248 26038 0 -1 64 17 282 0 0 0 0 0 0 16 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28253] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28253/stat : 28253 (java) S 28246 28248 26038 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28254] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28254/stat : 28254 (java) S 28246 28248 26038 0 -1 64 2 282 0 0 0 0 0 0 18 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28255] ppid=28246 vsize=867492 CPUtime=0.26
/proc/28248/task/28255/stat : 28255 (java) S 28246 28248 26038 0 -1 64 599 282 0 0 26 0 0 0 16 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28256] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28256/stat : 28256 (java) S 28246 28248 26038 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28257] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28257/stat : 28257 (java) S 28246 28248 26038 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.35
Current children cumulated vsize (KiB) 867492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.01 s]
/proc/loadavg: 2.00 2.04 2.00 3/90 28302
/proc/meminfo: memFree=1501664/2055920 swapFree=4192812/4192956
[pid=28248] ppid=28246 vsize=867492 CPUtime=1800.05
/proc/28248/stat : 28248 (java) S 28246 28248 26038 0 -1 0 22482 282 1 0 179992 13 0 0 18 0 9 0 27864915 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28248/statm: 216873 14116 2656 9 0 211309 0
[pid=28248/tid=28249] ppid=28246 vsize=867492 CPUtime=1799.7
/proc/28248/task/28249/stat : 28249 (java) R 28246 28248 26038 0 -1 64 16458 282 1 0 179961 9 0 0 25 0 9 0 27864916 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4126794971 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28248/tid=28251] ppid=28246 vsize=867492 CPUtime=0.05
/proc/28248/task/28251/stat : 28251 (java) S 28246 28248 26038 0 -1 64 4583 282 0 0 4 1 0 0 16 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28252] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28252/stat : 28252 (java) S 28246 28248 26038 0 -1 64 17 282 0 0 0 0 0 0 16 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28253] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28253/stat : 28253 (java) S 28246 28248 26038 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 27864918 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28254] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28254/stat : 28254 (java) S 28246 28248 26038 0 -1 64 2 282 0 0 0 0 0 0 18 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28255] ppid=28246 vsize=867492 CPUtime=0.26
/proc/28248/task/28255/stat : 28255 (java) S 28246 28248 26038 0 -1 64 599 282 0 0 26 0 0 0 16 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28256] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28256/stat : 28256 (java) S 28246 28248 26038 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28248/tid=28257] ppid=28246 vsize=867492 CPUtime=0
/proc/28248/task/28257/stat : 28257 (java) S 28246 28248 26038 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 27864920 888311808 14116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867492

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): 1815.08
CPU time (s): 1800.14
CPU user time (s): 1799.98
CPU system time (s): 0.154976
CPU usage (%): 99.177
Max. virtual memory (cumulated for all children) (KiB): 867492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22794
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= 37835
involuntary context switches= 71201

runsolver used 2.41863 second user time and 5.85611 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 16:13:21
IDJOB=2095673
IDBENCH=55515
IDSOLVER=773
FILE ID=node54/2095673-1247408001
PBS_JOBID= 9510537
Free space on /tmp= 66412 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg11-11_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095673-1247408001/watcher-2095673-1247408001 -o /tmp/evaluation-result-2095673-1247408001/solver-2095673-1247408001 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095673-1247408001.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 198c33e2084ebf698950db6a40f4f810
RANDOM SEED=1859468264

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1773128 kB
Buffers:         38432 kB
Cached:         127012 kB
SwapCached:          0 kB
Active:         148332 kB
Inactive:        80860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2664 kB
Writeback:           0 kB
Mapped:          84072 kB
Slab:            38624 kB
Committed_AS:   998828 kB
PageTables:       1860 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66404 MiB
End job on node54 at 2009-07-12 16:43:38