Trace number 1068398

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.08 1801.77

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg7-10_ext.xml
MD5SUM65d02ec746f3e95546a88b0bab96d2df
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 variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=esac.xml
0.26/0.30	   
0.26/0.30	   instance
0.26/0.30	     name=HOME/instance-1068398-1215202797.xml
0.26/0.34	   
0.26/0.34	   domains being loaded...
0.26/0.35	   
0.26/0.35	   variables being loaded...
0.26/0.38	     nbVariables=70  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=1820
0.26/0.38	       =>  wckTime=0.128  cpuTime=0.09  mem=7M919
0.26/0.38	   
0.26/0.38	   relations being loaded...
0.45/0.59	   
0.45/0.59	   constraints being loaded...
0.54/0.66	   Too large in ConstraintConflictsSTructure
0.65/0.71	   Too large in ConstraintConflictsSTructure
0.65/0.76	     nbConstraints=17  nbRelationTypes=2  nbGlobalConstraints=17  nbExtensionStructures=2
0.65/0.77	     nbSharedExtensionStructures=15  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
0.65/0.77	     maxDegree=2  minArity=7  avgArity=8.24  maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.046
0.65/0.77	     symmetryCpuTime=0.03
0.65/0.77	       =>  wckTime=0.508  cpuTime=0.4  mem=42M337
0.74/0.85	   
0.74/0.85	   solver IterativeSystematicSolver being built... 
0.84/0.91	   
0.84/0.91	   INFO : Forward propagation technique limited 
0.84/0.98	       =>  wckTime=0.725  cpuTime=0.52  mem=29M190
1.83/1.99	   
1.83/1.99	   preprocessing
1.83/1.99	     nbConstraintChecks=0  nbValidityChecks=12018499  nbPropagations=1595  nbRevisions=0  nbUselessRevisions=0
1.83/1.99	     nbSingletonTests=90  nbEffectiveSingletonTests=0  nbACRemovals=44  nbFoundSingletons=0  nbRemovedValues=44
1.83/1.99	     detectedInconsistency=no
1.83/1.99	       =>  wckTime=1.006  cpuTime=0.97  mem=29M190
4.74/4.80	   
4.74/4.80	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M968)

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-1068398-1215202797/watcher-1068398-1215202797 -o /tmp/evaluation-result-1068398-1215202797/solver-1068398-1215202797 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1068398-1215202797.xml 

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


[startup+0 s]
/proc/loadavg: 2.08 2.05 1.94 4/82 4046
/proc/meminfo: memFree=1847576/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=18572 CPUtime=0
/proc/4046/stat : 4046 (runsolver) R 4044 4046 32765 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1999246867 19017728 292 996147200 4194304 4296836 548682068304 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/4046/statm: 4643 292 257 25 0 2626 0

[startup+0.0133561 s]
/proc/loadavg: 2.08 2.05 1.94 4/82 4046
/proc/meminfo: memFree=1847576/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=1616 CPUtime=0
/proc/4046/stat : 4046 (java) D 4044 4046 32765 0 -1 0 317 0 0 0 0 0 0 0 20 0 1 0 1999246867 1654784 126 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/4046/statm: 404 151 125 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.101975 s]
/proc/loadavg: 2.08 2.05 1.94 4/82 4046
/proc/meminfo: memFree=1847576/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=865884 CPUtime=0.08
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 3698 0 1 0 7 1 0 0 18 0 9 0 1999246867 886665216 3172 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216471 3172 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301993 s]
/proc/loadavg: 2.08 2.05 1.94 4/82 4046
/proc/meminfo: memFree=1847576/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=866288 CPUtime=0.26
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 5728 0 2 0 23 3 0 0 18 0 9 0 1999246867 887078912 5114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216572 5114 1943 9 0 211100 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 866288

[startup+0.701038 s]
/proc/loadavg: 2.08 2.05 1.94 4/82 4046
/proc/meminfo: memFree=1847576/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=866520 CPUtime=0.65
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 13615 0 2 0 59 6 0 0 18 0 9 0 1999246867 887316480 12976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216630 12976 1978 9 0 211158 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 866520

[startup+1.50112 s]
/proc/loadavg: 2.08 2.05 1.94 4/91 4059
/proc/meminfo: memFree=1787024/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=867256 CPUtime=1.44
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 25499 269 2 0 134 10 0 0 18 0 9 0 1999246867 888070144 17464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216814 17464 2631 9 0 211320 0
[pid=4046/tid=4048] ppid=4044 vsize=867256 CPUtime=1.19
/proc/4046/task/4048/stat : 4048 (java) R 4044 4046 32765 0 -1 64 18091 269 2 0 112 7 0 0 23 0 9 0 1999246869 888070144 17464 996147200 134512640 134550740 4294955936 18446744073709551615 4126766479 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4049] ppid=4044 vsize=867256 CPUtime=0.06
/proc/4046/task/4049/stat : 4049 (java) S 4044 4046 32765 0 -1 64 6054 269 0 0 5 1 0 0 16 0 9 0 1999246870 888070144 17464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4050] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4050/stat : 4050 (java) S 4044 4046 32765 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 1999246870 888070144 17464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4051] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4051/stat : 4051 (java) S 4044 4046 32765 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 1999246870 888070144 17464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4052] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4052/stat : 4052 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 1999246872 888070144 17464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4053] ppid=4044 vsize=867256 CPUtime=0.14
/proc/4046/task/4053/stat : 4053 (java) S 4044 4046 32765 0 -1 64 517 269 0 0 14 0 0 0 16 0 9 0 1999246872 888070144 17464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4054] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4054/stat : 4054 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 1999246872 888070144 17464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4055] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4055/stat : 4055 (java) S 4044 4046 32765 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 1999246872 888070144 17464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 867256

[startup+3.1013 s]
/proc/loadavg: 2.08 2.05 1.94 3/91 4059
/proc/meminfo: memFree=1786960/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=867256 CPUtime=3.04
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 25788 269 2 0 293 11 0 0 18 0 9 0 1999246867 888070144 17486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216814 17486 2631 9 0 211320 0
[pid=4046/tid=4048] ppid=4044 vsize=867256 CPUtime=2.77
/proc/4046/task/4048/stat : 4048 (java) R 4044 4046 32765 0 -1 64 18362 269 2 0 269 8 0 0 25 0 9 0 1999246869 888070144 17486 996147200 134512640 134550740 4294955936 18446744073709551615 4126766274 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4049] ppid=4044 vsize=867256 CPUtime=0.06
/proc/4046/task/4049/stat : 4049 (java) S 4044 4046 32765 0 -1 64 6054 269 0 0 5 1 0 0 17 0 9 0 1999246870 888070144 17486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4050] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4050/stat : 4050 (java) S 4044 4046 32765 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 1999246870 888070144 17486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4051] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4051/stat : 4051 (java) S 4044 4046 32765 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 1999246870 888070144 17486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4052] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4052/stat : 4052 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 1999246872 888070144 17486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4053] ppid=4044 vsize=867256 CPUtime=0.17
/proc/4046/task/4053/stat : 4053 (java) S 4044 4046 32765 0 -1 64 535 269 0 0 17 0 0 0 15 0 9 0 1999246872 888070144 17486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4054] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4054/stat : 4054 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 1999246872 888070144 17486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4055] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4055/stat : 4055 (java) S 4044 4046 32765 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 1999246872 888070144 17486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867256

[startup+6.30266 s]
/proc/loadavg: 2.08 2.05 1.94 3/91 4059
/proc/meminfo: memFree=1786640/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=867256 CPUtime=6.24
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 25814 269 2 0 613 11 0 0 18 0 9 0 1999246867 888070144 17492 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216814 17492 2631 9 0 211320 0
[pid=4046/tid=4048] ppid=4044 vsize=867256 CPUtime=5.96
/proc/4046/task/4048/stat : 4048 (java) R 4044 4046 32765 0 -1 64 18382 269 2 0 588 8 0 0 17 0 9 0 1999246869 888070144 17492 996147200 134512640 134550740 4294955936 18446744073709551615 4126766688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4049] ppid=4044 vsize=867256 CPUtime=0.06
/proc/4046/task/4049/stat : 4049 (java) S 4044 4046 32765 0 -1 64 6054 269 0 0 5 1 0 0 16 0 9 0 1999246870 888070144 17492 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4050] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4050/stat : 4050 (java) S 4044 4046 32765 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 1999246870 888070144 17492 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4051] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4051/stat : 4051 (java) S 4044 4046 32765 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 1999246870 888070144 17492 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4052] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4052/stat : 4052 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 1999246872 888070144 17492 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4053] ppid=4044 vsize=867256 CPUtime=0.18
/proc/4046/task/4053/stat : 4053 (java) S 4044 4046 32765 0 -1 64 541 269 0 0 18 0 0 0 15 0 9 0 1999246872 888070144 17492 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4054] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4054/stat : 4054 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 1999246872 888070144 17492 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4055] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4055/stat : 4055 (java) S 4044 4046 32765 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 1999246872 888070144 17492 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867256

[startup+12.7024 s]
/proc/loadavg: 2.07 2.05 1.94 3/91 4059
/proc/meminfo: memFree=1786456/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=867256 CPUtime=12.63
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 25851 269 2 0 1252 11 0 0 18 0 9 0 1999246867 888070144 17506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216814 17506 2631 9 0 211320 0
[pid=4046/tid=4048] ppid=4044 vsize=867256 CPUtime=12.33
/proc/4046/task/4048/stat : 4048 (java) R 4044 4046 32765 0 -1 64 18402 269 2 0 1225 8 0 0 20 0 9 0 1999246869 888070144 17506 996147200 134512640 134550740 4294955936 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4049] ppid=4044 vsize=867256 CPUtime=0.06
/proc/4046/task/4049/stat : 4049 (java) S 4044 4046 32765 0 -1 64 6054 269 0 0 5 1 0 0 16 0 9 0 1999246870 888070144 17506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4050] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4050/stat : 4050 (java) S 4044 4046 32765 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 1999246870 888070144 17506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4051] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4051/stat : 4051 (java) S 4044 4046 32765 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 1999246870 888070144 17506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4052] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4052/stat : 4052 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 1999246872 888070144 17506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4053] ppid=4044 vsize=867256 CPUtime=0.21
/proc/4046/task/4053/stat : 4053 (java) S 4044 4046 32765 0 -1 64 558 269 0 0 21 0 0 0 16 0 9 0 1999246872 888070144 17506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4054] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4054/stat : 4054 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 1999246872 888070144 17506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4055] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4055/stat : 4055 (java) S 4044 4046 32765 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 1999246872 888070144 17506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 867256

[startup+25.5018 s]
/proc/loadavg: 2.05 2.05 1.94 3/91 4059
/proc/meminfo: memFree=1786392/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=867256 CPUtime=25.43
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 25892 269 2 0 2532 11 0 0 18 0 9 0 1999246867 888070144 17507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216814 17507 2631 9 0 211320 0
[pid=4046/tid=4048] ppid=4044 vsize=867256 CPUtime=25.11
/proc/4046/task/4048/stat : 4048 (java) R 4044 4046 32765 0 -1 64 18440 269 2 0 2503 8 0 0 25 0 9 0 1999246869 888070144 17507 996147200 134512640 134550740 4294955936 18446744073709551615 4126766678 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4049] ppid=4044 vsize=867256 CPUtime=0.06
/proc/4046/task/4049/stat : 4049 (java) S 4044 4046 32765 0 -1 64 6054 269 0 0 5 1 0 0 16 0 9 0 1999246870 888070144 17507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4050] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4050/stat : 4050 (java) S 4044 4046 32765 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 1999246870 888070144 17507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4051] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4051/stat : 4051 (java) S 4044 4046 32765 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 1999246870 888070144 17507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4052] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4052/stat : 4052 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 1999246872 888070144 17507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4053] ppid=4044 vsize=867256 CPUtime=0.21
/proc/4046/task/4053/stat : 4053 (java) S 4044 4046 32765 0 -1 64 561 269 0 0 21 0 0 0 15 0 9 0 1999246872 888070144 17507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4054] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4054/stat : 4054 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 1999246872 888070144 17507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4055] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4055/stat : 4055 (java) S 4044 4046 32765 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 1999246872 888070144 17507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 867256

[startup+51.1017 s]
/proc/loadavg: 2.03 2.04 1.94 3/91 4059
/proc/meminfo: memFree=1786456/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=867256 CPUtime=51.01
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 25955 269 2 0 5090 11 0 0 18 0 9 0 1999246867 888070144 17508 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216814 17508 2631 9 0 211320 0
[pid=4046/tid=4048] ppid=4044 vsize=867256 CPUtime=50.7
/proc/4046/task/4048/stat : 4048 (java) R 4044 4046 32765 0 -1 64 18501 269 2 0 5062 8 0 0 25 0 9 0 1999246869 888070144 17508 996147200 134512640 134550740 4294955936 18446744073709551615 4126777746 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4049] ppid=4044 vsize=867256 CPUtime=0.06
/proc/4046/task/4049/stat : 4049 (java) S 4044 4046 32765 0 -1 64 6054 269 0 0 5 1 0 0 16 0 9 0 1999246870 888070144 17508 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4050] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4050/stat : 4050 (java) S 4044 4046 32765 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 1999246870 888070144 17508 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4051] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4051/stat : 4051 (java) S 4044 4046 32765 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 1999246870 888070144 17508 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4052] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4052/stat : 4052 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 1999246872 888070144 17508 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4053] ppid=4044 vsize=867256 CPUtime=0.21
/proc/4046/task/4053/stat : 4053 (java) S 4044 4046 32765 0 -1 64 563 269 0 0 21 0 0 0 16 0 9 0 1999246872 888070144 17508 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4054] ppid=4044 vsize=867256 CPUtime=0

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

/proc/4046/task/4051/stat : 4051 (java) S 4044 4046 32765 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4052] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4052/stat : 4052 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4053] ppid=4044 vsize=867256 CPUtime=0.22
/proc/4046/task/4053/stat : 4053 (java) S 4044 4046 32765 0 -1 64 566 269 0 0 22 0 0 0 16 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4054] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4054/stat : 4054 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4055] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4055/stat : 4055 (java) S 4044 4046 32765 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.7
Current children cumulated vsize (KiB) 867256

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 4199
/proc/meminfo: memFree=1814504/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=867256 CPUtime=1600.67
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 27966 269 2 0 160050 17 0 0 18 0 9 0 1999246867 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216814 17513 2631 9 0 211320 0
[pid=4046/tid=4048] ppid=4044 vsize=867256 CPUtime=1600.35
/proc/4046/task/4048/stat : 4048 (java) R 4044 4046 32765 0 -1 64 20509 269 2 0 160021 14 0 0 25 0 9 0 1999246869 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4126766180 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4049] ppid=4044 vsize=867256 CPUtime=0.06
/proc/4046/task/4049/stat : 4049 (java) S 4044 4046 32765 0 -1 64 6054 269 0 0 5 1 0 0 16 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4050] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4050/stat : 4050 (java) S 4044 4046 32765 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4051] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4051/stat : 4051 (java) S 4044 4046 32765 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4052] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4052/stat : 4052 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4053] ppid=4044 vsize=867256 CPUtime=0.22
/proc/4046/task/4053/stat : 4053 (java) S 4044 4046 32765 0 -1 64 566 269 0 0 22 0 0 0 16 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4054] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4054/stat : 4054 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4055] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4055/stat : 4055 (java) S 4044 4046 32765 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.67
Current children cumulated vsize (KiB) 867256

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 1.95 3/90 4199
/proc/meminfo: memFree=1814504/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=867256 CPUtime=1660.64
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 28011 269 2 0 166047 17 0 0 18 0 9 0 1999246867 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216814 17513 2631 9 0 211320 0
[pid=4046/tid=4048] ppid=4044 vsize=867256 CPUtime=1660.33
/proc/4046/task/4048/stat : 4048 (java) R 4044 4046 32765 0 -1 64 20554 269 2 0 166019 14 0 0 25 0 9 0 1999246869 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4126766274 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4049] ppid=4044 vsize=867256 CPUtime=0.06
/proc/4046/task/4049/stat : 4049 (java) S 4044 4046 32765 0 -1 64 6054 269 0 0 5 1 0 0 16 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4050] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4050/stat : 4050 (java) S 4044 4046 32765 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4051] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4051/stat : 4051 (java) S 4044 4046 32765 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4052] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4052/stat : 4052 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4053] ppid=4044 vsize=867256 CPUtime=0.22
/proc/4046/task/4053/stat : 4053 (java) S 4044 4046 32765 0 -1 64 566 269 0 0 22 0 0 0 16 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4054] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4054/stat : 4054 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4055] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4055/stat : 4055 (java) S 4044 4046 32765 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.64
Current children cumulated vsize (KiB) 867256

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/90 4200
/proc/meminfo: memFree=1814376/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=867256 CPUtime=1720.62
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 28075 269 2 0 172045 17 0 0 18 0 9 0 1999246867 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216814 17513 2631 9 0 211320 0
[pid=4046/tid=4048] ppid=4044 vsize=867256 CPUtime=1720.3
/proc/4046/task/4048/stat : 4048 (java) R 4044 4046 32765 0 -1 64 20618 269 2 0 172016 14 0 0 25 0 9 0 1999246869 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4126791710 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4049] ppid=4044 vsize=867256 CPUtime=0.06
/proc/4046/task/4049/stat : 4049 (java) S 4044 4046 32765 0 -1 64 6054 269 0 0 5 1 0 0 16 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4050] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4050/stat : 4050 (java) S 4044 4046 32765 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4051] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4051/stat : 4051 (java) S 4044 4046 32765 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4052] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4052/stat : 4052 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4053] ppid=4044 vsize=867256 CPUtime=0.22
/proc/4046/task/4053/stat : 4053 (java) S 4044 4046 32765 0 -1 64 566 269 0 0 22 0 0 0 16 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4054] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4054/stat : 4054 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4055] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4055/stat : 4055 (java) S 4044 4046 32765 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.62
Current children cumulated vsize (KiB) 867256

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/90 4200
/proc/meminfo: memFree=1814184/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=867256 CPUtime=1780.6
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 28154 269 2 0 178043 17 0 0 18 0 9 0 1999246867 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216814 17513 2631 9 0 211320 0
[pid=4046/tid=4048] ppid=4044 vsize=867256 CPUtime=1780.28
/proc/4046/task/4048/stat : 4048 (java) R 4044 4046 32765 0 -1 64 20697 269 2 0 178014 14 0 0 25 0 9 0 1999246869 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4126766274 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4049] ppid=4044 vsize=867256 CPUtime=0.06
/proc/4046/task/4049/stat : 4049 (java) S 4044 4046 32765 0 -1 64 6054 269 0 0 5 1 0 0 16 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4050] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4050/stat : 4050 (java) S 4044 4046 32765 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4051] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4051/stat : 4051 (java) S 4044 4046 32765 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4052] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4052/stat : 4052 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4053] ppid=4044 vsize=867256 CPUtime=0.22
/proc/4046/task/4053/stat : 4053 (java) S 4044 4046 32765 0 -1 64 566 269 0 0 22 0 0 0 16 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4054] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4054/stat : 4054 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4055] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4055/stat : 4055 (java) S 4044 4046 32765 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.6
Current children cumulated vsize (KiB) 867256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 4200
/proc/meminfo: memFree=1814184/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=867256 CPUtime=1800.01
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 28175 269 2 0 179983 18 0 0 18 0 9 0 1999246867 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216814 17513 2631 9 0 211320 0
[pid=4046/tid=4048] ppid=4044 vsize=867256 CPUtime=1799.68
/proc/4046/task/4048/stat : 4048 (java) R 4044 4046 32765 0 -1 64 20718 269 2 0 179954 14 0 0 25 0 9 0 1999246869 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4126755802 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4049] ppid=4044 vsize=867256 CPUtime=0.06
/proc/4046/task/4049/stat : 4049 (java) S 4044 4046 32765 0 -1 64 6054 269 0 0 5 1 0 0 16 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4050] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4050/stat : 4050 (java) S 4044 4046 32765 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4051] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4051/stat : 4051 (java) S 4044 4046 32765 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4052] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4052/stat : 4052 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4053] ppid=4044 vsize=867256 CPUtime=0.22
/proc/4046/task/4053/stat : 4053 (java) S 4044 4046 32765 0 -1 64 566 269 0 0 22 0 0 0 16 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4054] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4054/stat : 4054 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4055] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4055/stat : 4055 (java) S 4044 4046 32765 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867256

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

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

[startup+1801.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 4200
/proc/meminfo: memFree=1814184/2055920 swapFree=4176360/4192956
[pid=4046] ppid=4044 vsize=867256 CPUtime=1800.01
/proc/4046/stat : 4046 (java) S 4044 4046 32765 0 -1 0 28175 269 2 0 179983 18 0 0 18 0 9 0 1999246867 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4046/statm: 216814 17513 2631 9 0 211320 0
[pid=4046/tid=4048] ppid=4044 vsize=867256 CPUtime=1799.68
/proc/4046/task/4048/stat : 4048 (java) R 4044 4046 32765 0 -1 64 20718 269 2 0 179954 14 0 0 25 0 9 0 1999246869 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4126755802 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4049] ppid=4044 vsize=867256 CPUtime=0.06
/proc/4046/task/4049/stat : 4049 (java) S 4044 4046 32765 0 -1 64 6054 269 0 0 5 1 0 0 16 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4050] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4050/stat : 4050 (java) S 4044 4046 32765 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4051] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4051/stat : 4051 (java) S 4044 4046 32765 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 1999246870 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4052] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4052/stat : 4052 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4053] ppid=4044 vsize=867256 CPUtime=0.22
/proc/4046/task/4053/stat : 4053 (java) S 4044 4046 32765 0 -1 64 566 269 0 0 22 0 0 0 16 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4046/tid=4054] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4054/stat : 4054 (java) S 4044 4046 32765 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4046/tid=4055] ppid=4044 vsize=867256 CPUtime=0
/proc/4046/task/4055/stat : 4055 (java) S 4044 4046 32765 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 1999246872 888070144 17513 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867256

Child status: 143
Real time (s): 1801.77
CPU time (s): 1800.08
CPU user time (s): 1799.88
CPU system time (s): 0.198969
CPU usage (%): 99.9062
Max. virtual memory (cumulated for all children) (KiB): 867256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28477
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37779
involuntary context switches= 35216

runsolver used 2.27065 second user time and 5.9391 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-04 22:19:58
IDJOB=1068398
IDBENCH=55514
IDSOLVER=364
FILE ID=node91/1068398-1215202797
PBS_JOBID= 7881615
Free space on /tmp= 66424 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 65d02ec746f3e95546a88b0bab96d2df
RANDOM SEED=1095194363

node91.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1848056 kB
Buffers:         13236 kB
Cached:         130880 kB
SwapCached:       7456 kB
Active:         118716 kB
Inactive:        43684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848056 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            3236 kB
Writeback:           0 kB
Mapped:          25952 kB
Slab:            30080 kB
Committed_AS: 12391332 kB
PageTables:       2280 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB
End job on node91 at 2008-07-04 22:50:02