Trace number 1081769

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.12 1817.27

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-20.xml
MD5SUMa9dc0248b5bac88ceea300c49a32664c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.29119
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3819
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3819
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.11	
0.06/0.11	Abscon 112 (May, 2008)
0.15/0.30	
0.15/0.30	   configuration
0.15/0.30	     name=mac.xml
0.25/0.33	   
0.25/0.33	   instance
0.25/0.33	     name=HOME/instance-1081769-1215218933.xml
0.25/0.37	   
0.25/0.37	   domains being loaded...
0.25/0.38	   
0.25/0.38	   variables being loaded...
0.35/0.46	     nbVariables=400  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20  nbTotalValues=8000
0.35/0.46	       =>  wckTime=0.165  cpuTime=0.13  mem=8M829
0.35/0.46	   
0.35/0.46	   predicates being loaded...
0.44/0.53	   
0.44/0.53	   constraints being loaded...
3.68/3.88	     nbConstraints=4199  nbGlobalConstraints=380  nbConvertedConstraints=3819  nbConvertConstraintsChecks=704800
3.68/3.88	     nbExtensionStructures=1762  nbSharedExtensionStructures=3814  nbConflictsStructures=2102
3.68/3.88	     nbSharedConflictsStructures=3814  nbSharedBinaryRepresentations=70359  minDegree=20  maxDegree=24  minArity=2
3.68/3.88	     avgArity=2.26  maxArity=42  nbGenerators=360  nbFusions=342  symmetryWckTime=2.059  symmetryCpuTime=0.52
3.68/3.88	     nbCliques=20
3.68/3.88	       =>  wckTime=3.586  cpuTime=1.8  mem=8M923
3.80/3.98	   
3.80/3.98	   solver IterativeSystematicSolver being built... 
3.89/4.05	   
3.89/4.05	   INFO : Forward propagation technique limited 
3.99/4.13	       =>  wckTime=3.829  cpuTime=1.92  mem=25M495
4.08/4.20	   
4.08/4.20	   preprocessing
4.08/4.20	     nbConstraintChecks=22894  nbPropagations=800  nbRevisions=1504  nbUselessRevisions=362  nbRemovedValues=6574
4.08/4.20	     nbRemovedTuples=380  detectedInconsistency=no
4.08/4.20	       =>  wckTime=0.07  cpuTime=0.05  mem=25M495
4.48/4.69	   
4.48/4.69	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=27M426)

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-1081769-1215218933/watcher-1081769-1215218933 -o /tmp/evaluation-result-1081769-1215218933/solver-1081769-1215218933 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1081769-1215218933.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.04 2.08 3/83 25221
/proc/meminfo: memFree=1702840/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=10196 CPUtime=0
/proc/25221/stat : 25221 (java) D 25219 25221 21677 0 -1 0 357 0 0 0 0 0 0 0 18 0 1 0 2000868897 10440704 161 996147200 134512640 134550740 4294955936 18446744073709551615 5829540 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/25221/statm: 2549 161 134 9 0 1102 0

[startup+0.042718 s]
/proc/loadavg: 1.92 2.04 2.08 3/83 25221
/proc/meminfo: memFree=1702840/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=861228 CPUtime=0.01
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 1710 0 1 0 0 1 0 0 18 0 3 0 2000868897 881897472 1407 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 215307 1407 563 9 0 210286 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861228

[startup+0.10154 s]
/proc/loadavg: 1.92 2.04 2.08 3/83 25221
/proc/meminfo: memFree=1702840/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=865856 CPUtime=0.06
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 3524 0 1 0 4 2 0 0 18 0 9 0 2000868897 886636544 3014 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 216464 3014 1625 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.301576 s]
/proc/loadavg: 1.92 2.04 2.08 3/83 25221
/proc/meminfo: memFree=1702840/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=866204 CPUtime=0.25
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 5297 0 1 0 21 4 0 0 18 0 9 0 2000868897 886992896 4723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 216551 4723 1863 9 0 211099 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 866204

[startup+0.701657 s]
/proc/loadavg: 1.92 2.04 2.08 3/83 25221
/proc/meminfo: memFree=1702840/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=867676 CPUtime=0.64
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 8097 0 1 0 58 6 0 0 18 0 9 0 2000868897 888500224 7457 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 216919 7457 2010 9 0 211425 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 867676

[startup+1.50181 s]
/proc/loadavg: 1.92 2.04 2.08 3/92 25230
/proc/meminfo: memFree=1668848/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=867676 CPUtime=1.43
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 13378 0 1 0 125 18 0 0 18 0 9 0 2000868897 888500224 12735 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 216919 12735 2014 9 0 211425 0
[pid=25221/tid=25223] ppid=25219 vsize=867676 CPUtime=1.16
/proc/25221/task/25223/stat : 25223 (java) R 25219 25221 21677 0 -1 64 11963 0 1 0 100 16 0 0 25 0 9 0 2000868899 888500224 12735 996147200 134512640 134550740 4294955936 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25219 vsize=867676 CPUtime=0
/proc/25221/task/25224/stat : 25224 (java) S 25219 25221 21677 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2000868901 888500224 12735 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25219 vsize=867676 CPUtime=0
/proc/25221/task/25225/stat : 25225 (java) S 25219 25221 21677 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2000868902 888500224 12735 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25219 vsize=867676 CPUtime=0
/proc/25221/task/25226/stat : 25226 (java) S 25219 25221 21677 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000868902 888500224 12735 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25219 vsize=867676 CPUtime=0
/proc/25221/task/25227/stat : 25227 (java) S 25219 25221 21677 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000868904 888500224 12735 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25219 vsize=867676 CPUtime=0.25
/proc/25221/task/25228/stat : 25228 (java) S 25219 25221 21677 0 -1 64 717 0 0 0 24 1 0 0 15 0 9 0 2000868904 888500224 12735 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25219 vsize=867676 CPUtime=0
/proc/25221/task/25229/stat : 25229 (java) S 25219 25221 21677 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000868904 888500224 12735 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25230] ppid=25219 vsize=867676 CPUtime=0
/proc/25221/task/25230/stat : 25230 (java) S 25219 25221 21677 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000868904 888500224 12735 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 867676

[startup+3.10212 s]
/proc/loadavg: 2.01 2.06 2.08 3/94 25232
/proc/meminfo: memFree=1644960/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=868000 CPUtime=1.84
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 16673 0 1 0 158 26 0 0 18 0 10 0 2000868897 888832000 15830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217000 15830 2018 9 0 211506 0
[pid=25232] ppid=25221 vsize=2928 CPUtime=1.16
/proc/25232/stat : 25232 (saucy) R 25221 25221 21677 0 -1 4194304 485 0 0 0 116 0 0 0 25 0 1 0 2000869088 2998272 456 996147200 134512640 134531332 4294955952 18446744073709551615 134522501 0 4 0 0 0 0 0 17 1 0 0
/proc/25232/statm: 732 456 104 4 0 408 0
[pid=25221/tid=25223] ppid=25219 vsize=868000 CPUtime=1.56
/proc/25221/task/25223/stat : 25223 (java) S 25219 25221 21677 0 -1 64 15110 0 1 0 132 24 0 0 15 0 10 0 2000868899 888832000 15830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25219 vsize=868000 CPUtime=0
/proc/25221/task/25224/stat : 25224 (java) S 25219 25221 21677 0 -1 64 58 0 0 0 0 0 0 0 16 0 10 0 2000868901 888832000 15830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25219 vsize=868000 CPUtime=0
/proc/25221/task/25225/stat : 25225 (java) S 25219 25221 21677 0 -1 64 10 0 0 0 0 0 0 0 19 0 10 0 2000868902 888832000 15830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25219 vsize=868000 CPUtime=0
/proc/25221/task/25226/stat : 25226 (java) S 25219 25221 21677 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 2000868902 888832000 15830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25219 vsize=868000 CPUtime=0
/proc/25221/task/25227/stat : 25227 (java) S 25219 25221 21677 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2000868904 888832000 15830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25219 vsize=868000 CPUtime=0.26
/proc/25221/task/25228/stat : 25228 (java) S 25219 25221 21677 0 -1 64 741 0 0 0 25 1 0 0 15 0 10 0 2000868904 888832000 15830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25219 vsize=868000 CPUtime=0
/proc/25221/task/25229/stat : 25229 (java) S 25219 25221 21677 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000868904 888832000 15830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25230] ppid=25219 vsize=868000 CPUtime=0
/proc/25221/task/25230/stat : 25230 (java) S 25219 25221 21677 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000868904 888832000 15830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25231] ppid=25219 vsize=868000 CPUtime=0
/proc/25221/task/25231/stat : 25231 (java) S 25219 25221 21677 0 -1 64 66 0 0 0 0 0 0 0 25 0 10 0 2000869088 888832000 15830 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 870928

[startup+6.30176 s]
/proc/loadavg: 2.01 2.06 2.08 3/92 25234
/proc/meminfo: memFree=1632616/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=868116 CPUtime=6.16
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 31221 681 1 0 445 31 139 1 18 0 9 0 2000868897 888950784 19729 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217029 19729 2637 9 0 211535 0
[pid=25221/tid=25223] ppid=25219 vsize=868116 CPUtime=5.58
/proc/25221/task/25223/stat : 25223 (java) R 25219 25221 21677 0 -1 64 18936 681 1 0 392 26 139 1 25 0 9 0 2000868899 888950784 19729 996147200 134512640 134550740 4294955936 18446744073709551615 4127243844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25219 vsize=868116 CPUtime=1.54
/proc/25221/task/25224/stat : 25224 (java) S 25219 25221 21677 0 -1 64 10388 681 0 0 12 2 139 1 17 0 9 0 2000868901 888950784 19729 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25225/stat : 25225 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 16 0 9 0 2000868902 888950784 19729 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25226/stat : 25226 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 15 0 9 0 2000868902 888950784 19729 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25227/stat : 25227 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 18 0 9 0 2000868904 888950784 19729 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25219 vsize=868116 CPUtime=1.8
/proc/25221/task/25228/stat : 25228 (java) S 25219 25221 21677 0 -1 64 1022 681 0 0 39 1 139 1 15 0 9 0 2000868904 888950784 19729 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25229/stat : 25229 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 19 0 9 0 2000868904 888950784 19729 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25230] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25230/stat : 25230 (java) S 25219 25221 21677 0 -1 64 39 681 0 0 0 0 139 1 15 0 9 0 2000868904 888950784 19729 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 868116

[startup+12.703 s]
/proc/loadavg: 2.01 2.05 2.08 3/92 25234
/proc/meminfo: memFree=1632552/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=868116 CPUtime=12.51
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 31232 681 1 0 1080 31 139 1 18 0 9 0 2000868897 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217029 19731 2637 9 0 211535 0
[pid=25221/tid=25223] ppid=25219 vsize=868116 CPUtime=11.92
/proc/25221/task/25223/stat : 25223 (java) R 25219 25221 21677 0 -1 64 18938 681 1 0 1026 26 139 1 25 0 9 0 2000868899 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4127267127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25219 vsize=868116 CPUtime=1.54
/proc/25221/task/25224/stat : 25224 (java) S 25219 25221 21677 0 -1 64 10388 681 0 0 12 2 139 1 16 0 9 0 2000868901 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25225/stat : 25225 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 16 0 9 0 2000868902 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25226/stat : 25226 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 15 0 9 0 2000868902 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25227/stat : 25227 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 18 0 9 0 2000868904 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25219 vsize=868116 CPUtime=1.81
/proc/25221/task/25228/stat : 25228 (java) S 25219 25221 21677 0 -1 64 1031 681 0 0 40 1 139 1 15 0 9 0 2000868904 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25229/stat : 25229 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 19 0 9 0 2000868904 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25230] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25230/stat : 25230 (java) S 25219 25221 21677 0 -1 64 39 681 0 0 0 0 139 1 15 0 9 0 2000868904 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 868116

[startup+25.5015 s]
/proc/loadavg: 2.01 2.05 2.08 3/92 25234
/proc/meminfo: memFree=1632616/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=868116 CPUtime=25.18
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 31233 681 1 0 2347 31 139 1 18 0 9 0 2000868897 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217029 19731 2637 9 0 211535 0
[pid=25221/tid=25223] ppid=25219 vsize=868116 CPUtime=24.6
/proc/25221/task/25223/stat : 25223 (java) R 25219 25221 21677 0 -1 64 18939 681 1 0 2294 26 139 1 25 0 9 0 2000868899 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4125952187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25219 vsize=868116 CPUtime=1.54
/proc/25221/task/25224/stat : 25224 (java) S 25219 25221 21677 0 -1 64 10388 681 0 0 12 2 139 1 16 0 9 0 2000868901 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25225/stat : 25225 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 16 0 9 0 2000868902 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25226/stat : 25226 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 15 0 9 0 2000868902 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25227/stat : 25227 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 18 0 9 0 2000868904 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25219 vsize=868116 CPUtime=1.81
/proc/25221/task/25228/stat : 25228 (java) S 25219 25221 21677 0 -1 64 1031 681 0 0 40 1 139 1 15 0 9 0 2000868904 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25229/stat : 25229 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 19 0 9 0 2000868904 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25230] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25230/stat : 25230 (java) S 25219 25221 21677 0 -1 64 39 681 0 0 0 0 139 1 15 0 9 0 2000868904 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 868116

[startup+51.1016 s]
/proc/loadavg: 2.00 2.05 2.08 3/92 25234
/proc/meminfo: memFree=1632616/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=868116 CPUtime=50.54
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 31233 681 1 0 4883 31 139 1 18 0 9 0 2000868897 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217029 19731 2637 9 0 211535 0
[pid=25221/tid=25223] ppid=25219 vsize=868116 CPUtime=49.95
/proc/25221/task/25223/stat : 25223 (java) R 25219 25221 21677 0 -1 64 18939 681 1 0 4829 26 139 1 25 0 9 0 2000868899 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4125952091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25219 vsize=868116 CPUtime=1.54
/proc/25221/task/25224/stat : 25224 (java) S 25219 25221 21677 0 -1 64 10388 681 0 0 12 2 139 1 16 0 9 0 2000868901 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25225/stat : 25225 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 16 0 9 0 2000868902 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25226/stat : 25226 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 15 0 9 0 2000868902 888950784 19731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/25221/task/25226/stat : 25226 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 15 0 9 0 2000868902 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25227/stat : 25227 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 18 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25219 vsize=868116 CPUtime=1.81
/proc/25221/task/25228/stat : 25228 (java) S 25219 25221 21677 0 -1 64 1032 681 0 0 40 1 139 1 17 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25229/stat : 25229 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 19 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25230] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25230/stat : 25230 (java) S 25219 25221 21677 0 -1 64 39 681 0 0 0 0 139 1 15 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.3
Current children cumulated vsize (KiB) 868116

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 25276
/proc/meminfo: memFree=1462984/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=868116 CPUtime=1527.73
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 31238 681 1 0 152597 36 139 1 18 0 9 0 2000868897 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217029 19732 2637 9 0 211535 0
[pid=25221/tid=25223] ppid=25219 vsize=868116 CPUtime=1527.14
/proc/25221/task/25223/stat : 25223 (java) R 25219 25221 21677 0 -1 64 18943 681 1 0 152543 31 139 1 25 0 9 0 2000868899 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4127283981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25219 vsize=868116 CPUtime=1.54
/proc/25221/task/25224/stat : 25224 (java) S 25219 25221 21677 0 -1 64 10388 681 0 0 12 2 139 1 16 0 9 0 2000868901 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25225/stat : 25225 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 16 0 9 0 2000868902 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25226/stat : 25226 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 15 0 9 0 2000868902 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25227/stat : 25227 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 18 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25219 vsize=868116 CPUtime=1.81
/proc/25221/task/25228/stat : 25228 (java) S 25219 25221 21677 0 -1 64 1032 681 0 0 40 1 139 1 17 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25229/stat : 25229 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 19 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25230] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25230/stat : 25230 (java) S 25219 25221 21677 0 -1 64 39 681 0 0 0 0 139 1 15 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.73
Current children cumulated vsize (KiB) 868116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 25276
/proc/meminfo: memFree=1462920/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=868116 CPUtime=1587.16
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 31238 681 1 0 158540 36 139 1 18 0 9 0 2000868897 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217029 19732 2637 9 0 211535 0
[pid=25221/tid=25223] ppid=25219 vsize=868116 CPUtime=1586.58
/proc/25221/task/25223/stat : 25223 (java) R 25219 25221 21677 0 -1 64 18943 681 1 0 158487 31 139 1 25 0 9 0 2000868899 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4127306572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25219 vsize=868116 CPUtime=1.54
/proc/25221/task/25224/stat : 25224 (java) S 25219 25221 21677 0 -1 64 10388 681 0 0 12 2 139 1 16 0 9 0 2000868901 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25225/stat : 25225 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 16 0 9 0 2000868902 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25226/stat : 25226 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 15 0 9 0 2000868902 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25227/stat : 25227 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 18 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25219 vsize=868116 CPUtime=1.81
/proc/25221/task/25228/stat : 25228 (java) S 25219 25221 21677 0 -1 64 1032 681 0 0 40 1 139 1 17 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25229/stat : 25229 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 19 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25230] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25230/stat : 25230 (java) S 25219 25221 21677 0 -1 64 39 681 0 0 0 0 139 1 15 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.16
Current children cumulated vsize (KiB) 868116

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 25276
/proc/meminfo: memFree=1462920/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=868116 CPUtime=1646.59
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 31238 681 1 0 164483 36 139 1 18 0 9 0 2000868897 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217029 19732 2637 9 0 211535 0
[pid=25221/tid=25223] ppid=25219 vsize=868116 CPUtime=1646
/proc/25221/task/25223/stat : 25223 (java) R 25219 25221 21677 0 -1 64 18943 681 1 0 164429 31 139 1 25 0 9 0 2000868899 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4127270271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25219 vsize=868116 CPUtime=1.54
/proc/25221/task/25224/stat : 25224 (java) S 25219 25221 21677 0 -1 64 10388 681 0 0 12 2 139 1 16 0 9 0 2000868901 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25225/stat : 25225 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 16 0 9 0 2000868902 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25226/stat : 25226 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 15 0 9 0 2000868902 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25227/stat : 25227 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 18 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25219 vsize=868116 CPUtime=1.81
/proc/25221/task/25228/stat : 25228 (java) S 25219 25221 21677 0 -1 64 1032 681 0 0 40 1 139 1 17 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25229/stat : 25229 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 19 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25230] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25230/stat : 25230 (java) S 25219 25221 21677 0 -1 64 39 681 0 0 0 0 139 1 15 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.59
Current children cumulated vsize (KiB) 868116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 25276
/proc/meminfo: memFree=1462856/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=868116 CPUtime=1706.03
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 31238 681 1 0 170427 36 139 1 18 0 9 0 2000868897 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217029 19732 2637 9 0 211535 0
[pid=25221/tid=25223] ppid=25219 vsize=868116 CPUtime=1705.44
/proc/25221/task/25223/stat : 25223 (java) R 25219 25221 21677 0 -1 64 18943 681 1 0 170373 31 139 1 25 0 9 0 2000868899 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4127268628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25219 vsize=868116 CPUtime=1.54
/proc/25221/task/25224/stat : 25224 (java) S 25219 25221 21677 0 -1 64 10388 681 0 0 12 2 139 1 16 0 9 0 2000868901 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25225/stat : 25225 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 16 0 9 0 2000868902 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25226/stat : 25226 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 15 0 9 0 2000868902 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25227/stat : 25227 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 18 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25219 vsize=868116 CPUtime=1.81
/proc/25221/task/25228/stat : 25228 (java) S 25219 25221 21677 0 -1 64 1032 681 0 0 40 1 139 1 17 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25229/stat : 25229 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 19 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25230] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25230/stat : 25230 (java) R 25219 25221 21677 0 -1 64 39 681 0 0 0 0 139 1 15 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.03
Current children cumulated vsize (KiB) 868116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 25276
/proc/meminfo: memFree=1462728/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=868116 CPUtime=1765.47
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 31238 681 1 0 176370 37 139 1 18 0 9 0 2000868897 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217029 19732 2637 9 0 211535 0
[pid=25221/tid=25223] ppid=25219 vsize=868116 CPUtime=1764.87
/proc/25221/task/25223/stat : 25223 (java) R 25219 25221 21677 0 -1 64 18943 681 1 0 176316 31 139 1 25 0 9 0 2000868899 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4127303370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25219 vsize=868116 CPUtime=1.54
/proc/25221/task/25224/stat : 25224 (java) S 25219 25221 21677 0 -1 64 10388 681 0 0 12 2 139 1 16 0 9 0 2000868901 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25225/stat : 25225 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 16 0 9 0 2000868902 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25226/stat : 25226 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 15 0 9 0 2000868902 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25227/stat : 25227 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 18 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25219 vsize=868116 CPUtime=1.81
/proc/25221/task/25228/stat : 25228 (java) S 25219 25221 21677 0 -1 64 1032 681 0 0 40 1 139 1 17 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25229/stat : 25229 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 19 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25230] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25230/stat : 25230 (java) S 25219 25221 21677 0 -1 64 39 681 0 0 0 0 139 1 15 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.47
Current children cumulated vsize (KiB) 868116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 25276
/proc/meminfo: memFree=1462664/2055920 swapFree=4179472/4192956
[pid=25221] ppid=25219 vsize=868116 CPUtime=1800.04
/proc/25221/stat : 25221 (java) S 25219 25221 21677 0 -1 0 31238 681 1 0 179827 37 139 1 18 0 9 0 2000868897 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217029 19732 2637 9 0 211535 0
[pid=25221/tid=25223] ppid=25219 vsize=868116 CPUtime=1799.44
/proc/25221/task/25223/stat : 25223 (java) R 25219 25221 21677 0 -1 64 18943 681 1 0 179773 31 139 1 25 0 9 0 2000868899 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4127305728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25219 vsize=868116 CPUtime=1.54
/proc/25221/task/25224/stat : 25224 (java) S 25219 25221 21677 0 -1 64 10388 681 0 0 12 2 139 1 16 0 9 0 2000868901 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25225/stat : 25225 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 16 0 9 0 2000868902 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25226/stat : 25226 (java) S 25219 25221 21677 0 -1 64 18 681 0 0 0 0 139 1 15 0 9 0 2000868902 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25227/stat : 25227 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 18 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25219 vsize=868116 CPUtime=1.81
/proc/25221/task/25228/stat : 25228 (java) S 25219 25221 21677 0 -1 64 1032 681 0 0 40 1 139 1 17 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25229/stat : 25229 (java) S 25219 25221 21677 0 -1 64 1 681 0 0 0 0 139 1 19 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25230] ppid=25219 vsize=868116 CPUtime=1.4
/proc/25221/task/25230/stat : 25230 (java) S 25219 25221 21677 0 -1 64 39 681 0 0 0 0 139 1 15 0 9 0 2000868904 888950784 19732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868116

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): 1817.27
CPU time (s): 1800.12
CPU user time (s): 1799.72
CPU system time (s): 0.400939
CPU usage (%): 99.0561
Max. virtual memory (cumulated for all children) (KiB): 871192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.400939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31952
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= 38962
involuntary context switches= 81811

runsolver used 2.26666 second user time and 6.01209 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 02:48:53
IDJOB=1081769
IDBENCH=57136
IDSOLVER=363
FILE ID=node1/1081769-1215218933
PBS_JOBID= 7881642
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a9dc0248b5bac88ceea300c49a32664c
RANDOM SEED=1280690227

node1.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.265
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.265
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:       1703512 kB
Buffers:         17632 kB
Cached:         118964 kB
SwapCached:       7496 kB
Active:         186192 kB
Inactive:       109784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703512 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            2668 kB
Writeback:           0 kB
Mapped:         170972 kB
Slab:            41292 kB
Committed_AS:  3897208 kB
PageTables:       2124 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= 66504 MiB
End job on node1 at 2008-07-05 03:19:12