Trace number 1076706

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

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg7-11_ext.xml
MD5SUM044efd6ff8af237ad5eddd605292ebfe
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 variables77
Number of constraints18
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension18
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.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1076706-1215189696.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.27/0.36	   
0.27/0.36	   variables being loaded...
0.38/0.40	     nbVariables=77  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=2002
0.38/0.40	       =>  wckTime=0.154  cpuTime=0.11  mem=7M919
0.38/0.40	   
0.38/0.40	   relations being loaded...
0.77/0.88	   
0.77/0.88	   constraints being loaded...
0.98/1.00	   Too large in ConstraintConflictsSTructure
1.08/1.11	   Too large in ConstraintConflictsSTructure
1.08/1.17	     nbConstraints=18  nbRelationTypes=2  nbGlobalConstraints=18  nbExtensionStructures=2
1.08/1.17	     nbSharedExtensionStructures=16  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
1.08/1.17	     maxDegree=2  minArity=7  avgArity=8.56  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.056
1.08/1.17	     symmetryCpuTime=0.03
1.08/1.17	       =>  wckTime=0.929  cpuTime=0.76  mem=28M156
1.16/1.27	   
1.16/1.28	   solver IterativeSystematicSolver being built... 
1.25/1.33	   
1.25/1.33	   INFO : Forward propagation technique limited 
1.37/1.40	       =>  wckTime=1.158  cpuTime=0.89  mem=36M753
2.97/3.07	   
2.97/3.07	   preprocessing
2.97/3.07	     nbConstraintChecks=0  nbValidityChecks=15656707  nbPropagations=1141  nbRevisions=0  nbUselessRevisions=0
2.97/3.07	     nbSingletonTests=89  nbEffectiveSingletonTests=0  nbACRemovals=41  nbFoundSingletons=0  nbRemovedValues=41
2.97/3.07	     detectedInconsistency=no
2.97/3.07	       =>  wckTime=1.665  cpuTime=1.62  mem=36M753
8.91/9.05	   
8.91/9.05	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=38M551)

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-1076706-1215189696/watcher-1076706-1215189696 -o /tmp/evaluation-result-1076706-1215189696/solver-1076706-1215189696 -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-1076706-1215189696.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.99 1.97 1.99 4/81 12626
/proc/meminfo: memFree=1750784/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=18572 CPUtime=0
/proc/12626/stat : 12626 (runsolver) R 12624 12626 11021 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1997943982 19017728 292 996147200 4194304 4296836 548682068304 18446744073709551615 227848809767 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12626/statm: 4643 292 257 25 0 2626 0

[startup+0.100976 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12626
/proc/meminfo: memFree=1750784/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=865884 CPUtime=0.07
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 3677 0 1 0 6 1 0 0 18 0 9 0 1997943982 886665216 3152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 216471 3152 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.201998 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12626
/proc/meminfo: memFree=1750784/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=866048 CPUtime=0.18
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 4639 0 1 0 16 2 0 0 18 0 9 0 1997943982 886833152 4066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 216512 4066 1852 9 0 211060 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866048

[startup+0.302015 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12626
/proc/meminfo: memFree=1750784/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=866196 CPUtime=0.27
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 5618 0 1 0 25 2 0 0 18 0 9 0 1997943982 886984704 5032 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 216549 5032 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.701087 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12626
/proc/meminfo: memFree=1750784/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=866408 CPUtime=0.67
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 12302 0 1 0 62 5 0 0 18 0 9 0 1997943982 887201792 11672 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 216602 11672 1969 9 0 211130 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866408

[startup+1.50123 s]
/proc/loadavg: 1.99 1.97 1.99 3/90 12635
/proc/meminfo: memFree=1684088/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=868288 CPUtime=1.47
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 31375 145 1 0 134 13 0 0 18 0 10 0 1997943982 889126912 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 217072 23049 2632 9 0 211578 0
[pid=12626/tid=12628] ppid=12624 vsize=868288 CPUtime=1.18
/proc/12626/task/12628/stat : 12628 (java) R 12624 12626 11021 0 -1 64 19694 145 1 0 110 8 0 0 18 0 10 0 1997943983 889126912 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4126761937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12629] ppid=12624 vsize=868288 CPUtime=0.12
/proc/12626/task/12629/stat : 12629 (java) S 12624 12626 11021 0 -1 64 10315 145 0 0 9 3 0 0 16 0 10 0 1997943985 889126912 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12630] ppid=12624 vsize=868288 CPUtime=0
/proc/12626/task/12630/stat : 12630 (java) S 12624 12626 11021 0 -1 64 17 145 0 0 0 0 0 0 15 0 10 0 1997943985 889126912 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12631] ppid=12624 vsize=868288 CPUtime=0
/proc/12626/task/12631/stat : 12631 (java) S 12624 12626 11021 0 -1 64 10 145 0 0 0 0 0 0 15 0 10 0 1997943985 889126912 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12632] ppid=12624 vsize=868288 CPUtime=0
/proc/12626/task/12632/stat : 12632 (java) S 12624 12626 11021 0 -1 64 0 145 0 0 0 0 0 0 18 0 10 0 1997943987 889126912 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12633] ppid=12624 vsize=868288 CPUtime=0.14
/proc/12626/task/12633/stat : 12633 (java) S 12624 12626 11021 0 -1 64 516 145 0 0 14 0 0 0 16 0 10 0 1997943987 889126912 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12634] ppid=12624 vsize=868288 CPUtime=0
/proc/12626/task/12634/stat : 12634 (java) S 12624 12626 11021 0 -1 64 2 145 0 0 0 0 0 0 19 0 10 0 1997943987 889126912 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12635] ppid=12624 vsize=868288 CPUtime=0
/proc/12626/task/12635/stat : 12635 (java) S 12624 12626 11021 0 -1 64 5 145 0 0 0 0 0 0 15 0 10 0 1997943987 889126912 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868288

[startup+3.10251 s]
/proc/loadavg: 1.99 1.97 1.99 3/90 12639
/proc/meminfo: memFree=1668408/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=868288 CPUtime=3.07
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 31656 268 1 0 292 14 0 1 18 0 9 0 1997943982 889126912 23069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 217072 23069 2634 9 0 211578 0
[pid=12626/tid=12628] ppid=12624 vsize=868288 CPUtime=2.75
/proc/12626/task/12628/stat : 12628 (java) R 12624 12626 11021 0 -1 64 19960 268 1 0 266 8 0 1 25 0 9 0 1997943983 889126912 23069 996147200 134512640 134550740 4294955936 18446744073709551615 4126772299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12629] ppid=12624 vsize=868288 CPUtime=0.13
/proc/12626/task/12629/stat : 12629 (java) S 12624 12626 11021 0 -1 64 10316 268 0 0 9 3 0 1 17 0 9 0 1997943985 889126912 23069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12630] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12630/stat : 12630 (java) S 12624 12626 11021 0 -1 64 17 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12631] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12631/stat : 12631 (java) S 12624 12626 11021 0 -1 64 10 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12632] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12632/stat : 12632 (java) S 12624 12626 11021 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 1997943987 889126912 23069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12633] ppid=12624 vsize=868288 CPUtime=0.16
/proc/12626/task/12633/stat : 12633 (java) S 12624 12626 11021 0 -1 64 530 268 0 0 15 0 0 1 15 0 9 0 1997943987 889126912 23069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12634] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12634/stat : 12634 (java) S 12624 12626 11021 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 1997943987 889126912 23069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12635] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12635/stat : 12635 (java) S 12624 12626 11021 0 -1 64 5 268 0 0 0 0 0 1 15 0 9 0 1997943987 889126912 23069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868288

[startup+6.30107 s]
/proc/loadavg: 1.99 1.97 1.99 3/90 12639
/proc/meminfo: memFree=1668344/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=868288 CPUtime=6.23
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 31688 268 1 0 608 14 0 1 18 0 9 0 1997943982 889126912 23085 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 217072 23085 2634 9 0 211578 0
[pid=12626/tid=12628] ppid=12624 vsize=868288 CPUtime=5.89
/proc/12626/task/12628/stat : 12628 (java) R 12624 12626 11021 0 -1 64 19976 268 1 0 580 8 0 1 25 0 9 0 1997943983 889126912 23085 996147200 134512640 134550740 4294955936 18446744073709551615 4126772502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12629] ppid=12624 vsize=868288 CPUtime=0.13
/proc/12626/task/12629/stat : 12629 (java) S 12624 12626 11021 0 -1 64 10316 268 0 0 9 3 0 1 17 0 9 0 1997943985 889126912 23085 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12630] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12630/stat : 12630 (java) S 12624 12626 11021 0 -1 64 17 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23085 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12631] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12631/stat : 12631 (java) S 12624 12626 11021 0 -1 64 10 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23085 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12632] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12632/stat : 12632 (java) S 12624 12626 11021 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 1997943987 889126912 23085 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12633] ppid=12624 vsize=868288 CPUtime=0.19
/proc/12626/task/12633/stat : 12633 (java) S 12624 12626 11021 0 -1 64 546 268 0 0 18 0 0 1 16 0 9 0 1997943987 889126912 23085 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12634] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12634/stat : 12634 (java) S 12624 12626 11021 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 1997943987 889126912 23085 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12635] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12635/stat : 12635 (java) S 12624 12626 11021 0 -1 64 5 268 0 0 0 0 0 1 15 0 9 0 1997943987 889126912 23085 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868288

[startup+12.7022 s]
/proc/loadavg: 1.99 1.97 1.99 3/90 12639
/proc/meminfo: memFree=1668088/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=868288 CPUtime=12.57
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 31708 268 1 0 1242 14 0 1 18 0 9 0 1997943982 889126912 23089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 217072 23089 2634 9 0 211578 0
[pid=12626/tid=12628] ppid=12624 vsize=868288 CPUtime=12.23
/proc/12626/task/12628/stat : 12628 (java) R 12624 12626 11021 0 -1 64 19992 268 1 0 1213 9 0 1 25 0 9 0 1997943983 889126912 23089 996147200 134512640 134550740 4294955936 18446744073709551615 4126772299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12629] ppid=12624 vsize=868288 CPUtime=0.13
/proc/12626/task/12629/stat : 12629 (java) S 12624 12626 11021 0 -1 64 10316 268 0 0 9 3 0 1 17 0 9 0 1997943985 889126912 23089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12630] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12630/stat : 12630 (java) S 12624 12626 11021 0 -1 64 17 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12631] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12631/stat : 12631 (java) S 12624 12626 11021 0 -1 64 10 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12632] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12632/stat : 12632 (java) S 12624 12626 11021 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 1997943987 889126912 23089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12633] ppid=12624 vsize=868288 CPUtime=0.2
/proc/12626/task/12633/stat : 12633 (java) S 12624 12626 11021 0 -1 64 550 268 0 0 19 0 0 1 15 0 9 0 1997943987 889126912 23089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12634] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12634/stat : 12634 (java) S 12624 12626 11021 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 1997943987 889126912 23089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12635] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12635/stat : 12635 (java) S 12624 12626 11021 0 -1 64 5 268 0 0 0 0 0 1 15 0 9 0 1997943987 889126912 23089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868288

[startup+25.5014 s]
/proc/loadavg: 1.99 1.97 1.99 3/90 12639
/proc/meminfo: memFree=1667960/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=868288 CPUtime=25.26
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 31732 268 1 0 2510 15 0 1 18 0 9 0 1997943982 889126912 23098 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 217072 23098 2634 9 0 211578 0
[pid=12626/tid=12628] ppid=12624 vsize=868288 CPUtime=24.88
/proc/12626/task/12628/stat : 12628 (java) R 12624 12626 11021 0 -1 64 20001 268 1 0 2478 9 0 1 25 0 9 0 1997943983 889126912 23098 996147200 134512640 134550740 4294955936 18446744073709551615 4126772560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12629] ppid=12624 vsize=868288 CPUtime=0.13
/proc/12626/task/12629/stat : 12629 (java) S 12624 12626 11021 0 -1 64 10316 268 0 0 9 3 0 1 16 0 9 0 1997943985 889126912 23098 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12630] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12630/stat : 12630 (java) S 12624 12626 11021 0 -1 64 17 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23098 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12631] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12631/stat : 12631 (java) S 12624 12626 11021 0 -1 64 10 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23098 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12632] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12632/stat : 12632 (java) S 12624 12626 11021 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 1997943987 889126912 23098 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12633] ppid=12624 vsize=868288 CPUtime=0.22
/proc/12626/task/12633/stat : 12633 (java) S 12624 12626 11021 0 -1 64 565 268 0 0 21 0 0 1 17 0 9 0 1997943987 889126912 23098 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12634] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12634/stat : 12634 (java) S 12624 12626 11021 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 1997943987 889126912 23098 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12635] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12635/stat : 12635 (java) S 12624 12626 11021 0 -1 64 5 268 0 0 0 0 0 1 15 0 9 0 1997943987 889126912 23098 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 868288

[startup+51.1019 s]
/proc/loadavg: 1.99 1.97 1.99 3/90 12639
/proc/meminfo: memFree=1667960/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=868288 CPUtime=50.62
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 31753 268 1 0 5046 15 0 1 18 0 9 0 1997943982 889126912 23104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 217072 23104 2634 9 0 211578 0
[pid=12626/tid=12628] ppid=12624 vsize=868288 CPUtime=50.23
/proc/12626/task/12628/stat : 12628 (java) R 12624 12626 11021 0 -1 64 20014 268 1 0 5013 9 0 1 25 0 9 0 1997943983 889126912 23104 996147200 134512640 134550740 4294955936 18446744073709551615 4126772714 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12629] ppid=12624 vsize=868288 CPUtime=0.13
/proc/12626/task/12629/stat : 12629 (java) S 12624 12626 11021 0 -1 64 10316 268 0 0 9 3 0 1 16 0 9 0 1997943985 889126912 23104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12630] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12630/stat : 12630 (java) S 12624 12626 11021 0 -1 64 17 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12631] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12631/stat : 12631 (java) S 12624 12626 11021 0 -1 64 10 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12632] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12632/stat : 12632 (java) S 12624 12626 11021 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 1997943987 889126912 23104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12633] ppid=12624 vsize=868288 CPUtime=0.23
/proc/12626/task/12633/stat : 12633 (java) S 12624 12626 11021 0 -1 64 573 268 0 0 22 0 0 1 16 0 9 0 1997943987 889126912 23104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12634] ppid=12624 vsize=868288 CPUtime=0.01

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

/proc/12626/task/12631/stat : 12631 (java) S 12624 12626 11021 0 -1 64 10 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12632] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12632/stat : 12632 (java) S 12624 12626 11021 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12633] ppid=12624 vsize=868288 CPUtime=0.24
/proc/12626/task/12633/stat : 12633 (java) S 12624 12626 11021 0 -1 64 582 268 0 0 23 0 0 1 16 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12634] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12634/stat : 12634 (java) S 12624 12626 11021 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12635] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12635/stat : 12635 (java) S 12624 12626 11021 0 -1 64 5 268 0 0 0 0 0 1 15 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.73
Current children cumulated vsize (KiB) 868288

[startup+1602.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/90 12645
/proc/meminfo: memFree=1667064/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=868288 CPUtime=1587.17
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 32976 268 1 0 158696 20 0 1 18 0 9 0 1997943982 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 217072 23109 2634 9 0 211578 0
[pid=12626/tid=12628] ppid=12624 vsize=868288 CPUtime=1586.78
/proc/12626/task/12628/stat : 12628 (java) R 12624 12626 11021 0 -1 64 21228 268 1 0 158663 14 0 1 25 0 9 0 1997943983 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4126772482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12629] ppid=12624 vsize=868288 CPUtime=0.13
/proc/12626/task/12629/stat : 12629 (java) S 12624 12626 11021 0 -1 64 10316 268 0 0 9 3 0 1 16 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12630] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12630/stat : 12630 (java) S 12624 12626 11021 0 -1 64 17 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12631] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12631/stat : 12631 (java) S 12624 12626 11021 0 -1 64 10 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12632] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12632/stat : 12632 (java) S 12624 12626 11021 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12633] ppid=12624 vsize=868288 CPUtime=0.24
/proc/12626/task/12633/stat : 12633 (java) S 12624 12626 11021 0 -1 64 582 268 0 0 23 0 0 1 16 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12634] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12634/stat : 12634 (java) S 12624 12626 11021 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12635] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12635/stat : 12635 (java) S 12624 12626 11021 0 -1 64 5 268 0 0 0 0 0 1 15 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.17
Current children cumulated vsize (KiB) 868288

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 12645
/proc/meminfo: memFree=1667064/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=868288 CPUtime=1646.6
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 33029 268 1 0 164639 20 0 1 18 0 9 0 1997943982 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 217072 23109 2634 9 0 211578 0
[pid=12626/tid=12628] ppid=12624 vsize=868288 CPUtime=1646.21
/proc/12626/task/12628/stat : 12628 (java) R 12624 12626 11021 0 -1 64 21281 268 1 0 164606 14 0 1 25 0 9 0 1997943983 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4126772482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12629] ppid=12624 vsize=868288 CPUtime=0.13
/proc/12626/task/12629/stat : 12629 (java) S 12624 12626 11021 0 -1 64 10316 268 0 0 9 3 0 1 16 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12630] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12630/stat : 12630 (java) S 12624 12626 11021 0 -1 64 17 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12631] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12631/stat : 12631 (java) S 12624 12626 11021 0 -1 64 10 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12632] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12632/stat : 12632 (java) S 12624 12626 11021 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12633] ppid=12624 vsize=868288 CPUtime=0.24
/proc/12626/task/12633/stat : 12633 (java) S 12624 12626 11021 0 -1 64 582 268 0 0 23 0 0 1 16 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12634] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12634/stat : 12634 (java) S 12624 12626 11021 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12635] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12635/stat : 12635 (java) S 12624 12626 11021 0 -1 64 5 268 0 0 0 0 0 1 15 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.6
Current children cumulated vsize (KiB) 868288

[startup+1722.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/91 12723
/proc/meminfo: memFree=1558576/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=868288 CPUtime=1706.43
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 33096 268 1 0 170621 21 0 1 18 0 9 0 1997943982 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 217072 23109 2634 9 0 211578 0
[pid=12626/tid=12628] ppid=12624 vsize=868288 CPUtime=1706.04
/proc/12626/task/12628/stat : 12628 (java) R 12624 12626 11021 0 -1 64 21348 268 1 0 170588 15 0 1 25 0 9 0 1997943983 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4126772482 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12626/tid=12629] ppid=12624 vsize=868288 CPUtime=0.13
/proc/12626/task/12629/stat : 12629 (java) S 12624 12626 11021 0 -1 64 10316 268 0 0 9 3 0 1 16 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12630] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12630/stat : 12630 (java) S 12624 12626 11021 0 -1 64 17 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12631] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12631/stat : 12631 (java) S 12624 12626 11021 0 -1 64 10 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12632] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12632/stat : 12632 (java) S 12624 12626 11021 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12633] ppid=12624 vsize=868288 CPUtime=0.24
/proc/12626/task/12633/stat : 12633 (java) S 12624 12626 11021 0 -1 64 582 268 0 0 23 0 0 1 16 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12634] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12634/stat : 12634 (java) S 12624 12626 11021 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12635] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12635/stat : 12635 (java) S 12624 12626 11021 0 -1 64 5 268 0 0 0 0 0 1 15 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.43
Current children cumulated vsize (KiB) 868288

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/91 12723
/proc/meminfo: memFree=1508208/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=868288 CPUtime=1766.38
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 33143 268 1 0 176615 22 0 1 18 0 9 0 1997943982 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 217072 23109 2634 9 0 211578 0
[pid=12626/tid=12628] ppid=12624 vsize=868288 CPUtime=1765.99
/proc/12626/task/12628/stat : 12628 (java) R 12624 12626 11021 0 -1 64 21395 268 1 0 176582 16 0 1 25 0 9 0 1997943983 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4126772723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12626/tid=12629] ppid=12624 vsize=868288 CPUtime=0.13
/proc/12626/task/12629/stat : 12629 (java) S 12624 12626 11021 0 -1 64 10316 268 0 0 9 3 0 1 16 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12630] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12630/stat : 12630 (java) S 12624 12626 11021 0 -1 64 17 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12631] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12631/stat : 12631 (java) S 12624 12626 11021 0 -1 64 10 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12632] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12632/stat : 12632 (java) S 12624 12626 11021 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12633] ppid=12624 vsize=868288 CPUtime=0.24
/proc/12626/task/12633/stat : 12633 (java) S 12624 12626 11021 0 -1 64 582 268 0 0 23 0 0 1 16 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12634] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12634/stat : 12634 (java) S 12624 12626 11021 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12635] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12635/stat : 12635 (java) S 12624 12626 11021 0 -1 64 5 268 0 0 0 0 0 1 15 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.38
Current children cumulated vsize (KiB) 868288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816 s]
/proc/loadavg: 2.01 2.02 2.00 3/91 12723
/proc/meminfo: memFree=1482288/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=868288 CPUtime=1800.06
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 33171 268 1 0 179983 22 0 1 18 0 9 0 1997943982 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 217072 23109 2634 9 0 211578 0
[pid=12626/tid=12628] ppid=12624 vsize=868288 CPUtime=1799.66
/proc/12626/task/12628/stat : 12628 (java) R 12624 12626 11021 0 -1 64 21423 268 1 0 179949 16 0 1 25 0 9 0 1997943983 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4126772429 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12626/tid=12629] ppid=12624 vsize=868288 CPUtime=0.13
/proc/12626/task/12629/stat : 12629 (java) S 12624 12626 11021 0 -1 64 10316 268 0 0 9 3 0 1 16 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12630] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12630/stat : 12630 (java) S 12624 12626 11021 0 -1 64 17 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12631] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12631/stat : 12631 (java) S 12624 12626 11021 0 -1 64 10 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12632] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12632/stat : 12632 (java) S 12624 12626 11021 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12633] ppid=12624 vsize=868288 CPUtime=0.24
/proc/12626/task/12633/stat : 12633 (java) S 12624 12626 11021 0 -1 64 582 268 0 0 23 0 0 1 16 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12634] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12634/stat : 12634 (java) S 12624 12626 11021 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12635] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12635/stat : 12635 (java) S 12624 12626 11021 0 -1 64 5 268 0 0 0 0 0 1 15 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868288

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

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

[startup+1816 s]
/proc/loadavg: 2.01 2.02 2.00 3/91 12723
/proc/meminfo: memFree=1482288/2055920 swapFree=4180540/4192956
[pid=12626] ppid=12624 vsize=868288 CPUtime=1800.06
/proc/12626/stat : 12626 (java) S 12624 12626 11021 0 -1 0 33171 268 1 0 179983 22 0 1 18 0 9 0 1997943982 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12626/statm: 217072 23109 2634 9 0 211578 0
[pid=12626/tid=12628] ppid=12624 vsize=868288 CPUtime=1799.66
/proc/12626/task/12628/stat : 12628 (java) R 12624 12626 11021 0 -1 64 21423 268 1 0 179949 16 0 1 25 0 9 0 1997943983 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4126772429 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12626/tid=12629] ppid=12624 vsize=868288 CPUtime=0.13
/proc/12626/task/12629/stat : 12629 (java) S 12624 12626 11021 0 -1 64 10316 268 0 0 9 3 0 1 16 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12630] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12630/stat : 12630 (java) S 12624 12626 11021 0 -1 64 17 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12631] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12631/stat : 12631 (java) S 12624 12626 11021 0 -1 64 10 268 0 0 0 0 0 1 15 0 9 0 1997943985 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12632] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12632/stat : 12632 (java) S 12624 12626 11021 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12633] ppid=12624 vsize=868288 CPUtime=0.24
/proc/12626/task/12633/stat : 12633 (java) S 12624 12626 11021 0 -1 64 582 268 0 0 23 0 0 1 16 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12634] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12634/stat : 12634 (java) S 12624 12626 11021 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12626/tid=12635] ppid=12624 vsize=868288 CPUtime=0.01
/proc/12626/task/12635/stat : 12635 (java) S 12624 12626 11021 0 -1 64 5 268 0 0 0 0 0 1 15 0 9 0 1997943987 889126912 23109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868288

Child status: 143
Real time (s): 1816.05
CPU time (s): 1800.12
CPU user time (s): 1799.87
CPU system time (s): 0.253961
CPU usage (%): 99.1228
Max. virtual memory (cumulated for all children) (KiB): 868288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33470
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= 37729
involuntary context switches= 101855

runsolver used 2.74358 second user time and 5.53516 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-04 18:41:36
IDJOB=1076706
IDBENCH=56598
IDSOLVER=364
FILE ID=node18/1076706-1215189696
PBS_JOBID= 7881599
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg7-11_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-1076706-1215189696/watcher-1076706-1215189696 -o /tmp/evaluation-result-1076706-1215189696/solver-1076706-1215189696 -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-1076706-1215189696.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 044efd6ff8af237ad5eddd605292ebfe
RANDOM SEED=1349861482

node18.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.268
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	: 5931.00
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.268
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:       1751264 kB
Buffers:         44312 kB
Cached:         128196 kB
SwapCached:       6536 kB
Active:         195428 kB
Inactive:        56864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751264 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            4332 kB
Writeback:           0 kB
Mapped:          95540 kB
Slab:            37392 kB
Committed_AS:  3597180 kB
PageTables:       1932 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= 66496 MiB
End job on node18 at 2008-07-04 19:11:54