Trace number 1056018

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.05 1803.85

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-10.xml
MD5SUM4767daf10c71e50004bb1bec7a8e5909
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints4975
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4975
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.28	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1056018-1215061043.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.33	   
0.27/0.33	   variables being loaded...
0.27/0.37	     nbVariables=101  nbDomainTypes=2  minDomainSize=15  maxDomainSize=100  nbTotalValues=10015
0.27/0.37	       =>  wckTime=0.117  cpuTime=0.1  mem=7M886
0.27/0.37	   
0.27/0.37	   predicates being loaded...
0.38/0.43	   
0.38/0.43	   constraints being loaded...
1.55/1.67	     nbConstraints=4976  nbGlobalConstraints=1  nbConvertedConstraints=4975  nbConvertConstraintsChecks=21500
1.55/1.67	     nbExtensionStructures=3  nbSharedExtensionStructures=4972  nbConflictsStructures=3
1.55/1.67	     nbSharedConflictsStructures=4972  nbSharedBinaryRepresentations=233  minDegree=100  maxDegree=101  minArity=2
1.55/1.67	     avgArity=2.02  maxArity=100  nbGenerators=0  nbFusions=0  symmetryWckTime=0.282  symmetryCpuTime=0.17  nbCliques=1
1.55/1.67	       =>  wckTime=1.413  cpuTime=1.11  mem=42M139
1.66/1.79	   
1.66/1.79	   solver IterativeSystematicSolver being built... 
1.76/1.85	   
1.76/1.86	   INFO : Forward propagation technique limited 
1.85/1.92	       =>  wckTime=1.662  cpuTime=1.21  mem=25M353
2.25/2.35	   
2.25/2.35	   preprocessing
2.25/2.35	     nbConstraintChecks=1057250  nbPropagations=6729  nbRevisions=27432  nbUselessRevisions=19905  nbSingletonTests=141
2.25/2.35	     nbEffectiveSingletonTests=0  nbACRemovals=250  nbFoundSingletons=0  nbRemovedValues=250  detectedInconsistency=no
2.25/2.35	       =>  wckTime=0.434  cpuTime=0.41  mem=25M353
3.35/3.40	   
3.35/3.40	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=27M270)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056018-1215061043/watcher-1056018-1215061043 -o /tmp/evaluation-result-1056018-1215061043/solver-1056018-1215061043 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1056018-1215061043.xml 

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


[startup+0 s]
/proc/loadavg: 2.08 2.04 2.01 4/82 6710
/proc/meminfo: memFree=1356160/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=18572 CPUtime=0
/proc/6710/stat : 6710 (runsolver) R 6708 6710 5428 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 247047024 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/6710/statm: 4643 292 257 25 0 2626 0

[startup+0.096038 s]
/proc/loadavg: 2.08 2.04 2.01 4/82 6710
/proc/meminfo: memFree=1356160/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=865884 CPUtime=0.07
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 3677 0 1 0 6 1 0 0 20 0 9 0 247047024 886665216 3152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 216471 3152 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.101038 s]
/proc/loadavg: 2.08 2.04 2.01 4/82 6710
/proc/meminfo: memFree=1356160/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=865884 CPUtime=0.08
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 3692 0 1 0 7 1 0 0 20 0 9 0 247047024 886665216 3167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 216471 3167 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301079 s]
/proc/loadavg: 2.08 2.04 2.01 4/82 6710
/proc/meminfo: memFree=1356160/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=866284 CPUtime=0.27
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 5844 0 1 0 24 3 0 0 20 0 9 0 247047024 887074816 5218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 216571 5218 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701157 s]
/proc/loadavg: 2.08 2.04 2.01 4/82 6710
/proc/meminfo: memFree=1356160/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=867676 CPUtime=0.67
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 9057 0 1 0 61 6 0 0 20 0 9 0 247047024 888500224 8417 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 216919 8417 2011 9 0 211425 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867676

[startup+1.50231 s]
/proc/loadavg: 2.08 2.04 2.01 3/91 6719
/proc/meminfo: memFree=1320504/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=868000 CPUtime=1.45
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 14915 0 1 0 116 29 0 0 20 0 10 0 247047024 888832000 14164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 217000 14164 2018 9 0 211506 0
[pid=6710/tid=6712] ppid=6708 vsize=868000 CPUtime=1.2
/proc/6710/task/6712/stat : 6712 (java) S 6708 6710 5428 0 -1 64 13435 0 1 0 94 26 0 0 24 0 10 0 247047025 888832000 14164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=6710/tid=6713] ppid=6708 vsize=868000 CPUtime=0
/proc/6710/task/6713/stat : 6713 (java) S 6708 6710 5428 0 -1 64 5 0 0 0 0 0 0 0 17 0 10 0 247047027 888832000 14164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6714] ppid=6708 vsize=868000 CPUtime=0
/proc/6710/task/6714/stat : 6714 (java) S 6708 6710 5428 0 -1 64 10 0 0 0 0 0 0 0 23 0 10 0 247047027 888832000 14164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6715] ppid=6708 vsize=868000 CPUtime=0
/proc/6710/task/6715/stat : 6715 (java) S 6708 6710 5428 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 247047027 888832000 14164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6716] ppid=6708 vsize=868000 CPUtime=0
/proc/6710/task/6716/stat : 6716 (java) S 6708 6710 5428 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 247047029 888832000 14164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6717] ppid=6708 vsize=868000 CPUtime=0.22
/proc/6710/task/6717/stat : 6717 (java) S 6708 6710 5428 0 -1 64 717 0 0 0 21 1 0 0 15 0 10 0 247047029 888832000 14164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6718] ppid=6708 vsize=868000 CPUtime=0
/proc/6710/task/6718/stat : 6718 (java) S 6708 6710 5428 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 247047029 888832000 14164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6719] ppid=6708 vsize=868000 CPUtime=0
/proc/6710/task/6719/stat : 6719 (java) S 6708 6710 5428 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 247047029 888832000 14164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868000

[startup+3.10262 s]
/proc/loadavg: 2.08 2.04 2.01 3/91 6723
/proc/meminfo: memFree=1298744/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=868108 CPUtime=3.05
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 27311 530 1 0 266 32 6 1 20 0 9 0 247047024 888942592 16858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 217027 16858 2632 9 0 211533 0
[pid=6710/tid=6712] ppid=6708 vsize=868108 CPUtime=2.59
/proc/6710/task/6712/stat : 6712 (java) R 6708 6710 5428 0 -1 64 19013 530 1 0 224 28 6 1 25 0 9 0 247047025 888942592 16858 996147200 134512640 134550740 4294955968 18446744073709551615 4127170240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6713] ppid=6708 vsize=868108 CPUtime=0.17
/proc/6710/task/6713/stat : 6713 (java) S 6708 6710 5428 0 -1 64 6506 530 0 0 10 0 6 1 17 0 9 0 247047027 888942592 16858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6714] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6714/stat : 6714 (java) S 6708 6710 5428 0 -1 64 16 530 0 0 0 0 6 1 17 0 9 0 247047027 888942592 16858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6715] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6715/stat : 6715 (java) S 6708 6710 5428 0 -1 64 14 530 0 0 0 0 6 1 16 0 9 0 247047027 888942592 16858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6716] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6716/stat : 6716 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6717] ppid=6708 vsize=868108 CPUtime=0.4
/proc/6710/task/6717/stat : 6717 (java) S 6708 6710 5428 0 -1 64 951 530 0 0 31 2 6 1 15 0 9 0 247047029 888942592 16858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6718] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6718/stat : 6718 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6719] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6719/stat : 6719 (java) S 6708 6710 5428 0 -1 64 9 530 0 0 0 0 6 1 15 0 9 0 247047029 888942592 16858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868108

[startup+6.30224 s]
/proc/loadavg: 2.07 2.04 2.00 3/91 6723
/proc/meminfo: memFree=1298488/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=868108 CPUtime=6.25
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 27397 530 1 0 585 33 6 1 20 0 9 0 247047024 888942592 16874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 217027 16874 2632 9 0 211533 0
[pid=6710/tid=6712] ppid=6708 vsize=868108 CPUtime=5.75
/proc/6710/task/6712/stat : 6712 (java) R 6708 6710 5428 0 -1 64 19018 530 1 0 540 28 6 1 17 0 9 0 247047025 888942592 16874 996147200 134512640 134550740 4294955968 18446744073709551615 4127168404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6713] ppid=6708 vsize=868108 CPUtime=0.17
/proc/6710/task/6713/stat : 6713 (java) S 6708 6710 5428 0 -1 64 6506 530 0 0 10 0 6 1 16 0 9 0 247047027 888942592 16874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6714] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6714/stat : 6714 (java) S 6708 6710 5428 0 -1 64 16 530 0 0 0 0 6 1 17 0 9 0 247047027 888942592 16874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6715] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6715/stat : 6715 (java) S 6708 6710 5428 0 -1 64 14 530 0 0 0 0 6 1 16 0 9 0 247047027 888942592 16874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6716] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6716/stat : 6716 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6717] ppid=6708 vsize=868108 CPUtime=0.43
/proc/6710/task/6717/stat : 6717 (java) S 6708 6710 5428 0 -1 64 1003 530 0 0 34 2 6 1 15 0 9 0 247047029 888942592 16874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6718] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6718/stat : 6718 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6719] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6719/stat : 6719 (java) R 6708 6710 5428 0 -1 64 38 530 0 0 0 0 6 1 15 0 9 0 247047029 888942592 16874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868108

[startup+12.7025 s]
/proc/loadavg: 2.07 2.03 2.00 3/91 6723
/proc/meminfo: memFree=1298232/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=868108 CPUtime=12.65
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 27405 530 1 0 1225 33 6 1 20 0 9 0 247047024 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 217027 16877 2632 9 0 211533 0
[pid=6710/tid=6712] ppid=6708 vsize=868108 CPUtime=12.14
/proc/6710/task/6712/stat : 6712 (java) R 6708 6710 5428 0 -1 64 19021 530 1 0 1179 28 6 1 25 0 9 0 247047025 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4127204015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6713] ppid=6708 vsize=868108 CPUtime=0.17
/proc/6710/task/6713/stat : 6713 (java) S 6708 6710 5428 0 -1 64 6506 530 0 0 10 0 6 1 16 0 9 0 247047027 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6714] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6714/stat : 6714 (java) S 6708 6710 5428 0 -1 64 16 530 0 0 0 0 6 1 17 0 9 0 247047027 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6715] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6715/stat : 6715 (java) S 6708 6710 5428 0 -1 64 14 530 0 0 0 0 6 1 16 0 9 0 247047027 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6716] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6716/stat : 6716 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6717] ppid=6708 vsize=868108 CPUtime=0.44
/proc/6710/task/6717/stat : 6717 (java) S 6708 6710 5428 0 -1 64 1008 530 0 0 35 2 6 1 17 0 9 0 247047029 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6718] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6718/stat : 6718 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6719] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6719/stat : 6719 (java) S 6708 6710 5428 0 -1 64 38 530 0 0 0 0 6 1 15 0 9 0 247047029 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 868108

[startup+25.5019 s]
/proc/loadavg: 2.05 2.03 2.00 5/91 6723
/proc/meminfo: memFree=1298360/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=868108 CPUtime=25.44
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 27405 530 1 0 2504 33 6 1 20 0 9 0 247047024 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 217027 16877 2632 9 0 211533 0
[pid=6710/tid=6712] ppid=6708 vsize=868108 CPUtime=24.93
/proc/6710/task/6712/stat : 6712 (java) R 6708 6710 5428 0 -1 64 19021 530 1 0 2458 28 6 1 25 0 9 0 247047025 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4127165058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6713] ppid=6708 vsize=868108 CPUtime=0.17
/proc/6710/task/6713/stat : 6713 (java) S 6708 6710 5428 0 -1 64 6506 530 0 0 10 0 6 1 16 0 9 0 247047027 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6714] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6714/stat : 6714 (java) S 6708 6710 5428 0 -1 64 16 530 0 0 0 0 6 1 17 0 9 0 247047027 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6715] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6715/stat : 6715 (java) S 6708 6710 5428 0 -1 64 14 530 0 0 0 0 6 1 16 0 9 0 247047027 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6716] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6716/stat : 6716 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6717] ppid=6708 vsize=868108 CPUtime=0.44
/proc/6710/task/6717/stat : 6717 (java) S 6708 6710 5428 0 -1 64 1008 530 0 0 35 2 6 1 17 0 9 0 247047029 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6718] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6718/stat : 6718 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6719] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6719/stat : 6719 (java) S 6708 6710 5428 0 -1 64 38 530 0 0 0 0 6 1 15 0 9 0 247047029 888942592 16877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 868108

[startup+51.1019 s]
/proc/loadavg: 2.03 2.03 2.00 5/91 6723
/proc/meminfo: memFree=1298360/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=868108 CPUtime=51.03
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 27406 530 1 0 5063 33 6 1 20 0 9 0 247047024 888942592 16878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 217027 16878 2632 9 0 211533 0
[pid=6710/tid=6712] ppid=6708 vsize=868108 CPUtime=50.53
/proc/6710/task/6712/stat : 6712 (java) R 6708 6710 5428 0 -1 64 19021 530 1 0 5017 29 6 1 25 0 9 0 247047025 888942592 16878 996147200 134512640 134550740 4294955968 18446744073709551615 4126377965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6713] ppid=6708 vsize=868108 CPUtime=0.17
/proc/6710/task/6713/stat : 6713 (java) S 6708 6710 5428 0 -1 64 6506 530 0 0 10 0 6 1 16 0 9 0 247047027 888942592 16878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6714] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6714/stat : 6714 (java) S 6708 6710 5428 0 -1 64 16 530 0 0 0 0 6 1 17 0 9 0 247047027 888942592 16878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6715] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6715/stat : 6715 (java) S 6708 6710 5428 0 -1 64 14 530 0 0 0 0 6 1 16 0 9 0 247047027 888942592 16878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6716] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6716/stat : 6716 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6717] ppid=6708 vsize=868108 CPUtime=0.44
/proc/6710/task/6717/stat : 6717 (java) S 6708 6710 5428 0 -1 64 1009 530 0 0 35 2 6 1 16 0 9 0 247047029 888942592 16878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6718] ppid=6708 vsize=868108 CPUtime=0.07

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

/proc/6710/task/6715/stat : 6715 (java) S 6708 6710 5428 0 -1 64 14 530 0 0 0 0 6 1 16 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6716] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6716/stat : 6716 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6717] ppid=6708 vsize=868108 CPUtime=0.44
/proc/6710/task/6717/stat : 6717 (java) S 6708 6710 5428 0 -1 64 1010 530 0 0 35 2 6 1 16 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6718] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6718/stat : 6718 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6719] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6719/stat : 6719 (java) S 6708 6710 5428 0 -1 64 38 530 0 0 0 0 6 1 15 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.74
Current children cumulated vsize (KiB) 868108

[startup+1542.3 s]
/proc/loadavg: 2.81 3.02 2.47 3/84 6789
/proc/meminfo: memFree=15992/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=868108 CPUtime=1540.39
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 27408 530 1 0 153966 66 6 1 20 0 9 0 247047024 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 217027 16879 2632 9 0 211533 0
[pid=6710/tid=6712] ppid=6708 vsize=868108 CPUtime=1539.89
/proc/6710/task/6712/stat : 6712 (java) R 6708 6710 5428 0 -1 64 19022 530 1 0 153920 62 6 1 25 0 9 0 247047025 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4127167861 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6713] ppid=6708 vsize=868108 CPUtime=0.17
/proc/6710/task/6713/stat : 6713 (java) S 6708 6710 5428 0 -1 64 6506 530 0 0 10 0 6 1 16 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6714] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6714/stat : 6714 (java) S 6708 6710 5428 0 -1 64 16 530 0 0 0 0 6 1 17 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6715] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6715/stat : 6715 (java) S 6708 6710 5428 0 -1 64 14 530 0 0 0 0 6 1 16 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6716] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6716/stat : 6716 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6717] ppid=6708 vsize=868108 CPUtime=0.44
/proc/6710/task/6717/stat : 6717 (java) S 6708 6710 5428 0 -1 64 1010 530 0 0 35 2 6 1 16 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6718] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6718/stat : 6718 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6719] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6719/stat : 6719 (java) S 6708 6710 5428 0 -1 64 38 530 0 0 0 0 6 1 15 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.39
Current children cumulated vsize (KiB) 868108

[startup+1602.3 s]
/proc/loadavg: 2.37 2.85 2.44 3/82 6904
/proc/meminfo: memFree=1864464/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=868108 CPUtime=1600.25
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 27408 530 1 0 159951 67 6 1 20 0 9 0 247047024 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 217027 16879 2632 9 0 211533 0
[pid=6710/tid=6712] ppid=6708 vsize=868108 CPUtime=1599.73
/proc/6710/task/6712/stat : 6712 (java) R 6708 6710 5428 0 -1 64 19022 530 1 0 159904 62 6 1 25 0 9 0 247047025 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4127168351 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6713] ppid=6708 vsize=868108 CPUtime=0.17
/proc/6710/task/6713/stat : 6713 (java) S 6708 6710 5428 0 -1 64 6506 530 0 0 10 0 6 1 16 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6714] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6714/stat : 6714 (java) S 6708 6710 5428 0 -1 64 16 530 0 0 0 0 6 1 17 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6715] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6715/stat : 6715 (java) S 6708 6710 5428 0 -1 64 14 530 0 0 0 0 6 1 16 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6716] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6716/stat : 6716 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6717] ppid=6708 vsize=868108 CPUtime=0.44
/proc/6710/task/6717/stat : 6717 (java) S 6708 6710 5428 0 -1 64 1010 530 0 0 35 2 6 1 16 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6718] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6718/stat : 6718 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6719] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6719/stat : 6719 (java) S 6708 6710 5428 0 -1 64 38 530 0 0 0 0 6 1 15 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.25
Current children cumulated vsize (KiB) 868108

[startup+1662.3 s]
/proc/loadavg: 2.13 2.69 2.41 3/82 6904
/proc/meminfo: memFree=1853968/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=868108 CPUtime=1659.72
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 27408 530 1 0 165897 68 6 1 20 0 9 0 247047024 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 217027 16879 2632 9 0 211533 0
[pid=6710/tid=6712] ppid=6708 vsize=868108 CPUtime=1659.21
/proc/6710/task/6712/stat : 6712 (java) R 6708 6710 5428 0 -1 64 19022 530 1 0 165851 63 6 1 25 0 9 0 247047025 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4127170279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6713] ppid=6708 vsize=868108 CPUtime=0.17
/proc/6710/task/6713/stat : 6713 (java) S 6708 6710 5428 0 -1 64 6506 530 0 0 10 0 6 1 16 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6714] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6714/stat : 6714 (java) S 6708 6710 5428 0 -1 64 16 530 0 0 0 0 6 1 17 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6715] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6715/stat : 6715 (java) S 6708 6710 5428 0 -1 64 14 530 0 0 0 0 6 1 16 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6716] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6716/stat : 6716 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6717] ppid=6708 vsize=868108 CPUtime=0.44
/proc/6710/task/6717/stat : 6717 (java) S 6708 6710 5428 0 -1 64 1010 530 0 0 35 2 6 1 16 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6718] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6718/stat : 6718 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6719] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6719/stat : 6719 (java) S 6708 6710 5428 0 -1 64 38 530 0 0 0 0 6 1 15 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.72
Current children cumulated vsize (KiB) 868108

[startup+1722.3 s]
/proc/loadavg: 2.05 2.56 2.38 3/82 6904
/proc/meminfo: memFree=1848912/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=868108 CPUtime=1719.2
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 27408 530 1 0 171845 68 6 1 20 0 9 0 247047024 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 217027 16879 2632 9 0 211533 0
[pid=6710/tid=6712] ppid=6708 vsize=868108 CPUtime=1718.69
/proc/6710/task/6712/stat : 6712 (java) R 6708 6710 5428 0 -1 64 19022 530 1 0 171799 63 6 1 25 0 9 0 247047025 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4127167861 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6713] ppid=6708 vsize=868108 CPUtime=0.17
/proc/6710/task/6713/stat : 6713 (java) S 6708 6710 5428 0 -1 64 6506 530 0 0 10 0 6 1 16 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6714] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6714/stat : 6714 (java) S 6708 6710 5428 0 -1 64 16 530 0 0 0 0 6 1 17 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6715] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6715/stat : 6715 (java) S 6708 6710 5428 0 -1 64 14 530 0 0 0 0 6 1 16 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6716] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6716/stat : 6716 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6717] ppid=6708 vsize=868108 CPUtime=0.44
/proc/6710/task/6717/stat : 6717 (java) S 6708 6710 5428 0 -1 64 1010 530 0 0 35 2 6 1 16 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6718] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6718/stat : 6718 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6719] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6719/stat : 6719 (java) S 6708 6710 5428 0 -1 64 38 530 0 0 0 0 6 1 15 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.2
Current children cumulated vsize (KiB) 868108

[startup+1782.3 s]
/proc/loadavg: 2.02 2.46 2.35 3/82 6904
/proc/meminfo: memFree=1848720/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=868108 CPUtime=1778.68
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 27408 530 1 0 177793 68 6 1 20 0 9 0 247047024 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 217027 16879 2632 9 0 211533 0
[pid=6710/tid=6712] ppid=6708 vsize=868108 CPUtime=1778.17
/proc/6710/task/6712/stat : 6712 (java) R 6708 6710 5428 0 -1 64 19022 530 1 0 177747 63 6 1 25 0 9 0 247047025 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4127173616 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6713] ppid=6708 vsize=868108 CPUtime=0.17
/proc/6710/task/6713/stat : 6713 (java) S 6708 6710 5428 0 -1 64 6506 530 0 0 10 0 6 1 16 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6714] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6714/stat : 6714 (java) S 6708 6710 5428 0 -1 64 16 530 0 0 0 0 6 1 17 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6715] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6715/stat : 6715 (java) S 6708 6710 5428 0 -1 64 14 530 0 0 0 0 6 1 16 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6716] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6716/stat : 6716 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6717] ppid=6708 vsize=868108 CPUtime=0.44
/proc/6710/task/6717/stat : 6717 (java) S 6708 6710 5428 0 -1 64 1010 530 0 0 35 2 6 1 16 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6718] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6718/stat : 6718 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6719] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6719/stat : 6719 (java) S 6708 6710 5428 0 -1 64 38 530 0 0 0 0 6 1 15 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.68
Current children cumulated vsize (KiB) 868108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.8 s]
/proc/loadavg: 2.01 2.43 2.35 3/82 6904
/proc/meminfo: memFree=1848720/2055920 swapFree=4181172/4192956
[pid=6710] ppid=6708 vsize=868108 CPUtime=1800
/proc/6710/stat : 6710 (java) S 6708 6710 5428 0 -1 0 27408 530 1 0 179925 68 6 1 20 0 9 0 247047024 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6710/statm: 217027 16879 2632 9 0 211533 0
[pid=6710/tid=6712] ppid=6708 vsize=868108 CPUtime=1799.48
/proc/6710/task/6712/stat : 6712 (java) R 6708 6710 5428 0 -1 64 19022 530 1 0 179878 63 6 1 25 0 9 0 247047025 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6713] ppid=6708 vsize=868108 CPUtime=0.17
/proc/6710/task/6713/stat : 6713 (java) S 6708 6710 5428 0 -1 64 6506 530 0 0 10 0 6 1 16 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6714] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6714/stat : 6714 (java) S 6708 6710 5428 0 -1 64 16 530 0 0 0 0 6 1 17 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6715] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6715/stat : 6715 (java) S 6708 6710 5428 0 -1 64 14 530 0 0 0 0 6 1 16 0 9 0 247047027 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6716] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6716/stat : 6716 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6717] ppid=6708 vsize=868108 CPUtime=0.44
/proc/6710/task/6717/stat : 6717 (java) S 6708 6710 5428 0 -1 64 1010 530 0 0 35 2 6 1 16 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6710/tid=6718] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6718/stat : 6718 (java) S 6708 6710 5428 0 -1 64 1 530 0 0 0 0 6 1 25 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6710/tid=6719] ppid=6708 vsize=868108 CPUtime=0.07
/proc/6710/task/6719/stat : 6719 (java) S 6708 6710 5428 0 -1 64 38 530 0 0 0 0 6 1 15 0 9 0 247047029 888942592 16879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868108

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): 1803.85
CPU time (s): 1800.05
CPU user time (s): 1799.34
CPU system time (s): 0.706892
CPU usage (%): 99.7896
Max. virtual memory (cumulated for all children) (KiB): 868144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.706892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27969
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= 38355
involuntary context switches= 46146

runsolver used 2.25166 second user time and 5.97509 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-03 06:57:23
IDJOB=1056018
IDBENCH=57394
IDSOLVER=364
FILE ID=node85/1056018-1215061043
PBS_JOBID= 7875181
Free space on /tmp= 126852 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4767daf10c71e50004bb1bec7a8e5909
RANDOM SEED=8890952

node85.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.272
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.272
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1356640 kB
Buffers:         58728 kB
Cached:         304048 kB
SwapCached:       5784 kB
Active:         394124 kB
Inactive:       227624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1356640 kB
SwapTotal:     4192956 kB
SwapFree:      4181172 kB
Dirty:            2592 kB
Writeback:           0 kB
Mapped:         274740 kB
Slab:            62604 kB
Committed_AS:   948172 kB
PageTables:       2096 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= 126848 MiB
End job on node85 at 2008-07-03 07:27:29