Trace number 1112001

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
AbsconMax 112 pc-wMSAT (TO)15 3600.13 3605.63

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-10_ext.xml
MD5SUM34f49ec7596469127b01a2b2f15f8640
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mrdac-wdeg.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1112001-1215860359.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.40	     nbVariables=70  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=1820
0.38/0.40	       =>  wckTime=0.161  cpuTime=0.12  mem=7M858
0.38/0.40	   
0.38/0.40	   relations being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
0.48/0.58	   Too large in ConstraintConflictsSTructure
0.48/0.59	   Too large in ConstraintConflictsSTructure
0.57/0.62	     nbConstraints=17  nbRelationTypes=2  nbExtensionStructures=2  nbSharedExtensionStructures=15
0.57/0.62	     nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=2  minArity=7
0.57/0.62	     avgArity=8.24  maxArity=10
0.57/0.62	       =>  wckTime=0.375  cpuTime=0.28  mem=12M817
0.57/0.67	   
0.57/0.67	   solver LocalSearchSolver being built... 
0.67/0.71	       =>  wckTime=0.47  cpuTime=0.32  mem=6M334
0.67/0.73	
0.67/0.73	s SATISFIABLE
0.67/0.73	o 17
2.85/2.98	o 16
23.75/24.00	   
23.75/24.00	   search
23.75/24.00	     run=0  nbConstraintChecks=34520067  nbAssignments=10000
23.75/24.00	       =>  wckTime=23.293  cpuTime=23.05  mem=7M326
31.68/32.05	o 15
46.53/47.07	   
46.53/47.07	   search
46.53/47.07	     run=1  nbConstraintChecks=69040009  nbAssignments=20000
46.53/47.07	       =>  wckTime=46.36  cpuTime=45.9  mem=7M326
61.69/62.34	   
61.69/62.34	   search
61.69/62.34	     run=2  nbConstraintChecks=92075222  nbAssignments=26673
61.69/62.34	       =>  wckTime=61.627  cpuTime=61.02  mem=7M326
61.69/62.34	   
61.69/62.34	   global
61.69/62.34	     nbConstraintChecks=92075222  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
61.69/62.34	     solvingWckTime=61.623  solvingCpuTime=61.02  expiredTime=no  totalExploration=no  nbFoundSolutions=0
61.69/62.34	     globalCpuTime=61.4
61.69/62.34	       =>  wckTime=62.097  cpuTime=61.34  mem=7M326
61.69/62.34	   
61.69/62.34	   solver DecomposerSolver being built... 
61.78/62.46	       =>  wckTime=62.219  cpuTime=61.44  mem=19M372
3600.10/3605.61	v 3 2 20 21 3 3 21 18 25 0 21 12 25 18 10 14 25 11 0 19 20 3 5 24 18 12 1 0 6 22 8 12 16 11 16 8 5 2 9 4 11 23 16 14 22 13 18 10 5 16 4 18 7 12 7 6 8 4 24 17 10 15 6 21 0 14 18 13 22 16 

Verifier Data (download as text)

OK	15	2
15 unsatisfied constraints, 2 satisfied constraints

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-1112001-1215860359/watcher-1112001-1215860359 -o /tmp/evaluation-result-1112001-1215860359/solver-1112001-1215860359 -C 3600 -W 4000 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-wdeg.xml 1 XSax HOME/instance-1112001-1215860359.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.00 2.00 2.00 4/80 18867
/proc/meminfo: memFree=1906072/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=18572 CPUtime=0
/proc/18867/stat : 18867 (runsolver) R 18865 18867 17339 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 42735191 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18867/statm: 4643 292 257 25 0 2626 0

[startup+0.0458481 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 18867
/proc/meminfo: memFree=1906072/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=861876 CPUtime=0.03
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 2256 0 1 0 1 2 0 0 18 0 5 0 42735191 882561024 1865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 215469 1865 855 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.103858 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 18867
/proc/meminfo: memFree=1906072/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=865984 CPUtime=0.08
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 3734 0 1 0 6 2 0 0 18 0 9 0 42735191 886767616 3197 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216496 3197 1687 9 0 211051 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301895 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 18867
/proc/meminfo: memFree=1906072/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866156 CPUtime=0.28
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 5610 0 1 0 25 3 0 0 18 0 9 0 42735191 886943744 5025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216539 5025 1905 9 0 211087 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866156

[startup+0.701968 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 18867
/proc/meminfo: memFree=1906072/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866612 CPUtime=0.67
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 9134 0 1 0 62 5 0 0 18 0 9 0 42735191 887410688 8301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216653 8301 2627 9 0 211159 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866612

[startup+1.50111 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 18876
/proc/meminfo: memFree=1883088/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866612 CPUtime=1.47
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 9154 0 1 0 140 7 0 0 18 0 9 0 42735191 887410688 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216653 8321 2633 9 0 211159 0
[pid=18867/tid=18869] ppid=18865 vsize=866612 CPUtime=1.3
/proc/18867/task/18869/stat : 18869 (java) R 18865 18867 17339 0 -1 64 6810 0 1 0 125 5 0 0 25 0 9 0 42735192 887410688 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4126627639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18870] ppid=18865 vsize=866612 CPUtime=0.03
/proc/18867/task/18870/stat : 18870 (java) S 18865 18867 17339 0 -1 64 1329 0 0 0 3 0 0 0 16 0 9 0 42735194 887410688 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18871] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18865 18867 17339 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 42735194 887410688 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18872] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18865 18867 17339 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42735194 887410688 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18873] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18873/stat : 18873 (java) S 18865 18867 17339 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42735196 887410688 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18874] ppid=18865 vsize=866612 CPUtime=0.1
/proc/18867/task/18874/stat : 18874 (java) S 18865 18867 17339 0 -1 64 319 0 0 0 10 0 0 0 16 0 9 0 42735196 887410688 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18875] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18865 18867 17339 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42735196 887410688 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18876] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18876/stat : 18876 (java) S 18865 18867 17339 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42735196 887410688 8321 996147200 134512640 134550740 4294955952 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) 866612

[startup+3.1024 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 18876
/proc/meminfo: memFree=1882896/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866612 CPUtime=3.05
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 9156 0 1 0 295 10 0 0 18 0 9 0 42735191 887410688 8322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216653 8322 2633 9 0 211159 0
[pid=18867/tid=18869] ppid=18865 vsize=866612 CPUtime=2.88
/proc/18867/task/18869/stat : 18869 (java) R 18865 18867 17339 0 -1 64 6811 0 1 0 280 8 0 0 25 0 9 0 42735192 887410688 8322 996147200 134512640 134550740 4294955952 18446744073709551615 4126622455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18870] ppid=18865 vsize=866612 CPUtime=0.03
/proc/18867/task/18870/stat : 18870 (java) S 18865 18867 17339 0 -1 64 1329 0 0 0 3 0 0 0 16 0 9 0 42735194 887410688 8322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18871] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18865 18867 17339 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 42735194 887410688 8322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18872] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18865 18867 17339 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42735194 887410688 8322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18873] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18873/stat : 18873 (java) S 18865 18867 17339 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42735196 887410688 8322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18874] ppid=18865 vsize=866612 CPUtime=0.1
/proc/18867/task/18874/stat : 18874 (java) S 18865 18867 17339 0 -1 64 320 0 0 0 10 0 0 0 16 0 9 0 42735196 887410688 8322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18875] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18865 18867 17339 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42735196 887410688 8322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18876] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18876/stat : 18876 (java) S 18865 18867 17339 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42735196 887410688 8322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 866612

[startup+6.30198 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 18876
/proc/meminfo: memFree=1882576/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866612 CPUtime=6.22
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 9162 0 1 0 607 15 0 0 18 0 9 0 42735191 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216653 8327 2633 9 0 211159 0
[pid=18867/tid=18869] ppid=18865 vsize=866612 CPUtime=6.04
/proc/18867/task/18869/stat : 18869 (java) R 18865 18867 17339 0 -1 64 6812 0 1 0 591 13 0 0 25 0 9 0 42735192 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4126678503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18870] ppid=18865 vsize=866612 CPUtime=0.03
/proc/18867/task/18870/stat : 18870 (java) S 18865 18867 17339 0 -1 64 1329 0 0 0 3 0 0 0 16 0 9 0 42735194 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18871] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18865 18867 17339 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 42735194 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18872] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18865 18867 17339 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42735194 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18873] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18873/stat : 18873 (java) S 18865 18867 17339 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42735196 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18874] ppid=18865 vsize=866612 CPUtime=0.11
/proc/18867/task/18874/stat : 18874 (java) S 18865 18867 17339 0 -1 64 325 0 0 0 11 0 0 0 16 0 9 0 42735196 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18875] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18865 18867 17339 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42735196 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18876] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18876/stat : 18876 (java) S 18865 18867 17339 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42735196 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 866612

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 18876
/proc/meminfo: memFree=1882384/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866612 CPUtime=12.56
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 9162 0 1 0 1231 25 0 0 18 0 9 0 42735191 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216653 8327 2633 9 0 211159 0
[pid=18867/tid=18869] ppid=18865 vsize=866612 CPUtime=12.39
/proc/18867/task/18869/stat : 18869 (java) R 18865 18867 17339 0 -1 64 6812 0 1 0 1215 24 0 0 25 0 9 0 42735192 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4126622493 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18870] ppid=18865 vsize=866612 CPUtime=0.03
/proc/18867/task/18870/stat : 18870 (java) S 18865 18867 17339 0 -1 64 1329 0 0 0 3 0 0 0 16 0 9 0 42735194 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18871] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18865 18867 17339 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 42735194 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18872] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18865 18867 17339 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42735194 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18873] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18873/stat : 18873 (java) S 18865 18867 17339 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42735196 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18874] ppid=18865 vsize=866612 CPUtime=0.11
/proc/18867/task/18874/stat : 18874 (java) S 18865 18867 17339 0 -1 64 325 0 0 0 11 0 0 0 16 0 9 0 42735196 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18875] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18865 18867 17339 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42735196 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18876] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18876/stat : 18876 (java) S 18865 18867 17339 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42735196 887410688 8327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 866612

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 18876
/proc/meminfo: memFree=1882384/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866612 CPUtime=25.24
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 9168 0 1 0 2478 46 0 0 18 0 9 0 42735191 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216653 8333 2634 9 0 211159 0
[pid=18867/tid=18869] ppid=18865 vsize=866612 CPUtime=25.05
/proc/18867/task/18869/stat : 18869 (java) R 18865 18867 17339 0 -1 64 6812 0 1 0 2461 44 0 0 25 0 9 0 42735192 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4126684916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18870] ppid=18865 vsize=866612 CPUtime=0.03
/proc/18867/task/18870/stat : 18870 (java) S 18865 18867 17339 0 -1 64 1329 0 0 0 3 0 0 0 16 0 9 0 42735194 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18871] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18865 18867 17339 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 42735194 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18872] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18865 18867 17339 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42735194 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18873] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18873/stat : 18873 (java) S 18865 18867 17339 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42735196 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18874] ppid=18865 vsize=866612 CPUtime=0.12
/proc/18867/task/18874/stat : 18874 (java) S 18865 18867 17339 0 -1 64 331 0 0 0 12 0 0 0 16 0 9 0 42735196 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18875] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18865 18867 17339 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42735196 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18876] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18876/stat : 18876 (java) S 18865 18867 17339 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42735196 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 866612

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 18876
/proc/meminfo: memFree=1882320/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866612 CPUtime=50.59
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 9168 0 1 0 4966 93 0 0 18 0 9 0 42735191 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216653 8333 2634 9 0 211159 0
[pid=18867/tid=18869] ppid=18865 vsize=866612 CPUtime=50.41
/proc/18867/task/18869/stat : 18869 (java) R 18865 18867 17339 0 -1 64 6812 0 1 0 4950 91 0 0 25 0 9 0 42735192 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4126682605 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18870] ppid=18865 vsize=866612 CPUtime=0.03
/proc/18867/task/18870/stat : 18870 (java) S 18865 18867 17339 0 -1 64 1329 0 0 0 3 0 0 0 16 0 9 0 42735194 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18871] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18865 18867 17339 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 42735194 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18872] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18865 18867 17339 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42735194 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18873] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18873/stat : 18873 (java) S 18865 18867 17339 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42735196 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18874] ppid=18865 vsize=866612 CPUtime=0.12
/proc/18867/task/18874/stat : 18874 (java) S 18865 18867 17339 0 -1 64 331 0 0 0 12 0 0 0 16 0 9 0 42735196 887410688 8333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18875] ppid=18865 vsize=866612 CPUtime=0

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

/proc/18867/task/18872/stat : 18872 (java) S 18865 18867 17339 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18873] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18873/stat : 18873 (java) S 18865 18867 17339 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18874] ppid=18865 vsize=866612 CPUtime=0.14
/proc/18867/task/18874/stat : 18874 (java) S 18865 18867 17339 0 -1 64 344 0 0 0 14 0 0 0 16 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18865 18867 17339 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18876] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18876/stat : 18876 (java) S 18865 18867 17339 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3276.95
Current children cumulated vsize (KiB) 866612

[startup+3342.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 18925
/proc/meminfo: memFree=1887240/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866612 CPUtime=3336.92
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 10510 0 1 0 333573 119 0 0 18 0 9 0 42735191 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216653 9671 2635 9 0 211159 0
[pid=18867/tid=18869] ppid=18865 vsize=866612 CPUtime=3336.71
/proc/18867/task/18869/stat : 18869 (java) R 18865 18867 17339 0 -1 64 8141 0 1 0 333554 117 0 0 25 0 9 0 42735192 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4126678420 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18870] ppid=18865 vsize=866612 CPUtime=0.03
/proc/18867/task/18870/stat : 18870 (java) S 18865 18867 17339 0 -1 64 1329 0 0 0 3 0 0 0 16 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18871] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18865 18867 17339 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18872] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18865 18867 17339 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18873] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18873/stat : 18873 (java) S 18865 18867 17339 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18874] ppid=18865 vsize=866612 CPUtime=0.14
/proc/18867/task/18874/stat : 18874 (java) S 18865 18867 17339 0 -1 64 344 0 0 0 14 0 0 0 16 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18865 18867 17339 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18876] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18876/stat : 18876 (java) S 18865 18867 17339 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3336.92
Current children cumulated vsize (KiB) 866612

[startup+3402.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/90 18925
/proc/meminfo: memFree=1887240/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866612 CPUtime=3396.89
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 10510 0 1 0 339570 119 0 0 18 0 9 0 42735191 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216653 9671 2635 9 0 211159 0
[pid=18867/tid=18869] ppid=18865 vsize=866612 CPUtime=3396.69
/proc/18867/task/18869/stat : 18869 (java) R 18865 18867 17339 0 -1 64 8141 0 1 0 339552 117 0 0 25 0 9 0 42735192 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4126622392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18870] ppid=18865 vsize=866612 CPUtime=0.03
/proc/18867/task/18870/stat : 18870 (java) S 18865 18867 17339 0 -1 64 1329 0 0 0 3 0 0 0 16 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18871] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18865 18867 17339 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18872] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18865 18867 17339 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18873] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18873/stat : 18873 (java) S 18865 18867 17339 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18874] ppid=18865 vsize=866612 CPUtime=0.14
/proc/18867/task/18874/stat : 18874 (java) S 18865 18867 17339 0 -1 64 344 0 0 0 14 0 0 0 16 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18865 18867 17339 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18876] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18876/stat : 18876 (java) S 18865 18867 17339 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3396.89
Current children cumulated vsize (KiB) 866612

[startup+3462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 18925
/proc/meminfo: memFree=1887048/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866612 CPUtime=3456.86
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 10510 0 1 0 345567 119 0 0 18 0 9 0 42735191 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216653 9671 2635 9 0 211159 0
[pid=18867/tid=18869] ppid=18865 vsize=866612 CPUtime=3456.66
/proc/18867/task/18869/stat : 18869 (java) R 18865 18867 17339 0 -1 64 8141 0 1 0 345549 117 0 0 25 0 9 0 42735192 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4126622421 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18870] ppid=18865 vsize=866612 CPUtime=0.03
/proc/18867/task/18870/stat : 18870 (java) S 18865 18867 17339 0 -1 64 1329 0 0 0 3 0 0 0 16 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18871] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18865 18867 17339 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18872] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18865 18867 17339 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18873] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18873/stat : 18873 (java) S 18865 18867 17339 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18874] ppid=18865 vsize=866612 CPUtime=0.14
/proc/18867/task/18874/stat : 18874 (java) S 18865 18867 17339 0 -1 64 344 0 0 0 14 0 0 0 16 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18865 18867 17339 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18876] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18876/stat : 18876 (java) S 18865 18867 17339 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3456.86
Current children cumulated vsize (KiB) 866612

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18925
/proc/meminfo: memFree=1886984/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866612 CPUtime=3516.83
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 10510 0 1 0 351564 119 0 0 18 0 9 0 42735191 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216653 9671 2635 9 0 211159 0
[pid=18867/tid=18869] ppid=18865 vsize=866612 CPUtime=3516.63
/proc/18867/task/18869/stat : 18869 (java) R 18865 18867 17339 0 -1 64 8141 0 1 0 351546 117 0 0 25 0 9 0 42735192 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4126627597 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18870] ppid=18865 vsize=866612 CPUtime=0.03
/proc/18867/task/18870/stat : 18870 (java) S 18865 18867 17339 0 -1 64 1329 0 0 0 3 0 0 0 16 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18871] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18865 18867 17339 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18872] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18865 18867 17339 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18873] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18873/stat : 18873 (java) S 18865 18867 17339 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18874] ppid=18865 vsize=866612 CPUtime=0.14
/proc/18867/task/18874/stat : 18874 (java) S 18865 18867 17339 0 -1 64 344 0 0 0 14 0 0 0 16 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18865 18867 17339 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18876] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18876/stat : 18876 (java) S 18865 18867 17339 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3516.83
Current children cumulated vsize (KiB) 866612

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18925
/proc/meminfo: memFree=1886920/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866612 CPUtime=3576.8
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 10510 0 1 0 357561 119 0 0 18 0 9 0 42735191 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216653 9671 2635 9 0 211159 0
[pid=18867/tid=18869] ppid=18865 vsize=866612 CPUtime=3576.61
/proc/18867/task/18869/stat : 18869 (java) R 18865 18867 17339 0 -1 64 8141 0 1 0 357543 118 0 0 25 0 9 0 42735192 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4126777005 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18870] ppid=18865 vsize=866612 CPUtime=0.03
/proc/18867/task/18870/stat : 18870 (java) S 18865 18867 17339 0 -1 64 1329 0 0 0 3 0 0 0 16 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18871] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18865 18867 17339 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18872] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18865 18867 17339 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18873] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18873/stat : 18873 (java) S 18865 18867 17339 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18874] ppid=18865 vsize=866612 CPUtime=0.14
/proc/18867/task/18874/stat : 18874 (java) S 18865 18867 17339 0 -1 64 344 0 0 0 14 0 0 0 16 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18865 18867 17339 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18876] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18876/stat : 18876 (java) S 18865 18867 17339 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3576.8
Current children cumulated vsize (KiB) 866612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18925
/proc/meminfo: memFree=1886920/2055920 swapFree=4192812/4192956
[pid=18867] ppid=18865 vsize=866612 CPUtime=3600.1
/proc/18867/stat : 18867 (java) S 18865 18867 17339 0 -1 0 10510 0 1 0 359891 119 0 0 18 0 9 0 42735191 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 216653 9671 2635 9 0 211159 0
[pid=18867/tid=18869] ppid=18865 vsize=866612 CPUtime=3599.9
/proc/18867/task/18869/stat : 18869 (java) R 18865 18867 17339 0 -1 64 8141 0 1 0 359872 118 0 0 25 0 9 0 42735192 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4126684464 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18870] ppid=18865 vsize=866612 CPUtime=0.03
/proc/18867/task/18870/stat : 18870 (java) S 18865 18867 17339 0 -1 64 1329 0 0 0 3 0 0 0 16 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18871] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18865 18867 17339 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18872] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18865 18867 17339 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42735194 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18873] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18873/stat : 18873 (java) S 18865 18867 17339 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18874] ppid=18865 vsize=866612 CPUtime=0.14
/proc/18867/task/18874/stat : 18874 (java) S 18865 18867 17339 0 -1 64 344 0 0 0 14 0 0 0 16 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18865 18867 17339 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18876] ppid=18865 vsize=866612 CPUtime=0
/proc/18867/task/18876/stat : 18876 (java) S 18865 18867 17339 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42735196 887410688 9671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 866612

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

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

Child status: 143
Real time (s): 3605.63
CPU time (s): 3600.13
CPU user time (s): 3598.93
CPU system time (s): 1.20382
CPU usage (%): 99.8476
Max. virtual memory (cumulated for all children) (KiB): 866616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.93
system time used= 1.20382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10534
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= 73471
involuntary context switches= 38717

runsolver used 3.53046 second user time and 12.5731 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-12 12:59:19
IDJOB=1112001
IDBENCH=61350
IDSOLVER=359
FILE ID=node45/1112001-1215860359
PBS_JOBID= 7903411
Free space on /tmp= 66488 MiB

SOLVER NAME= AbsconMax 112 pc-w
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg7-10_ext.xml
COMMAND LINE=  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-wdeg.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112001-1215860359/watcher-1112001-1215860359 -o /tmp/evaluation-result-1112001-1215860359/solver-1112001-1215860359 -C 3600 -W 4000 -M 900 --output-limit 1,15   java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-wdeg.xml 1 XSax HOME/instance-1112001-1215860359.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34f49ec7596469127b01a2b2f15f8640
RANDOM SEED=1724857711

node45.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.281
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.281
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:       1906552 kB
Buffers:          9612 kB
Cached:          43632 kB
SwapCached:          0 kB
Active:          85212 kB
Inactive:        12900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1906552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:          65200 kB
Slab:            36552 kB
Committed_AS:  1011720 kB
PageTables:       1888 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= 66488 MiB
End job on node45 at 2008-07-12 13:59:27