Trace number 1076498

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.12 1801.26

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg8-11_ext.xml
MD5SUM6156340813783c268b56280fd8ae95c0
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 variables88
Number of constraints19
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1076498-1215187799.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.36	     nbVariables=88  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=2288
0.28/0.36	       =>  wckTime=0.115  cpuTime=0.1  mem=7M919
0.28/0.36	   
0.28/0.36	   relations being loaded...
0.79/0.82	   
0.79/0.82	   constraints being loaded...
0.88/0.96	   Too large in ConstraintConflictsSTructure
0.98/1.03	   Too large in ConstraintConflictsSTructure
0.98/1.10	     nbConstraints=19  nbRelationTypes=2  nbGlobalConstraints=19  nbExtensionStructures=2
0.98/1.10	     nbSharedExtensionStructures=17  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
0.98/1.10	     maxDegree=2  minArity=8  avgArity=9.26  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.056
0.98/1.10	     symmetryCpuTime=0.03
0.98/1.10	       =>  wckTime=0.852  cpuTime=0.72  mem=40M162
1.16/1.23	   
1.16/1.23	   solver IterativeSystematicSolver being built... 
1.16/1.28	   
1.16/1.28	   INFO : Forward propagation technique limited 
1.27/1.36	       =>  wckTime=1.107  cpuTime=0.85  mem=40M108
1.59/1.67	   
1.59/1.67	   preprocessing
1.59/1.67	     nbConstraintChecks=0  nbValidityChecks=2674825  nbPropagations=89  nbRevisions=0  nbUselessRevisions=0
1.59/1.67	     nbRemovedValues=44  detectedInconsistency=no
1.59/1.67	       =>  wckTime=0.314  cpuTime=0.3  mem=40M108
9.92/10.07	   
9.92/10.07	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=41M813)

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-1076498-1215187799/watcher-1076498-1215187799 -o /tmp/evaluation-result-1076498-1215187799/solver-1076498-1215187799 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1076498-1215187799.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.91 1.95 1.90 3/73 25277
/proc/meminfo: memFree=1712696/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=1616 CPUtime=0
/proc/25277/stat : 25277 (java) R 25275 25277 24574 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 1997753209 1654784 147 996147200 134512640 134550740 4294956096 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/25277/statm: 404 148 122 9 0 46 0

[startup+0.098395 s]
/proc/loadavg: 1.91 1.95 1.90 3/73 25277
/proc/meminfo: memFree=1712696/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=865884 CPUtime=0.08
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 3690 0 1 0 6 2 0 0 18 0 9 0 1997753209 886665216 3165 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216471 3165 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101396 s]
/proc/loadavg: 1.91 1.95 1.90 3/73 25277
/proc/meminfo: memFree=1712696/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=865884 CPUtime=0.08
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 3696 0 1 0 6 2 0 0 18 0 9 0 1997753209 886665216 3171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216471 3171 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301417 s]
/proc/loadavg: 1.91 1.95 1.90 3/73 25277
/proc/meminfo: memFree=1712696/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866284 CPUtime=0.28
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 5879 0 1 0 24 4 0 0 18 0 9 0 1997753209 887074816 5253 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216571 5255 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701461 s]
/proc/loadavg: 1.91 1.95 1.90 3/73 25277
/proc/meminfo: memFree=1712696/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866400 CPUtime=0.68
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 15971 0 1 0 60 8 0 0 18 0 9 0 1997753209 887193600 15341 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216600 15342 1969 9 0 211128 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866400

[startup+1.50255 s]
/proc/loadavg: 1.91 1.95 1.90 4/82 25286
/proc/meminfo: memFree=1643568/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866940 CPUtime=1.49
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 32542 147 1 0 134 15 0 0 18 0 10 0 1997753209 887746560 23835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216735 23835 2632 9 0 211241 0
[pid=25277/tid=25279] ppid=25275 vsize=866940 CPUtime=1.17
/proc/25277/task/25279/stat : 25279 (java) R 25275 25277 24574 0 -1 64 19471 147 1 0 108 9 0 0 18 0 10 0 1997753210 887746560 23835 996147200 134512640 134550740 4294955936 18446744073709551615 4126786794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25280] ppid=25275 vsize=866940 CPUtime=0.15
/proc/25277/task/25280/stat : 25280 (java) S 25275 25277 24574 0 -1 64 11746 147 0 0 11 4 0 0 16 0 10 0 1997753212 887746560 23835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25281] ppid=25275 vsize=866940 CPUtime=0
/proc/25277/task/25281/stat : 25281 (java) S 25275 25277 24574 0 -1 64 17 147 0 0 0 0 0 0 16 0 10 0 1997753212 887746560 23835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25282] ppid=25275 vsize=866940 CPUtime=0
/proc/25277/task/25282/stat : 25282 (java) S 25275 25277 24574 0 -1 64 9 147 0 0 0 0 0 0 16 0 10 0 1997753212 887746560 23835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=25275 vsize=866940 CPUtime=0
/proc/25277/task/25283/stat : 25283 (java) S 25275 25277 24574 0 -1 64 1 147 0 0 0 0 0 0 23 0 10 0 1997753214 887746560 23835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25275 vsize=866940 CPUtime=0.14
/proc/25277/task/25284/stat : 25284 (java) S 25275 25277 24574 0 -1 64 492 147 0 0 14 0 0 0 16 0 10 0 1997753214 887746560 23835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25285] ppid=25275 vsize=866940 CPUtime=0
/proc/25277/task/25285/stat : 25285 (java) S 25275 25277 24574 0 -1 64 1 147 0 0 0 0 0 0 24 0 10 0 1997753214 887746560 23835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25286] ppid=25275 vsize=866940 CPUtime=0
/proc/25277/task/25286/stat : 25286 (java) S 25275 25277 24574 0 -1 64 3 147 0 0 0 0 0 0 15 0 10 0 1997753214 887746560 23835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 866940

[startup+3.10273 s]
/proc/loadavg: 1.91 1.95 1.90 3/82 25290
/proc/meminfo: memFree=1627184/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866940 CPUtime=3.09
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 32824 271 1 0 292 16 0 1 18 0 9 0 1997753209 887746560 23859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216735 23859 2634 9 0 211241 0
[pid=25277/tid=25279] ppid=25275 vsize=866940 CPUtime=2.73
/proc/25277/task/25279/stat : 25279 (java) R 25275 25277 24574 0 -1 64 19729 271 1 0 262 10 0 1 25 0 9 0 1997753210 887746560 23859 996147200 134512640 134550740 4294955936 18446744073709551615 4126786626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25280] ppid=25275 vsize=866940 CPUtime=0.16
/proc/25277/task/25280/stat : 25280 (java) S 25275 25277 24574 0 -1 64 11746 271 0 0 11 4 0 1 17 0 9 0 1997753212 887746560 23859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25281] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25281/stat : 25281 (java) S 25275 25277 24574 0 -1 64 17 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25282] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25282/stat : 25282 (java) S 25275 25277 24574 0 -1 64 9 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25283/stat : 25283 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 23 0 9 0 1997753214 887746560 23859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25275 vsize=866940 CPUtime=0.18
/proc/25277/task/25284/stat : 25284 (java) S 25275 25277 24574 0 -1 64 513 271 0 0 17 0 0 1 15 0 9 0 1997753214 887746560 23859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25285] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25285/stat : 25285 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 1997753214 887746560 23859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25286] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25286/stat : 25286 (java) S 25275 25277 24574 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997753214 887746560 23859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 866940

[startup+6.30107 s]
/proc/loadavg: 1.92 1.95 1.90 3/82 25290
/proc/meminfo: memFree=1626992/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866940 CPUtime=6.25
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 32840 271 1 0 608 16 0 1 18 0 9 0 1997753209 887746560 23864 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216735 23864 2634 9 0 211241 0
[pid=25277/tid=25279] ppid=25275 vsize=866940 CPUtime=5.88
/proc/25277/task/25279/stat : 25279 (java) R 25275 25277 24574 0 -1 64 19740 271 1 0 577 10 0 1 17 0 9 0 1997753210 887746560 23864 996147200 134512640 134550740 4294955936 18446744073709551615 4126787040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25280] ppid=25275 vsize=866940 CPUtime=0.16
/proc/25277/task/25280/stat : 25280 (java) S 25275 25277 24574 0 -1 64 11746 271 0 0 11 4 0 1 16 0 9 0 1997753212 887746560 23864 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25281] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25281/stat : 25281 (java) S 25275 25277 24574 0 -1 64 17 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23864 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25282] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25282/stat : 25282 (java) S 25275 25277 24574 0 -1 64 9 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23864 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25283/stat : 25283 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 23 0 9 0 1997753214 887746560 23864 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25275 vsize=866940 CPUtime=0.2
/proc/25277/task/25284/stat : 25284 (java) S 25275 25277 24574 0 -1 64 518 271 0 0 19 0 0 1 15 0 9 0 1997753214 887746560 23864 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25285] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25285/stat : 25285 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 1997753214 887746560 23864 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25286] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25286/stat : 25286 (java) S 25275 25277 24574 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997753214 887746560 23864 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 866940

[startup+12.7028 s]
/proc/loadavg: 1.93 1.95 1.90 3/82 25290
/proc/meminfo: memFree=1626736/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866940 CPUtime=12.59
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 32856 271 1 0 1242 16 0 1 18 0 9 0 1997753209 887746560 23867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216735 23867 2634 9 0 211241 0
[pid=25277/tid=25279] ppid=25275 vsize=866940 CPUtime=12.21
/proc/25277/task/25279/stat : 25279 (java) R 25275 25277 24574 0 -1 64 19753 271 1 0 1210 10 0 1 25 0 9 0 1997753210 887746560 23867 996147200 134512640 134550740 4294955936 18446744073709551615 4126786626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25280] ppid=25275 vsize=866940 CPUtime=0.16
/proc/25277/task/25280/stat : 25280 (java) S 25275 25277 24574 0 -1 64 11746 271 0 0 11 4 0 1 16 0 9 0 1997753212 887746560 23867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25281] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25281/stat : 25281 (java) S 25275 25277 24574 0 -1 64 17 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25282] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25282/stat : 25282 (java) S 25275 25277 24574 0 -1 64 9 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25283/stat : 25283 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 23 0 9 0 1997753214 887746560 23867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25275 vsize=866940 CPUtime=0.2
/proc/25277/task/25284/stat : 25284 (java) S 25275 25277 24574 0 -1 64 521 271 0 0 19 0 0 1 15 0 9 0 1997753214 887746560 23867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25285] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25285/stat : 25285 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 1997753214 887746560 23867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25286] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25286/stat : 25286 (java) S 25275 25277 24574 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997753214 887746560 23867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 866940

[startup+25.5022 s]
/proc/loadavg: 1.94 1.96 1.91 3/82 25290
/proc/meminfo: memFree=1626864/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866940 CPUtime=25.27
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 32865 271 1 0 2510 16 0 1 18 0 9 0 1997753209 887746560 23869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216735 23869 2634 9 0 211241 0
[pid=25277/tid=25279] ppid=25275 vsize=866940 CPUtime=24.89
/proc/25277/task/25279/stat : 25279 (java) R 25275 25277 24574 0 -1 64 19758 271 1 0 2478 10 0 1 25 0 9 0 1997753210 887746560 23869 996147200 134512640 134550740 4294955936 18446744073709551615 4126787058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25280] ppid=25275 vsize=866940 CPUtime=0.16
/proc/25277/task/25280/stat : 25280 (java) S 25275 25277 24574 0 -1 64 11746 271 0 0 11 4 0 1 16 0 9 0 1997753212 887746560 23869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25281] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25281/stat : 25281 (java) S 25275 25277 24574 0 -1 64 17 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25282] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25282/stat : 25282 (java) S 25275 25277 24574 0 -1 64 9 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25283/stat : 25283 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 23 0 9 0 1997753214 887746560 23869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25275 vsize=866940 CPUtime=0.21
/proc/25277/task/25284/stat : 25284 (java) S 25275 25277 24574 0 -1 64 525 271 0 0 20 0 0 1 15 0 9 0 1997753214 887746560 23869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25285] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25285/stat : 25285 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 1997753214 887746560 23869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25286] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25286/stat : 25286 (java) S 25275 25277 24574 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997753214 887746560 23869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 866940

[startup+51.103 s]
/proc/loadavg: 1.96 1.96 1.91 3/82 25290
/proc/meminfo: memFree=1626736/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866940 CPUtime=50.62
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 32889 271 1 0 5045 16 0 1 18 0 9 0 1997753209 887746560 23879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216735 23879 2634 9 0 211241 0
[pid=25277/tid=25279] ppid=25275 vsize=866940 CPUtime=50.22
/proc/25277/task/25279/stat : 25279 (java) R 25275 25277 24574 0 -1 64 19767 271 1 0 5011 10 0 1 25 0 9 0 1997753210 887746560 23879 996147200 134512640 134550740 4294955936 18446744073709551615 4126786459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25280] ppid=25275 vsize=866940 CPUtime=0.16
/proc/25277/task/25280/stat : 25280 (java) S 25275 25277 24574 0 -1 64 11746 271 0 0 11 4 0 1 16 0 9 0 1997753212 887746560 23879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25281] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25281/stat : 25281 (java) S 25275 25277 24574 0 -1 64 17 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25282] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25282/stat : 25282 (java) S 25275 25277 24574 0 -1 64 9 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25283/stat : 25283 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 23 0 9 0 1997753214 887746560 23879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25275 vsize=866940 CPUtime=0.23
/proc/25277/task/25284/stat : 25284 (java) S 25275 25277 24574 0 -1 64 540 271 0 0 22 0 0 1 16 0 9 0 1997753214 887746560 23879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25285] ppid=25275 vsize=866940 CPUtime=0.01

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

/proc/25277/task/25282/stat : 25282 (java) S 25275 25277 24574 0 -1 64 9 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25283/stat : 25283 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 23 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25275 vsize=866940 CPUtime=0.25
/proc/25277/task/25284/stat : 25284 (java) S 25275 25277 24574 0 -1 64 555 271 0 0 24 0 0 1 16 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25285] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25285/stat : 25285 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25286] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25286/stat : 25286 (java) S 25275 25277 24574 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.27
Current children cumulated vsize (KiB) 866940

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.91 3/90 25330
/proc/meminfo: memFree=1584808/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866940 CPUtime=1541.25
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 33531 271 1 0 154103 21 0 1 18 0 9 0 1997753209 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216735 23888 2634 9 0 211241 0
[pid=25277/tid=25279] ppid=25275 vsize=866940 CPUtime=1540.82
/proc/25277/task/25279/stat : 25279 (java) R 25275 25277 24574 0 -1 64 20394 271 1 0 154066 15 0 1 25 0 9 0 1997753210 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4126786626 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25280] ppid=25275 vsize=866940 CPUtime=0.16
/proc/25277/task/25280/stat : 25280 (java) S 25275 25277 24574 0 -1 64 11746 271 0 0 11 4 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25281] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25281/stat : 25281 (java) S 25275 25277 24574 0 -1 64 17 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25282] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25282/stat : 25282 (java) S 25275 25277 24574 0 -1 64 9 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25283/stat : 25283 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 23 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25275 vsize=866940 CPUtime=0.25
/proc/25277/task/25284/stat : 25284 (java) S 25275 25277 24574 0 -1 64 555 271 0 0 24 0 0 1 16 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25285] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25285/stat : 25285 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25286] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25286/stat : 25286 (java) S 25275 25277 24574 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.25
Current children cumulated vsize (KiB) 866940

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.91 3/90 25330
/proc/meminfo: memFree=1584808/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866940 CPUtime=1601.23
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 33552 271 1 0 160100 22 0 1 18 0 9 0 1997753209 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216735 23888 2634 9 0 211241 0
[pid=25277/tid=25279] ppid=25275 vsize=866940 CPUtime=1600.8
/proc/25277/task/25279/stat : 25279 (java) R 25275 25277 24574 0 -1 64 20415 271 1 0 160064 15 0 1 25 0 9 0 1997753210 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4126786626 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25280] ppid=25275 vsize=866940 CPUtime=0.16
/proc/25277/task/25280/stat : 25280 (java) S 25275 25277 24574 0 -1 64 11746 271 0 0 11 4 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25281] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25281/stat : 25281 (java) S 25275 25277 24574 0 -1 64 17 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25282] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25282/stat : 25282 (java) S 25275 25277 24574 0 -1 64 9 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25283/stat : 25283 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 23 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25275 vsize=866940 CPUtime=0.25
/proc/25277/task/25284/stat : 25284 (java) S 25275 25277 24574 0 -1 64 555 271 0 0 24 0 0 1 16 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25285] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25285/stat : 25285 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25286] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25286/stat : 25286 (java) S 25275 25277 24574 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.23
Current children cumulated vsize (KiB) 866940

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.91 3/90 25330
/proc/meminfo: memFree=1584808/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866940 CPUtime=1661.21
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 33585 271 1 0 166098 22 0 1 18 0 9 0 1997753209 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216735 23888 2634 9 0 211241 0
[pid=25277/tid=25279] ppid=25275 vsize=866940 CPUtime=1660.77
/proc/25277/task/25279/stat : 25279 (java) R 25275 25277 24574 0 -1 64 20448 271 1 0 166061 15 0 1 25 0 9 0 1997753210 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4126786684 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25280] ppid=25275 vsize=866940 CPUtime=0.16
/proc/25277/task/25280/stat : 25280 (java) S 25275 25277 24574 0 -1 64 11746 271 0 0 11 4 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25281] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25281/stat : 25281 (java) S 25275 25277 24574 0 -1 64 17 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25282] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25282/stat : 25282 (java) S 25275 25277 24574 0 -1 64 9 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25283/stat : 25283 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 23 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25275 vsize=866940 CPUtime=0.25
/proc/25277/task/25284/stat : 25284 (java) S 25275 25277 24574 0 -1 64 555 271 0 0 24 0 0 1 16 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25285] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25285/stat : 25285 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25286] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25286/stat : 25286 (java) S 25275 25277 24574 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.21
Current children cumulated vsize (KiB) 866940

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.91 3/90 25330
/proc/meminfo: memFree=1584808/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866940 CPUtime=1721.18
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 33612 271 1 0 172095 22 0 1 18 0 9 0 1997753209 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216735 23888 2634 9 0 211241 0
[pid=25277/tid=25279] ppid=25275 vsize=866940 CPUtime=1720.74
/proc/25277/task/25279/stat : 25279 (java) R 25275 25277 24574 0 -1 64 20475 271 1 0 172058 15 0 1 25 0 9 0 1997753210 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4126786626 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25280] ppid=25275 vsize=866940 CPUtime=0.16
/proc/25277/task/25280/stat : 25280 (java) S 25275 25277 24574 0 -1 64 11746 271 0 0 11 4 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25281] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25281/stat : 25281 (java) S 25275 25277 24574 0 -1 64 17 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25282] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25282/stat : 25282 (java) S 25275 25277 24574 0 -1 64 9 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25283/stat : 25283 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 23 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25275 vsize=866940 CPUtime=0.25
/proc/25277/task/25284/stat : 25284 (java) S 25275 25277 24574 0 -1 64 555 271 0 0 24 0 0 1 16 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25285] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25285/stat : 25285 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25286] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25286/stat : 25286 (java) S 25275 25277 24574 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.18
Current children cumulated vsize (KiB) 866940

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.91 3/90 25330
/proc/meminfo: memFree=1584680/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866940 CPUtime=1781.15
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 33630 271 1 0 178092 22 0 1 18 0 9 0 1997753209 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216735 23888 2634 9 0 211241 0
[pid=25277/tid=25279] ppid=25275 vsize=866940 CPUtime=1780.73
/proc/25277/task/25279/stat : 25279 (java) R 25275 25277 24574 0 -1 64 20493 271 1 0 178056 16 0 1 25 0 9 0 1997753210 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4126786443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25280] ppid=25275 vsize=866940 CPUtime=0.16
/proc/25277/task/25280/stat : 25280 (java) S 25275 25277 24574 0 -1 64 11746 271 0 0 11 4 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25281] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25281/stat : 25281 (java) S 25275 25277 24574 0 -1 64 17 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25282] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25282/stat : 25282 (java) S 25275 25277 24574 0 -1 64 9 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25283/stat : 25283 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 23 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25275 vsize=866940 CPUtime=0.25
/proc/25277/task/25284/stat : 25284 (java) S 25275 25277 24574 0 -1 64 555 271 0 0 24 0 0 1 16 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25285] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25285/stat : 25285 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25286] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25286/stat : 25286 (java) S 25275 25277 24574 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.15
Current children cumulated vsize (KiB) 866940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.00 1.98 1.91 3/90 25330
/proc/meminfo: memFree=1584680/2055920 swapFree=4179916/4192956
[pid=25277] ppid=25275 vsize=866940 CPUtime=1800.06
/proc/25277/stat : 25277 (java) S 25275 25277 24574 0 -1 0 33636 271 1 0 179982 23 0 1 18 0 9 0 1997753209 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 216735 23888 2634 9 0 211241 0
[pid=25277/tid=25279] ppid=25275 vsize=866940 CPUtime=1799.62
/proc/25277/task/25279/stat : 25279 (java) R 25275 25277 24574 0 -1 64 20499 271 1 0 179945 16 0 1 25 0 9 0 1997753210 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4126786469 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25280] ppid=25275 vsize=866940 CPUtime=0.16
/proc/25277/task/25280/stat : 25280 (java) S 25275 25277 24574 0 -1 64 11746 271 0 0 11 4 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25281] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25281/stat : 25281 (java) S 25275 25277 24574 0 -1 64 17 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25282] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25282/stat : 25282 (java) S 25275 25277 24574 0 -1 64 9 271 0 0 0 0 0 1 16 0 9 0 1997753212 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25283/stat : 25283 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 23 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25275 vsize=866940 CPUtime=0.25
/proc/25277/task/25284/stat : 25284 (java) S 25275 25277 24574 0 -1 64 555 271 0 0 24 0 0 1 16 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25285] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25285/stat : 25285 (java) S 25275 25277 24574 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25286] ppid=25275 vsize=866940 CPUtime=0.01
/proc/25277/task/25286/stat : 25286 (java) S 25275 25277 24574 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997753214 887746560 23888 996147200 134512640 134550740 4294955936 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) 866940

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): 1801.26
CPU time (s): 1800.12
CPU user time (s): 1799.86
CPU system time (s): 0.25896
CPU usage (%): 99.9367
Max. virtual memory (cumulated for all children) (KiB): 866940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33940
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= 37572
involuntary context switches= 43851

runsolver used 2.08768 second user time and 6.11207 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-04 18:10:00
IDJOB=1076498
IDBENCH=56589
IDSOLVER=363
FILE ID=node37/1076498-1215187799
PBS_JOBID= 7881601
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg8-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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076498-1215187799/watcher-1076498-1215187799 -o /tmp/evaluation-result-1076498-1215187799/solver-1076498-1215187799 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1076498-1215187799.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6156340813783c268b56280fd8ae95c0
RANDOM SEED=866844289

node37.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.236
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.236
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:       1713176 kB
Buffers:         60248 kB
Cached:         153720 kB
SwapCached:       6964 kB
Active:         200416 kB
Inactive:        83396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713176 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            4724 kB
Writeback:           0 kB
Mapped:          77096 kB
Slab:            44144 kB
Committed_AS:  3529368 kB
PageTables:       1904 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node37 at 2008-07-04 18:40:03