Trace number 1110402

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-dMSAT (TO)16 3600.08 3627.13

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-8_ext.xml
MD5SUMa8551468042d10e236fa44d6ce944fc0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints8
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints16
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mrdac-ddeg.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-1110402-1215822506.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.39/0.40	     nbVariables=64  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=1664
0.39/0.40	       =>  wckTime=0.159  cpuTime=0.13  mem=7M858
0.39/0.40	   
0.39/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.58/0.60	     nbConstraints=16  nbRelationTypes=1  nbExtensionStructures=1  nbSharedExtensionStructures=15
0.58/0.60	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=2  minArity=8  maxArity=8
0.58/0.60	       =>  wckTime=0.363  cpuTime=0.29  mem=12M804
0.58/0.65	   
0.58/0.65	   solver LocalSearchSolver being built... 
0.68/0.70	       =>  wckTime=0.46  cpuTime=0.33  mem=6M729
0.68/0.72	
0.68/0.72	s SATISFIABLE
0.68/0.72	o 16
23.17/23.40	   
23.17/23.40	   search
23.17/23.40	     run=0  nbConstraintChecks=31520066  nbAssignments=10000
23.17/23.40	       =>  wckTime=22.701  cpuTime=22.46  mem=7M721
30.70/31.04	   
30.70/31.04	   search
30.70/31.04	     run=1  nbConstraintChecks=42164386  nbAssignments=13377
30.70/31.04	       =>  wckTime=30.344  cpuTime=30.03  mem=7M721
30.70/31.04	   
30.70/31.04	   global
30.70/31.04	     nbConstraintChecks=42164386  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.70/31.04	     solvingWckTime=30.34  solvingCpuTime=30.03  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.70/31.04	     globalCpuTime=30.41
30.70/31.04	       =>  wckTime=30.804  cpuTime=30.36  mem=7M721
30.70/31.04	   
30.70/31.04	   solver DecomposerSolver being built... 
30.80/31.16	       =>  wckTime=30.92  cpuTime=30.46  mem=19M686
3600.04/3627.11	v 18 18 23 21 13 9 7 15 3 16 3 23 21 2 17 0 18 19 21 24 1 2 22 21 12 6 13 24 10 17 23 21 25 23 10 6 23 19 18 15 18 9 3 6 24 25 20 4 6 16 5 11 0 16 11 14 2 5 11 9 1 4 15 14 

Verifier Data (download as text)

OK	16	0
16 unsatisfied constraints, 0 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-1110402-1215822506/watcher-1110402-1215822506 -o /tmp/evaluation-result-1110402-1215822506/solver-1110402-1215822506 -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-ddeg.xml 1 XSax HOME/instance-1110402-1215822506.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.04 2.03 2.00 4/73 15807
/proc/meminfo: memFree=1914656/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=1616 CPUtime=0
/proc/15807/stat : 15807 (java) R 15805 15807 14984 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 38952344 1654784 147 996147200 134512640 134550740 4294956128 18446744073709551615 7618048 0 0 4096 0 0 0 0 17 0 0 0
/proc/15807/statm: 404 148 122 9 0 46 0

[startup+0.107207 s]
/proc/loadavg: 2.04 2.03 2.00 4/73 15807
/proc/meminfo: memFree=1914656/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=865984 CPUtime=0.09
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 3847 0 1 0 7 2 0 0 18 0 9 0 38952344 886767616 3293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216496 3293 1735 9 0 211051 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.20221 s]
/proc/loadavg: 2.04 2.03 2.00 4/73 15807
/proc/meminfo: memFree=1914656/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866012 CPUtime=0.18
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 4728 0 1 0 15 3 0 0 18 0 9 0 38952344 886796288 4156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216503 4156 1854 9 0 211051 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866012

[startup+0.301219 s]
/proc/loadavg: 2.04 2.03 2.00 4/73 15807
/proc/meminfo: memFree=1914656/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866156 CPUtime=0.29
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 5621 0 1 0 25 4 0 0 18 0 9 0 38952344 886943744 5036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216539 5036 1905 9 0 211087 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866156

[startup+0.701245 s]
/proc/loadavg: 2.04 2.03 2.00 4/73 15807
/proc/meminfo: memFree=1914656/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866612 CPUtime=0.68
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 9433 0 1 0 63 5 0 0 18 0 9 0 38952344 887410688 8600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216653 8600 2627 9 0 211159 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866612

[startup+1.50229 s]
/proc/loadavg: 2.04 2.03 2.00 3/82 15816
/proc/meminfo: memFree=1890520/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866612 CPUtime=1.48
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 9447 0 1 0 141 7 0 0 18 0 9 0 38952344 887410688 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216653 8614 2633 9 0 211159 0
[pid=15807/tid=15809] ppid=15805 vsize=866612 CPUtime=1.31
/proc/15807/task/15809/stat : 15809 (java) R 15805 15807 14984 0 -1 64 7011 0 1 0 126 5 0 0 25 0 9 0 38952345 887410688 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4126674672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15810] ppid=15805 vsize=866612 CPUtime=0.03
/proc/15807/task/15810/stat : 15810 (java) S 15805 15807 14984 0 -1 64 1424 0 0 0 3 0 0 0 16 0 9 0 38952347 887410688 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15805 15807 14984 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 38952347 887410688 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15805 15807 14984 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38952347 887410688 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15813/stat : 15813 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38952349 887410688 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15805 vsize=866612 CPUtime=0.1
/proc/15807/task/15814/stat : 15814 (java) S 15805 15807 14984 0 -1 64 317 0 0 0 10 0 0 0 16 0 9 0 38952349 887410688 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38952349 887410688 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15816] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15816/stat : 15816 (java) S 15805 15807 14984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38952349 887410688 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 866612

[startup+3.1014 s]
/proc/loadavg: 2.04 2.03 2.00 3/82 15816
/proc/meminfo: memFree=1890328/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866612 CPUtime=3.05
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 9449 0 1 0 296 9 0 0 18 0 9 0 38952344 887410688 8615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216653 8615 2633 9 0 211159 0
[pid=15807/tid=15809] ppid=15805 vsize=866612 CPUtime=2.89
/proc/15807/task/15809/stat : 15809 (java) R 15805 15807 14984 0 -1 64 7012 0 1 0 281 8 0 0 25 0 9 0 38952345 887410688 8615 996147200 134512640 134550740 4294955952 18446744073709551615 4126621148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15810] ppid=15805 vsize=866612 CPUtime=0.03
/proc/15807/task/15810/stat : 15810 (java) S 15805 15807 14984 0 -1 64 1424 0 0 0 3 0 0 0 16 0 9 0 38952347 887410688 8615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15805 15807 14984 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 38952347 887410688 8615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15805 15807 14984 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38952347 887410688 8615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15813/stat : 15813 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38952349 887410688 8615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15805 vsize=866612 CPUtime=0.1
/proc/15807/task/15814/stat : 15814 (java) S 15805 15807 14984 0 -1 64 318 0 0 0 10 0 0 0 16 0 9 0 38952349 887410688 8615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38952349 887410688 8615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15816] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15816/stat : 15816 (java) S 15805 15807 14984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38952349 887410688 8615 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.30434 s]
/proc/loadavg: 2.04 2.03 2.00 3/82 15816
/proc/meminfo: memFree=1890072/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866612 CPUtime=6.23
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 9455 0 1 0 609 14 0 0 18 0 9 0 38952344 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216653 8620 2633 9 0 211159 0
[pid=15807/tid=15809] ppid=15805 vsize=866612 CPUtime=6.06
/proc/15807/task/15809/stat : 15809 (java) R 15805 15807 14984 0 -1 64 7013 0 1 0 593 13 0 0 25 0 9 0 38952345 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4126673824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15810] ppid=15805 vsize=866612 CPUtime=0.03
/proc/15807/task/15810/stat : 15810 (java) S 15805 15807 14984 0 -1 64 1424 0 0 0 3 0 0 0 16 0 9 0 38952347 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15805 15807 14984 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 38952347 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15805 15807 14984 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38952347 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15813/stat : 15813 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38952349 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15805 vsize=866612 CPUtime=0.11
/proc/15807/task/15814/stat : 15814 (java) S 15805 15807 14984 0 -1 64 323 0 0 0 11 0 0 0 16 0 9 0 38952349 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38952349 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15816] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15816/stat : 15816 (java) S 15805 15807 14984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38952349 887410688 8620 996147200 134512640 134550740 4294955952 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) 866612

[startup+12.702 s]
/proc/loadavg: 2.03 2.03 2.00 3/82 15816
/proc/meminfo: memFree=1889880/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866612 CPUtime=12.57
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 9455 0 1 0 1231 26 0 0 18 0 9 0 38952344 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216653 8620 2633 9 0 211159 0
[pid=15807/tid=15809] ppid=15805 vsize=866612 CPUtime=12.39
/proc/15807/task/15809/stat : 15809 (java) R 15805 15807 14984 0 -1 64 7013 0 1 0 1215 24 0 0 25 0 9 0 38952345 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4126673824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15810] ppid=15805 vsize=866612 CPUtime=0.03
/proc/15807/task/15810/stat : 15810 (java) S 15805 15807 14984 0 -1 64 1424 0 0 0 3 0 0 0 16 0 9 0 38952347 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15805 15807 14984 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 38952347 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15805 15807 14984 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38952347 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15813/stat : 15813 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38952349 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15805 vsize=866612 CPUtime=0.11
/proc/15807/task/15814/stat : 15814 (java) S 15805 15807 14984 0 -1 64 323 0 0 0 11 0 0 0 16 0 9 0 38952349 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38952349 887410688 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15816] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15816/stat : 15816 (java) S 15805 15807 14984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38952349 887410688 8620 996147200 134512640 134550740 4294955952 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) 866612

[startup+25.5029 s]
/proc/loadavg: 2.02 2.03 2.00 3/82 15816
/proc/meminfo: memFree=1889880/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866612 CPUtime=25.24
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 9459 0 1 0 2476 48 0 0 18 0 9 0 38952344 887410688 8624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216653 8624 2634 9 0 211159 0
[pid=15807/tid=15809] ppid=15805 vsize=866612 CPUtime=25.07
/proc/15807/task/15809/stat : 15809 (java) R 15805 15807 14984 0 -1 64 7013 0 1 0 2460 47 0 0 25 0 9 0 38952345 887410688 8624 996147200 134512640 134550740 4294955952 18446744073709551615 4126681899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15810] ppid=15805 vsize=866612 CPUtime=0.03
/proc/15807/task/15810/stat : 15810 (java) S 15805 15807 14984 0 -1 64 1424 0 0 0 3 0 0 0 16 0 9 0 38952347 887410688 8624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15805 15807 14984 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 38952347 887410688 8624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15805 15807 14984 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38952347 887410688 8624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15813/stat : 15813 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38952349 887410688 8624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15805 vsize=866612 CPUtime=0.12
/proc/15807/task/15814/stat : 15814 (java) S 15805 15807 14984 0 -1 64 327 0 0 0 12 0 0 0 16 0 9 0 38952349 887410688 8624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38952349 887410688 8624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15816] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15816/stat : 15816 (java) S 15805 15807 14984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38952349 887410688 8624 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.1025 s]
/proc/loadavg: 2.02 2.03 2.00 3/82 15816
/proc/meminfo: memFree=1885464/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866612 CPUtime=50.61
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 10562 0 1 0 5001 60 0 0 18 0 9 0 38952344 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216653 9727 2635 9 0 211159 0
[pid=15807/tid=15809] ppid=15805 vsize=866612 CPUtime=50.41
/proc/15807/task/15809/stat : 15809 (java) R 15805 15807 14984 0 -1 64 8106 0 1 0 4983 58 0 0 25 0 9 0 38952345 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4126673731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15810] ppid=15805 vsize=866612 CPUtime=0.03
/proc/15807/task/15810/stat : 15810 (java) S 15805 15807 14984 0 -1 64 1424 0 0 0 3 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15805 15807 14984 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15805 15807 14984 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15813/stat : 15813 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15805 vsize=866612 CPUtime=0.14
/proc/15807/task/15814/stat : 15814 (java) S 15805 15807 14984 0 -1 64 337 0 0 0 14 0 0 0 16 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15805 vsize=866612 CPUtime=0

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

/proc/15807/task/15812/stat : 15812 (java) S 15805 15807 14984 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15813/stat : 15813 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15805 vsize=866612 CPUtime=0.14
/proc/15807/task/15814/stat : 15814 (java) S 15805 15807 14984 0 -1 64 337 0 0 0 14 0 0 0 16 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15816] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15816/stat : 15816 (java) S 15805 15807 14984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3256.61
Current children cumulated vsize (KiB) 866612

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15824
/proc/meminfo: memFree=1883288/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866612 CPUtime=3316.38
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 10563 0 1 0 331569 69 0 0 18 0 9 0 38952344 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216653 9727 2635 9 0 211159 0
[pid=15807/tid=15809] ppid=15805 vsize=866612 CPUtime=3316.17
/proc/15807/task/15809/stat : 15809 (java) R 15805 15807 14984 0 -1 64 8107 0 1 0 331550 67 0 0 25 0 9 0 38952345 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4126621175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15810] ppid=15805 vsize=866612 CPUtime=0.03
/proc/15807/task/15810/stat : 15810 (java) S 15805 15807 14984 0 -1 64 1424 0 0 0 3 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15805 15807 14984 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15805 15807 14984 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15813/stat : 15813 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15805 vsize=866612 CPUtime=0.14
/proc/15807/task/15814/stat : 15814 (java) S 15805 15807 14984 0 -1 64 337 0 0 0 14 0 0 0 16 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15816] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15816/stat : 15816 (java) S 15805 15807 14984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3316.38
Current children cumulated vsize (KiB) 866612

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15824
/proc/meminfo: memFree=1883224/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866612 CPUtime=3376.15
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 10563 0 1 0 337546 69 0 0 18 0 9 0 38952344 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216653 9727 2635 9 0 211159 0
[pid=15807/tid=15809] ppid=15805 vsize=866612 CPUtime=3375.94
/proc/15807/task/15809/stat : 15809 (java) R 15805 15807 14984 0 -1 64 8107 0 1 0 337527 67 0 0 25 0 9 0 38952345 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4126673748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15810] ppid=15805 vsize=866612 CPUtime=0.03
/proc/15807/task/15810/stat : 15810 (java) S 15805 15807 14984 0 -1 64 1424 0 0 0 3 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15805 15807 14984 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15805 15807 14984 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15813/stat : 15813 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15805 vsize=866612 CPUtime=0.14
/proc/15807/task/15814/stat : 15814 (java) S 15805 15807 14984 0 -1 64 337 0 0 0 14 0 0 0 16 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15816] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15816/stat : 15816 (java) S 15805 15807 14984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3376.15
Current children cumulated vsize (KiB) 866612

[startup+3462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 15860
/proc/meminfo: memFree=1879904/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866612 CPUtime=3435.89
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 10563 0 1 0 343520 69 0 0 18 0 9 0 38952344 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216653 9727 2635 9 0 211159 0
[pid=15807/tid=15809] ppid=15805 vsize=866612 CPUtime=3435.69
/proc/15807/task/15809/stat : 15809 (java) R 15805 15807 14984 0 -1 64 8107 0 1 0 343501 68 0 0 25 0 9 0 38952345 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4126621213 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15807/tid=15810] ppid=15805 vsize=866612 CPUtime=0.03
/proc/15807/task/15810/stat : 15810 (java) S 15805 15807 14984 0 -1 64 1424 0 0 0 3 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15805 15807 14984 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15805 15807 14984 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15813/stat : 15813 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15805 vsize=866612 CPUtime=0.14
/proc/15807/task/15814/stat : 15814 (java) S 15805 15807 14984 0 -1 64 337 0 0 0 14 0 0 0 16 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15816] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15816/stat : 15816 (java) S 15805 15807 14984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3435.89
Current children cumulated vsize (KiB) 866612

[startup+3522.31 s]
/proc/loadavg: 2.09 2.04 2.01 3/89 15860
/proc/meminfo: memFree=1876448/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866612 CPUtime=3495.66
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 10563 0 1 0 349497 69 0 0 18 0 9 0 38952344 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216653 9727 2635 9 0 211159 0
[pid=15807/tid=15809] ppid=15805 vsize=866612 CPUtime=3495.46
/proc/15807/task/15809/stat : 15809 (java) R 15805 15807 14984 0 -1 64 8107 0 1 0 349478 68 0 0 25 0 9 0 38952345 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4126621111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15807/tid=15810] ppid=15805 vsize=866612 CPUtime=0.03
/proc/15807/task/15810/stat : 15810 (java) S 15805 15807 14984 0 -1 64 1424 0 0 0 3 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15805 15807 14984 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15805 15807 14984 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15813/stat : 15813 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15805 vsize=866612 CPUtime=0.14
/proc/15807/task/15814/stat : 15814 (java) S 15805 15807 14984 0 -1 64 337 0 0 0 14 0 0 0 16 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15816] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15816/stat : 15816 (java) S 15805 15807 14984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3495.66
Current children cumulated vsize (KiB) 866612

[startup+3582.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/89 15860
/proc/meminfo: memFree=1876384/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866612 CPUtime=3555.42
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 10563 0 1 0 355473 69 0 0 18 0 9 0 38952344 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216653 9727 2635 9 0 211159 0
[pid=15807/tid=15809] ppid=15805 vsize=866612 CPUtime=3555.22
/proc/15807/task/15809/stat : 15809 (java) R 15805 15807 14984 0 -1 64 8107 0 1 0 355454 68 0 0 25 0 9 0 38952345 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4126626359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15807/tid=15810] ppid=15805 vsize=866612 CPUtime=0.03
/proc/15807/task/15810/stat : 15810 (java) S 15805 15807 14984 0 -1 64 1424 0 0 0 3 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15805 15807 14984 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15805 15807 14984 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15813/stat : 15813 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15805 vsize=866612 CPUtime=0.14
/proc/15807/task/15814/stat : 15814 (java) S 15805 15807 14984 0 -1 64 337 0 0 0 14 0 0 0 16 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15816] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15816/stat : 15816 (java) S 15805 15807 14984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3555.42
Current children cumulated vsize (KiB) 866612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3627.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 15860
/proc/meminfo: memFree=1876384/2055920 swapFree=4180344/4192956
[pid=15807] ppid=15805 vsize=866612 CPUtime=3600.04
/proc/15807/stat : 15807 (java) S 15805 15807 14984 0 -1 0 10563 0 1 0 359935 69 0 0 18 0 9 0 38952344 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 216653 9727 2635 9 0 211159 0
[pid=15807/tid=15809] ppid=15805 vsize=866612 CPUtime=3599.85
/proc/15807/task/15809/stat : 15809 (java) R 15805 15807 14984 0 -1 64 8107 0 1 0 359917 68 0 0 25 0 9 0 38952345 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4126621198 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15807/tid=15810] ppid=15805 vsize=866612 CPUtime=0.03
/proc/15807/task/15810/stat : 15810 (java) S 15805 15807 14984 0 -1 64 1424 0 0 0 3 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15805 15807 14984 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15805 15807 14984 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38952347 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15813/stat : 15813 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15805 vsize=866612 CPUtime=0.14
/proc/15807/task/15814/stat : 15814 (java) S 15805 15807 14984 0 -1 64 337 0 0 0 14 0 0 0 16 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15805 15807 14984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15816] ppid=15805 vsize=866612 CPUtime=0
/proc/15807/task/15816/stat : 15816 (java) S 15805 15807 14984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38952349 887410688 9727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600.04
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): 3627.13
CPU time (s): 3600.08
CPU user time (s): 3599.38
CPU system time (s): 0.704892
CPU usage (%): 99.2543
Max. virtual memory (cumulated for all children) (KiB): 866616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.38
system time used= 0.704892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10585
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= 73899
involuntary context switches= 88744

runsolver used 4.46732 second user time and 12.1342 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-12 02:28:26
IDJOB=1110402
IDBENCH=61101
IDSOLVER=360
FILE ID=node30/1110402-1215822506
PBS_JOBID= 7903297
Free space on /tmp= 66540 MiB

SOLVER NAME= AbsconMax 112 pc-d
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-8_ext.xml
COMMAND LINE=  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110402-1215822506/watcher-1110402-1215822506 -o /tmp/evaluation-result-1110402-1215822506/solver-1110402-1215822506 -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-ddeg.xml 1 XSax HOME/instance-1110402-1215822506.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a8551468042d10e236fa44d6ce944fc0
RANDOM SEED=1305798894

node30.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.234
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.234
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:       1915136 kB
Buffers:          9432 kB
Cached:          66500 kB
SwapCached:       6688 kB
Active:          78332 kB
Inactive:        21044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1915136 kB
SwapTotal:     4192956 kB
SwapFree:      4180344 kB
Dirty:            2100 kB
Writeback:           0 kB
Mapped:          30140 kB
Slab:            26620 kB
Committed_AS:   162372 kB
PageTables:       1844 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= 66548 MiB
End job on node30 at 2008-07-12 03:28:55