Trace number 1068926

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.6 1829.86

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg10-10_ext.xml
MD5SUM95f5847b2ecf7070ab1274b4c3b8ba31
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 variables100
Number of constraints20
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/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.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1068926-1215157811.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.38	     nbVariables=100  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=2600
0.28/0.38	       =>  wckTime=0.121  cpuTime=0.1  mem=7M919
0.28/0.38	   
0.28/0.38	   relations being loaded...
0.48/0.51	   
0.48/0.51	   constraints being loaded...
0.58/0.60	   Too large in ConstraintConflictsSTructure
0.58/0.69	     nbConstraints=21  nbRelationTypes=1  nbGlobalConstraints=21  nbExtensionStructures=1
0.58/0.69	     nbSharedExtensionStructures=19  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  minDegree=2
0.58/0.69	     maxDegree=3  minArity=10  avgArity=13.81  maxArity=90  nbGenerators=1  nbFusions=0  symmetryWckTime=0.062
0.58/0.69	     symmetryCpuTime=0.04
0.58/0.69	       =>  wckTime=0.43  cpuTime=0.35  mem=33M842
0.67/0.76	   
0.67/0.76	   solver IterativeSystematicSolver being built... 
0.77/0.83	   
0.77/0.83	   INFO : Forward propagation technique limited 
0.87/0.90	       =>  wckTime=0.648  cpuTime=0.47  mem=26M926
0.97/1.09	   
0.97/1.09	   preprocessing
0.97/1.09	     nbConstraintChecks=0  nbValidityChecks=1410864  nbPropagations=101  nbRevisions=0  nbUselessRevisions=0
0.97/1.09	     nbRemovedValues=72  detectedInconsistency=no
0.97/1.09	       =>  wckTime=0.183  cpuTime=0.17  mem=27M845
4.97/6.29	   
4.97/6.29	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M706)

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-1068926-1215157811/watcher-1068926-1215157811 -o /tmp/evaluation-result-1068926-1215157811/solver-1068926-1215157811 -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-1068926-1215157811.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.31 2.19 2.10 4/81 5942
/proc/meminfo: memFree=1736024/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=10616 CPUtime=0
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 143166479 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 2654 472 209 9 0 1184 0
[pid=5942/tid=5943] ppid=5940 vsize=10616 CPUtime=0
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 143166480 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 13438936 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0776961 s]
/proc/loadavg: 2.31 2.19 2.10 4/81 5942
/proc/meminfo: memFree=1736024/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=865856 CPUtime=0.06
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 3435 0 1 0 5 1 0 0 18 0 9 0 143166479 886636544 2934 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216464 2934 1580 9 0 211026 0
[pid=5942/tid=5943] ppid=5940 vsize=865856 CPUtime=0.04
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 2527 0 1 0 4 0 0 0 20 0 9 0 143166480 886636544 2934 996147200 134512640 134550740 4294955984 18446744073709551615 4294960128 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101701 s]
/proc/loadavg: 2.31 2.19 2.10 4/81 5942
/proc/meminfo: memFree=1736024/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=865884 CPUtime=0.08
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 3750 0 1 0 7 1 0 0 18 0 9 0 143166479 886665216 3209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216471 3209 1703 9 0 211026 0
[pid=5942/tid=5943] ppid=5940 vsize=865884 CPUtime=0.07
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 2840 0 1 0 6 1 0 0 18 0 9 0 143166480 886665216 3209 996147200 134512640 134550740 4294955984 18446744073709551615 102833955 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301722 s]
/proc/loadavg: 2.31 2.19 2.10 4/81 5942
/proc/meminfo: memFree=1736024/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=866284 CPUtime=0.28
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 5828 0 1 0 25 3 0 0 18 0 9 0 143166479 887074816 5202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216571 5202 1953 9 0 211099 0
[pid=5942/tid=5943] ppid=5940 vsize=866284 CPUtime=0.22
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 4855 0 1 0 20 2 0 0 18 0 9 0 143166480 887074816 5202 996147200 134512640 134550740 4294955984 18446744073709551615 4159510205 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701776 s]
/proc/loadavg: 2.31 2.19 2.10 4/81 5942
/proc/meminfo: memFree=1736024/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=867168 CPUtime=0.67
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 14682 280 1 0 61 6 0 0 18 0 9 0 143166479 887980032 11922 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216792 11922 2049 9 0 211320 0
[pid=5942/tid=5943] ppid=5940 vsize=867168 CPUtime=0.54
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 12111 280 1 0 49 5 0 0 20 0 9 0 143166480 887980032 11922 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867168

[startup+1.50287 s]
/proc/loadavg: 2.31 2.19 2.10 3/90 5955
/proc/meminfo: memFree=1686096/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=867256 CPUtime=1.46
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 22639 280 1 0 138 8 0 0 18 0 9 0 143166479 888070144 14869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216814 14869 2631 9 0 211320 0
[pid=5942/tid=5943] ppid=5940 vsize=867256 CPUtime=1.2
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 16245 280 1 0 114 6 0 0 25 0 9 0 143166480 888070144 14869 996147200 134512640 134550740 4294955984 18446744073709551615 4126767355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5945] ppid=5940 vsize=867256 CPUtime=0.06
/proc/5942/task/5945/stat : 5945 (java) S 5940 5942 4288 0 -1 64 4998 280 0 0 5 1 0 0 16 0 9 0 143166481 888070144 14869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5946] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5946/stat : 5946 (java) S 5940 5942 4288 0 -1 64 16 280 0 0 0 0 0 0 16 0 9 0 143166482 888070144 14869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5947] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5947/stat : 5947 (java) S 5940 5942 4288 0 -1 64 9 280 0 0 0 0 0 0 15 0 9 0 143166482 888070144 14869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5948] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5948/stat : 5948 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 143166484 888070144 14869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5949] ppid=5940 vsize=867256 CPUtime=0.18
/proc/5942/task/5949/stat : 5949 (java) S 5940 5942 4288 0 -1 64 557 280 0 0 18 0 0 0 15 0 9 0 143166484 888070144 14869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5950] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5950/stat : 5950 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 19 0 9 0 143166484 888070144 14869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5951] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5951/stat : 5951 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 15 0 9 0 143166484 888070144 14869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867256

[startup+3.1174 s]
/proc/loadavg: 2.31 2.19 2.10 3/90 5955
/proc/meminfo: memFree=1685136/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=867256 CPUtime=3.02
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 22665 280 1 0 292 10 0 0 18 0 9 0 143166479 888070144 14883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216814 14883 2631 9 0 211320 0
[pid=5942/tid=5943] ppid=5940 vsize=867256 CPUtime=2.71
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 16257 280 1 0 265 6 0 0 25 0 9 0 143166480 888070144 14883 996147200 134512640 134550740 4294955984 18446744073709551615 4126757067 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5945] ppid=5940 vsize=867256 CPUtime=0.06
/proc/5942/task/5945/stat : 5945 (java) S 5940 5942 4288 0 -1 64 4998 280 0 0 5 1 0 0 17 0 9 0 143166481 888070144 14883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5946] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5946/stat : 5946 (java) S 5940 5942 4288 0 -1 64 16 280 0 0 0 0 0 0 16 0 9 0 143166482 888070144 14883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5947] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5947/stat : 5947 (java) S 5940 5942 4288 0 -1 64 9 280 0 0 0 0 0 0 15 0 9 0 143166482 888070144 14883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5948] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5948/stat : 5948 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 143166484 888070144 14883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5949] ppid=5940 vsize=867256 CPUtime=0.2
/proc/5942/task/5949/stat : 5949 (java) S 5940 5942 4288 0 -1 64 571 280 0 0 20 0 0 0 15 0 9 0 143166484 888070144 14883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5950] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5950/stat : 5950 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 19 0 9 0 143166484 888070144 14883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5951] ppid=5940 vsize=867256 CPUtime=0.07
/proc/5942/task/5951/stat : 5951 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 2 5 0 0 15 0 9 0 143166484 888070144 14883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 867256

[startup+6.30142 s]
/proc/loadavg: 2.28 2.19 2.10 3/90 5955
/proc/meminfo: memFree=1683152/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=867256 CPUtime=5.07
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 22691 280 1 0 490 17 0 0 18 0 9 0 143166479 888070144 14889 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216814 14889 2631 9 0 211320 0
[pid=5942/tid=5943] ppid=5940 vsize=867256 CPUtime=4.65
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 16277 280 1 0 459 6 0 0 25 0 9 0 143166480 888070144 14889 996147200 134512640 134550740 4294955984 18446744073709551615 4126767397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5945] ppid=5940 vsize=867256 CPUtime=0.06
/proc/5942/task/5945/stat : 5945 (java) S 5940 5942 4288 0 -1 64 4998 280 0 0 5 1 0 0 17 0 9 0 143166481 888070144 14889 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5946] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5946/stat : 5946 (java) S 5940 5942 4288 0 -1 64 16 280 0 0 0 0 0 0 16 0 9 0 143166482 888070144 14889 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5947] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5947/stat : 5947 (java) S 5940 5942 4288 0 -1 64 9 280 0 0 0 0 0 0 15 0 9 0 143166482 888070144 14889 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5948] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5948/stat : 5948 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 143166484 888070144 14889 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5949] ppid=5940 vsize=867256 CPUtime=0.21
/proc/5942/task/5949/stat : 5949 (java) S 5940 5942 4288 0 -1 64 577 280 0 0 21 0 0 0 15 0 9 0 143166484 888070144 14889 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5950] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5950/stat : 5950 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 19 0 9 0 143166484 888070144 14889 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5951] ppid=5940 vsize=867256 CPUtime=0.11
/proc/5942/task/5951/stat : 5951 (java) R 5940 5942 4288 0 -1 64 1 280 0 0 3 8 0 0 15 0 9 0 143166484 888070144 14889 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 867256

[startup+12.7012 s]
/proc/loadavg: 2.26 2.18 2.09 3/90 5955
/proc/meminfo: memFree=1679376/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=867256 CPUtime=11.41
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 22698 280 1 0 1124 17 0 0 18 0 9 0 143166479 888070144 14890 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216814 14890 2631 9 0 211320 0
[pid=5942/tid=5943] ppid=5940 vsize=867256 CPUtime=10.99
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 16282 280 1 0 1093 6 0 0 25 0 9 0 143166480 888070144 14890 996147200 134512640 134550740 4294955984 18446744073709551615 4126768028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5945] ppid=5940 vsize=867256 CPUtime=0.06
/proc/5942/task/5945/stat : 5945 (java) S 5940 5942 4288 0 -1 64 4998 280 0 0 5 1 0 0 17 0 9 0 143166481 888070144 14890 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5946] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5946/stat : 5946 (java) S 5940 5942 4288 0 -1 64 16 280 0 0 0 0 0 0 16 0 9 0 143166482 888070144 14890 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5947] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5947/stat : 5947 (java) S 5940 5942 4288 0 -1 64 9 280 0 0 0 0 0 0 15 0 9 0 143166482 888070144 14890 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5948] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5948/stat : 5948 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 143166484 888070144 14890 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5949] ppid=5940 vsize=867256 CPUtime=0.21
/proc/5942/task/5949/stat : 5949 (java) S 5940 5942 4288 0 -1 64 579 280 0 0 21 0 0 0 16 0 9 0 143166484 888070144 14890 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5950] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5950/stat : 5950 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 19 0 9 0 143166484 888070144 14890 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5951] ppid=5940 vsize=867256 CPUtime=0.11
/proc/5942/task/5951/stat : 5951 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 3 8 0 0 15 0 9 0 143166484 888070144 14890 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 867256

[startup+26.3396 s]
/proc/loadavg: 2.20 2.17 2.09 3/90 5955
/proc/meminfo: memFree=1671632/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=867256 CPUtime=24.04
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 22725 280 1 0 2376 28 0 0 18 0 9 0 143166479 888070144 14899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216814 14899 2631 9 0 211320 0
[pid=5942/tid=5943] ppid=5940 vsize=867256 CPUtime=23.43
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 16292 280 1 0 2337 6 0 0 25 0 9 0 143166480 888070144 14899 996147200 134512640 134550740 4294955984 18446744073709551615 4126767968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5945] ppid=5940 vsize=867256 CPUtime=0.08
/proc/5942/task/5945/stat : 5945 (java) S 5940 5942 4288 0 -1 64 4998 280 0 0 6 2 0 0 16 0 9 0 143166481 888070144 14899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5946] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5946/stat : 5946 (java) S 5940 5942 4288 0 -1 64 16 280 0 0 0 0 0 0 16 0 9 0 143166482 888070144 14899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5947] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5947/stat : 5947 (java) S 5940 5942 4288 0 -1 64 9 280 0 0 0 0 0 0 15 0 9 0 143166482 888070144 14899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5948] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5948/stat : 5948 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 143166484 888070144 14899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5949] ppid=5940 vsize=867256 CPUtime=0.23
/proc/5942/task/5949/stat : 5949 (java) S 5940 5942 4288 0 -1 64 596 280 0 0 23 0 0 0 15 0 9 0 143166484 888070144 14899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5950] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5950/stat : 5950 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 19 0 9 0 143166484 888070144 14899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5951] ppid=5940 vsize=867256 CPUtime=0.26
/proc/5942/task/5951/stat : 5951 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 8 18 0 0 15 0 9 0 143166484 888070144 14899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.04
Current children cumulated vsize (KiB) 867256

[startup+51.1014 s]
/proc/loadavg: 2.13 2.16 2.09 3/90 5955
/proc/meminfo: memFree=1657232/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=867256 CPUtime=46.54
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 22752 280 1 0 4617 37 0 0 18 0 9 0 143166479 888070144 14905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216814 14905 2631 9 0 211320 0
[pid=5942/tid=5943] ppid=5940 vsize=867256 CPUtime=45.81
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 16310 280 1 0 4574 7 0 0 25 0 9 0 143166480 888070144 14905 996147200 134512640 134550740 4294955984 18446744073709551615 4126757062 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5945] ppid=5940 vsize=867256 CPUtime=0.08

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

/proc/loadavg: 2.00 2.00 2.00 3/82 5964
/proc/meminfo: memFree=1230992/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=867256 CPUtime=1581.55
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 23494 280 1 0 158087 68 0 0 18 0 9 0 143166479 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216814 14912 2631 9 0 211320 0
[pid=5942/tid=5943] ppid=5940 vsize=867256 CPUtime=1580.48
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 17047 280 1 0 158032 16 0 0 25 0 9 0 143166480 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4126757049 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5945] ppid=5940 vsize=867256 CPUtime=0.1
/proc/5942/task/5945/stat : 5945 (java) S 5940 5942 4288 0 -1 64 4998 280 0 0 7 3 0 0 16 0 9 0 143166481 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5946] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5946/stat : 5946 (java) S 5940 5942 4288 0 -1 64 16 280 0 0 0 0 0 0 16 0 9 0 143166482 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5947] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5947/stat : 5947 (java) S 5940 5942 4288 0 -1 64 9 280 0 0 0 0 0 0 15 0 9 0 143166482 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5948] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5948/stat : 5948 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5949] ppid=5940 vsize=867256 CPUtime=0.25
/proc/5942/task/5949/stat : 5949 (java) S 5940 5942 4288 0 -1 64 610 280 0 0 25 0 0 0 16 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5950] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5950/stat : 5950 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 19 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5951] ppid=5940 vsize=867256 CPUtime=0.68
/proc/5942/task/5951/stat : 5951 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 21 47 0 0 15 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1581.55
Current children cumulated vsize (KiB) 867256

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5964
/proc/meminfo: memFree=1230928/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=867256 CPUtime=1641.02
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 23494 280 1 0 164033 69 0 0 18 0 9 0 143166479 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216814 14912 2631 9 0 211320 0
[pid=5942/tid=5943] ppid=5940 vsize=867256 CPUtime=1639.94
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 17047 280 1 0 163978 16 0 0 25 0 9 0 143166480 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4126767554 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5945] ppid=5940 vsize=867256 CPUtime=0.1
/proc/5942/task/5945/stat : 5945 (java) S 5940 5942 4288 0 -1 64 4998 280 0 0 7 3 0 0 16 0 9 0 143166481 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5946] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5946/stat : 5946 (java) S 5940 5942 4288 0 -1 64 16 280 0 0 0 0 0 0 16 0 9 0 143166482 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5947] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5947/stat : 5947 (java) S 5940 5942 4288 0 -1 64 9 280 0 0 0 0 0 0 15 0 9 0 143166482 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5948] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5948/stat : 5948 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5949] ppid=5940 vsize=867256 CPUtime=0.25
/proc/5942/task/5949/stat : 5949 (java) S 5940 5942 4288 0 -1 64 610 280 0 0 25 0 0 0 16 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5950] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5950/stat : 5950 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 19 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5951] ppid=5940 vsize=867256 CPUtime=0.68
/proc/5942/task/5951/stat : 5951 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 21 47 0 0 15 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1641.02
Current children cumulated vsize (KiB) 867256

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5964
/proc/meminfo: memFree=1230864/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=867256 CPUtime=1700.47
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 23498 280 1 0 169978 69 0 0 18 0 9 0 143166479 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216814 14912 2631 9 0 211320 0
[pid=5942/tid=5943] ppid=5940 vsize=867256 CPUtime=1699.4
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 17051 280 1 0 169923 17 0 0 25 0 9 0 143166480 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4126767564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5945] ppid=5940 vsize=867256 CPUtime=0.1
/proc/5942/task/5945/stat : 5945 (java) S 5940 5942 4288 0 -1 64 4998 280 0 0 7 3 0 0 16 0 9 0 143166481 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5946] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5946/stat : 5946 (java) S 5940 5942 4288 0 -1 64 16 280 0 0 0 0 0 0 16 0 9 0 143166482 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5947] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5947/stat : 5947 (java) S 5940 5942 4288 0 -1 64 9 280 0 0 0 0 0 0 15 0 9 0 143166482 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5948] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5948/stat : 5948 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5949] ppid=5940 vsize=867256 CPUtime=0.25
/proc/5942/task/5949/stat : 5949 (java) S 5940 5942 4288 0 -1 64 610 280 0 0 25 0 0 0 16 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5950] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5950/stat : 5950 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 19 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5951] ppid=5940 vsize=867256 CPUtime=0.68
/proc/5942/task/5951/stat : 5951 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 21 47 0 0 15 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1700.47
Current children cumulated vsize (KiB) 867256

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 2/79 5965
/proc/meminfo: memFree=1738152/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=867256 CPUtime=1759.93
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 23521 280 1 0 175924 69 0 0 18 0 9 0 143166479 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216814 14912 2631 9 0 211320 0
[pid=5942/tid=5943] ppid=5940 vsize=867256 CPUtime=1758.86
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 17074 280 1 0 175869 17 0 0 25 0 9 0 143166480 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4126757015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5945] ppid=5940 vsize=867256 CPUtime=0.1
/proc/5942/task/5945/stat : 5945 (java) S 5940 5942 4288 0 -1 64 4998 280 0 0 7 3 0 0 16 0 9 0 143166481 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5946] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5946/stat : 5946 (java) S 5940 5942 4288 0 -1 64 16 280 0 0 0 0 0 0 16 0 9 0 143166482 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5947] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5947/stat : 5947 (java) S 5940 5942 4288 0 -1 64 9 280 0 0 0 0 0 0 15 0 9 0 143166482 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5948] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5948/stat : 5948 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5949] ppid=5940 vsize=867256 CPUtime=0.25
/proc/5942/task/5949/stat : 5949 (java) S 5940 5942 4288 0 -1 64 610 280 0 0 25 0 0 0 16 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5950] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5950/stat : 5950 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 19 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5951] ppid=5940 vsize=867256 CPUtime=0.68
/proc/5942/task/5951/stat : 5951 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 21 47 0 0 15 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1759.93
Current children cumulated vsize (KiB) 867256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1827.6 s]
/proc/loadavg: 3.04 2.26 2.09 3/91 6052
/proc/meminfo: memFree=1518544/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=867256 CPUtime=1800.02
/proc/5942/stat : 5942 (java) S 5940 5942 4288 0 -1 0 23551 280 1 0 179903 99 0 0 18 0 9 0 143166479 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5942/statm: 216814 14912 2631 9 0 211320 0
[pid=5942/tid=5943] ppid=5940 vsize=867256 CPUtime=1798.65
/proc/5942/task/5943/stat : 5943 (java) R 5940 5942 4288 0 -1 64 17104 280 1 0 179837 28 0 0 25 0 9 0 143166480 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4126767371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5945] ppid=5940 vsize=867256 CPUtime=0.2
/proc/5942/task/5945/stat : 5945 (java) S 5940 5942 4288 0 -1 64 4998 280 0 0 12 8 0 0 16 0 9 0 143166481 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5946] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5946/stat : 5946 (java) S 5940 5942 4288 0 -1 64 16 280 0 0 0 0 0 0 16 0 9 0 143166482 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5947] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5947/stat : 5947 (java) S 5940 5942 4288 0 -1 64 9 280 0 0 0 0 0 0 15 0 9 0 143166482 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5948] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5948/stat : 5948 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5949] ppid=5940 vsize=867256 CPUtime=0.25
/proc/5942/task/5949/stat : 5949 (java) S 5940 5942 4288 0 -1 64 610 280 0 0 25 0 0 0 16 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5942/tid=5950] ppid=5940 vsize=867256 CPUtime=0
/proc/5942/task/5950/stat : 5950 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 0 0 0 0 19 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5942/tid=5951] ppid=5940 vsize=867256 CPUtime=0.88
/proc/5942/task/5951/stat : 5951 (java) S 5940 5942 4288 0 -1 64 1 280 0 0 27 61 0 0 15 0 9 0 143166484 888070144 14912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 867256

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1828.7 s]
/proc/loadavg: 3.04 2.26 2.09 4/85 6054
/proc/meminfo: memFree=1509832/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=0 CPUtime=1800.38
/proc/5942/stat : 5942 (java) Z 5940 5942 4288 0 -1 1036 23583 280 1 0 179913 125 0 0 16 0 2 0 143166479 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5942/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

[startup+1829.5 s]
/proc/loadavg: 3.04 2.26 2.09 4/85 6054
/proc/meminfo: memFree=1509832/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=0 CPUtime=1800.44
/proc/5942/stat : 5942 (java) Z 5940 5942 4288 0 -1 1036 23583 280 1 0 179913 131 0 0 16 0 2 0 143166479 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5942/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 0

[startup+1829.71 s]
/proc/loadavg: 3.04 2.26 2.09 3/85 6054
/proc/meminfo: memFree=1500296/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=0 CPUtime=1800.51
/proc/5942/stat : 5942 (java) Z 5940 5942 4288 0 -1 1036 23583 280 1 0 179913 138 0 0 16 0 2 0 143166479 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5942/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 0

[startup+1829.8 s]
/proc/loadavg: 3.04 2.26 2.09 3/85 6054
/proc/meminfo: memFree=1500296/2055920 swapFree=4192812/4192956
[pid=5942] ppid=5940 vsize=0 CPUtime=1800.55
/proc/5942/stat : 5942 (java) Z 5940 5942 4288 0 -1 1036 23583 280 1 0 179913 142 0 0 16 0 2 0 143166479 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5942/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1829.86
CPU time (s): 1800.6
CPU user time (s): 1799.14
CPU system time (s): 1.45878
CPU usage (%): 98.4007
Max. virtual memory (cumulated for all children) (KiB): 867256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.45878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23863
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= 38175
involuntary context switches= 78579

runsolver used 2.74358 second user time and 7.41187 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-04 09:50:12
IDJOB=1068926
IDBENCH=55551
IDSOLVER=363
FILE ID=node28/1068926-1215157811
PBS_JOBID= 7877412
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg10-10_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-1068926-1215157811/watcher-1068926-1215157811 -o /tmp/evaluation-result-1068926-1215157811/solver-1068926-1215157811 -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-1068926-1215157811.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 95f5847b2ecf7070ab1274b4c3b8ba31
RANDOM SEED=2029048114

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1736504 kB
Buffers:         22320 kB
Cached:         120072 kB
SwapCached:          0 kB
Active:         230396 kB
Inactive:        37960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           18188 kB
Writeback:           0 kB
Mapped:         143672 kB
Slab:            35904 kB
Committed_AS:  1042044 kB
PageTables:       2096 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node28 at 2008-07-04 10:20:41