Trace number 1051827

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.06 1806.25

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-33-4.xml
MD5SUMa42d79bb6fe860b06fb8edfaf7f29aa0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.12183
Satisfiable
(Un)Satisfiability was proved
Number of variables528
Number of constraints5456
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5456
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.10	
0.07/0.10	Abscon 112 (May, 2008)
0.17/0.27	
0.17/0.27	   configuration
0.17/0.27	     name=esac.xml
0.27/0.31	   
0.27/0.31	   instance
0.27/0.31	     name=HOME/instance-1051827-1215054874.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.37/0.47	     nbVariables=528  nbDomainTypes=1  minDomainSize=4  maxDomainSize=4  nbTotalValues=2112
0.37/0.47	       =>  wckTime=0.201  cpuTime=0.14  mem=9M869
0.37/0.47	   
0.37/0.47	   predicates being loaded...
0.47/0.53	   
0.47/0.53	   constraints being loaded...
3.03/3.17	     nbConstraints=5488  nbGlobalConstraints=32  nbConflictsStructures=1  nbSharedConflictsStructures=5455
3.03/3.17	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=5455  minDegree=32
3.03/3.17	     maxDegree=35  minArity=3  avgArity=3.34  maxArity=62  nbGenerators=32  nbFusions=0  symmetryWckTime=0.912
3.03/3.17	     symmetryCpuTime=0.24
3.03/3.17	       =>  wckTime=2.893  cpuTime=1.95  mem=23M65
3.13/3.28	   
3.13/3.28	   solver IterativeSystematicSolver being built... 
3.33/3.49	   
3.33/3.49	   INFO : Forward propagation technique limited 
3.53/3.61	       =>  wckTime=3.334  cpuTime=2.2  mem=20M156
3.83/3.97	   
3.83/3.97	   preprocessing
3.83/3.97	     nbConstraintChecks=13288  nbValidityChecks=4417  nbPropagations=3453  nbRevisions=5614  nbUselessRevisions=3341
3.83/3.97	     nbSingletonTests=598  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
3.83/3.97	     detectedInconsistency=no
3.83/3.97	       =>  wckTime=0.355  cpuTime=0.3  mem=21M162
4.42/4.59	   
4.42/4.59	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M162)

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-1051827-1215054874/watcher-1051827-1215054874 -o /tmp/evaluation-result-1051827-1215054874/solver-1051827-1215054874 -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-1051827-1215054874.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 5024
/proc/meminfo: memFree=1817816/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=10904 CPUtime=0
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 821 0 0 0 0 0 0 0 18 0 2 0 1984463025 11165696 574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 2726 574 285 9 0 1198 0
[pid=5024/tid=5025] ppid=5022 vsize=10904 CPUtime=0
/proc/5024/task/5025/stat : 5025 (java) S 5022 5024 4792 0 -1 64 145 0 0 0 0 0 0 0 16 0 2 0 1984463026 11165696 574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0

[startup+0.018332 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 5024
/proc/meminfo: memFree=1817816/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=10904 CPUtime=0
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 821 0 0 0 0 0 0 0 18 0 2 0 1984463025 11165696 574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 2726 574 285 9 0 1198 0
[pid=5024/tid=5025] ppid=5022 vsize=10904 CPUtime=0
/proc/5024/task/5025/stat : 5025 (java) S 5022 5024 4792 0 -1 64 145 0 0 0 0 0 0 0 16 0 2 0 1984463026 11165696 574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10904

[startup+0.101353 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 5024
/proc/meminfo: memFree=1817816/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=865856 CPUtime=0.07
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 3567 0 1 0 6 1 0 0 18 0 9 0 1984463025 886636544 3057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 216464 3057 1639 9 0 211026 0
[pid=5024/tid=5025] ppid=5022 vsize=865856 CPUtime=0.06
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 2658 0 1 0 5 1 0 0 20 0 9 0 1984463026 886636544 3057 996147200 134512640 134550740 4294955984 18446744073709551615 4125977259 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.301392 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 5024
/proc/meminfo: memFree=1817816/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=866204 CPUtime=0.27
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 5592 0 1 0 24 3 0 0 18 0 9 0 1984463025 886992896 5015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 216551 5015 1886 9 0 211099 0
[pid=5024/tid=5025] ppid=5022 vsize=866204 CPUtime=0.22
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 4619 0 1 0 20 2 0 0 18 0 9 0 1984463026 886992896 5015 996147200 134512640 134550740 4294955984 18446744073709551615 4159510057 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866204

[startup+0.701469 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 5024
/proc/meminfo: memFree=1817816/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=867680 CPUtime=0.67
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 8788 0 1 0 62 5 0 0 18 0 9 0 1984463025 888504320 8148 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 216920 8148 2011 9 0 211426 0
[pid=5024/tid=5025] ppid=5022 vsize=867680 CPUtime=0.49
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 7438 0 1 0 45 4 0 0 19 0 9 0 1984463026 888504320 8148 996147200 134512640 134550740 4294955984 18446744073709551615 4125959149 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867680

[startup+1.50263 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 5033
/proc/meminfo: memFree=1774800/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=867592 CPUtime=1.45
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 18264 0 1 0 131 14 0 0 18 0 9 0 1984463025 888414208 17599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 216898 17599 2005 9 0 211426 0
[pid=5024/tid=5025] ppid=5022 vsize=867592 CPUtime=1.19
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 15767 0 1 0 106 13 0 0 25 0 9 0 1984463026 888414208 17599 996147200 134512640 134550740 4294955984 18446744073709551615 102756400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5027] ppid=5022 vsize=867592 CPUtime=0.04
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 4792 0 -1 64 1108 0 0 0 4 0 0 0 16 0 9 0 1984463029 888414208 17599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5028] ppid=5022 vsize=867592 CPUtime=0
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 4792 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984463029 888414208 17599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5029] ppid=5022 vsize=867592 CPUtime=0
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 4792 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1984463029 888414208 17599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5030] ppid=5022 vsize=867592 CPUtime=0
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 4792 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984463031 888414208 17599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5031] ppid=5022 vsize=867592 CPUtime=0.2
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 4792 0 -1 64 690 0 0 0 20 0 0 0 15 0 9 0 1984463031 888414208 17599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5032] ppid=5022 vsize=867592 CPUtime=0
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 4792 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984463031 888414208 17599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5033] ppid=5022 vsize=867592 CPUtime=0
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 4792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984463031 888414208 17599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867592

[startup+3.10194 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 5033
/proc/meminfo: memFree=1754896/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=867916 CPUtime=3.03
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 23159 902 1 0 212 37 53 1 18 0 10 0 1984463025 888745984 20129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 216979 20129 2011 9 0 211507 0
[pid=5024/tid=5025] ppid=5022 vsize=867916 CPUtime=2.62
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 17834 902 1 0 175 33 53 1 16 0 10 0 1984463026 888745984 20129 996147200 134512640 134550740 4294955984 18446744073709551615 4159510097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5027] ppid=5022 vsize=867916 CPUtime=0.67
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 4792 0 -1 64 3572 902 0 0 12 1 53 1 17 0 10 0 1984463029 888745984 20129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5028] ppid=5022 vsize=867916 CPUtime=0.54
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 4792 0 -1 64 13 902 0 0 0 0 53 1 16 0 10 0 1984463029 888745984 20129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5029] ppid=5022 vsize=867916 CPUtime=0.54
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 4792 0 -1 64 6 902 0 0 0 0 53 1 16 0 10 0 1984463029 888745984 20129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5030] ppid=5022 vsize=867916 CPUtime=0.54
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 4792 0 -1 64 1 902 0 0 0 0 53 1 18 0 10 0 1984463031 888745984 20129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5031] ppid=5022 vsize=867916 CPUtime=0.78
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 4792 0 -1 64 922 902 0 0 24 0 53 1 15 0 10 0 1984463031 888745984 20129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5032] ppid=5022 vsize=867916 CPUtime=0.54
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 4792 0 -1 64 2 902 0 0 0 0 53 1 19 0 10 0 1984463031 888745984 20129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5033] ppid=5022 vsize=867916 CPUtime=0.54
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 4792 0 -1 64 13 902 0 0 0 0 53 1 15 0 10 0 1984463031 888745984 20129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 867916

[startup+6.30257 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 5037
/proc/meminfo: memFree=1738440/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=869048 CPUtime=6.2
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 40971 1024 1 0 524 42 53 1 18 0 9 0 1984463025 889905152 22300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 217262 22300 2615 9 0 211790 0
[pid=5024/tid=5025] ppid=5022 vsize=869048 CPUtime=5.5
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 29809 1024 1 0 460 36 53 1 25 0 9 0 1984463026 889905152 22300 996147200 134512640 134550740 4294955984 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5027] ppid=5022 vsize=869048 CPUtime=0.79
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 4792 0 -1 64 9229 1024 0 0 23 2 53 1 17 0 9 0 1984463029 889905152 22300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5028] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 4792 0 -1 64 17 1024 0 0 0 0 53 1 16 0 9 0 1984463029 889905152 22300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5029] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 4792 0 -1 64 9 1024 0 0 0 0 53 1 15 0 9 0 1984463029 889905152 22300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5030] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 4792 0 -1 64 1 1024 0 0 0 0 53 1 18 0 9 0 1984463031 889905152 22300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5031] ppid=5022 vsize=869048 CPUtime=0.95
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 4792 0 -1 64 1064 1024 0 0 40 1 53 1 15 0 9 0 1984463031 889905152 22300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5032] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 4792 0 -1 64 2 1024 0 0 0 0 53 1 19 0 9 0 1984463031 889905152 22300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5033] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 4792 0 -1 64 41 1024 0 0 0 0 53 1 15 0 9 0 1984463031 889905152 22300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 869048

[startup+12.7018 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 5037
/proc/meminfo: memFree=1738184/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=869048 CPUtime=12.55
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 40974 1024 1 0 1159 42 53 1 18 0 9 0 1984463025 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 217262 22301 2615 9 0 211790 0
[pid=5024/tid=5025] ppid=5022 vsize=869048 CPUtime=11.84
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 29811 1024 1 0 1094 36 53 1 25 0 9 0 1984463026 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4127207834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5027] ppid=5022 vsize=869048 CPUtime=0.79
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 4792 0 -1 64 9229 1024 0 0 23 2 53 1 16 0 9 0 1984463029 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5028] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 4792 0 -1 64 17 1024 0 0 0 0 53 1 16 0 9 0 1984463029 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5029] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 4792 0 -1 64 9 1024 0 0 0 0 53 1 15 0 9 0 1984463029 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5030] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 4792 0 -1 64 1 1024 0 0 0 0 53 1 18 0 9 0 1984463031 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5031] ppid=5022 vsize=869048 CPUtime=0.95
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 4792 0 -1 64 1065 1024 0 0 40 1 53 1 16 0 9 0 1984463031 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5032] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 4792 0 -1 64 2 1024 0 0 0 0 53 1 19 0 9 0 1984463031 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5033] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 4792 0 -1 64 41 1024 0 0 0 0 53 1 15 0 9 0 1984463031 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 869048

[startup+25.5024 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 5037
/proc/meminfo: memFree=1738248/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=869048 CPUtime=25.24
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 40974 1024 1 0 2428 42 53 1 18 0 9 0 1984463025 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 217262 22301 2615 9 0 211790 0
[pid=5024/tid=5025] ppid=5022 vsize=869048 CPUtime=24.53
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 29811 1024 1 0 2363 36 53 1 25 0 9 0 1984463026 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4127214908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5027] ppid=5022 vsize=869048 CPUtime=0.79
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 4792 0 -1 64 9229 1024 0 0 23 2 53 1 16 0 9 0 1984463029 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5028] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 4792 0 -1 64 17 1024 0 0 0 0 53 1 16 0 9 0 1984463029 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5029] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 4792 0 -1 64 9 1024 0 0 0 0 53 1 15 0 9 0 1984463029 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5030] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 4792 0 -1 64 1 1024 0 0 0 0 53 1 18 0 9 0 1984463031 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5031] ppid=5022 vsize=869048 CPUtime=0.95
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 4792 0 -1 64 1065 1024 0 0 40 1 53 1 16 0 9 0 1984463031 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5032] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 4792 0 -1 64 2 1024 0 0 0 0 53 1 19 0 9 0 1984463031 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5033] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 4792 0 -1 64 41 1024 0 0 0 0 53 1 15 0 9 0 1984463031 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 869048

[startup+51.1024 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 5037
/proc/meminfo: memFree=1738248/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=869048 CPUtime=50.62
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 40974 1024 1 0 4966 42 53 1 18 0 9 0 1984463025 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 217262 22301 2615 9 0 211790 0
[pid=5024/tid=5025] ppid=5022 vsize=869048 CPUtime=49.91
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 29811 1024 1 0 4901 36 53 1 25 0 9 0 1984463026 889905152 22301 996147200 134512640 134550740 4294955984 18446744073709551615 4127305678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5027] ppid=5022 vsize=869048 CPUtime=0.79

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

/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 4792 0 -1 64 9 1024 0 0 0 0 53 1 15 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5030] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 4792 0 -1 64 1 1024 0 0 0 0 53 1 18 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5031] ppid=5022 vsize=869048 CPUtime=0.96
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 4792 0 -1 64 1069 1024 0 0 41 1 53 1 16 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 4792 0 -1 64 2 1024 0 0 0 0 53 1 19 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5033] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 4792 0 -1 64 41 1024 0 0 0 0 53 1 15 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.25
Current children cumulated vsize (KiB) 869048

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5296
/proc/meminfo: memFree=1722760/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=869048 CPUtime=1536.22
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 40978 1024 1 0 153521 47 53 1 18 0 9 0 1984463025 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 217262 22304 2615 9 0 211790 0
[pid=5024/tid=5025] ppid=5022 vsize=869048 CPUtime=1535.5
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 29811 1024 1 0 153455 41 53 1 25 0 9 0 1984463026 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4127309136 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5024/tid=5027] ppid=5022 vsize=869048 CPUtime=0.79
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 4792 0 -1 64 9229 1024 0 0 23 2 53 1 16 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5028] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 4792 0 -1 64 17 1024 0 0 0 0 53 1 16 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5029] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 4792 0 -1 64 9 1024 0 0 0 0 53 1 15 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5030] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 4792 0 -1 64 1 1024 0 0 0 0 53 1 18 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5031] ppid=5022 vsize=869048 CPUtime=0.96
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 4792 0 -1 64 1069 1024 0 0 41 1 53 1 16 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 4792 0 -1 64 2 1024 0 0 0 0 53 1 19 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5033] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 4792 0 -1 64 41 1024 0 0 0 0 53 1 15 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.22
Current children cumulated vsize (KiB) 869048

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5296
/proc/meminfo: memFree=1722824/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=869048 CPUtime=1596.19
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 40978 1024 1 0 159518 47 53 1 18 0 9 0 1984463025 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 217262 22304 2615 9 0 211790 0
[pid=5024/tid=5025] ppid=5022 vsize=869048 CPUtime=1595.47
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 29811 1024 1 0 159452 41 53 1 25 0 9 0 1984463026 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4127217176 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5024/tid=5027] ppid=5022 vsize=869048 CPUtime=0.79
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 4792 0 -1 64 9229 1024 0 0 23 2 53 1 16 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5028] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 4792 0 -1 64 17 1024 0 0 0 0 53 1 16 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5029] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 4792 0 -1 64 9 1024 0 0 0 0 53 1 15 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5030] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 4792 0 -1 64 1 1024 0 0 0 0 53 1 18 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5031] ppid=5022 vsize=869048 CPUtime=0.96
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 4792 0 -1 64 1069 1024 0 0 41 1 53 1 16 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 4792 0 -1 64 2 1024 0 0 0 0 53 1 19 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5033] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 4792 0 -1 64 41 1024 0 0 0 0 53 1 15 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.19
Current children cumulated vsize (KiB) 869048

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5296
/proc/meminfo: memFree=1722632/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=869048 CPUtime=1656.16
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 40978 1024 1 0 165515 47 53 1 18 0 9 0 1984463025 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 217262 22304 2615 9 0 211790 0
[pid=5024/tid=5025] ppid=5022 vsize=869048 CPUtime=1655.45
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 29811 1024 1 0 165450 41 53 1 25 0 9 0 1984463026 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4127294172 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5024/tid=5027] ppid=5022 vsize=869048 CPUtime=0.79
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 4792 0 -1 64 9229 1024 0 0 23 2 53 1 16 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5028] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 4792 0 -1 64 17 1024 0 0 0 0 53 1 16 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5029] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 4792 0 -1 64 9 1024 0 0 0 0 53 1 15 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5030] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 4792 0 -1 64 1 1024 0 0 0 0 53 1 18 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5031] ppid=5022 vsize=869048 CPUtime=0.96
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 4792 0 -1 64 1069 1024 0 0 41 1 53 1 16 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 4792 0 -1 64 2 1024 0 0 0 0 53 1 19 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5033] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 4792 0 -1 64 41 1024 0 0 0 0 53 1 15 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.16
Current children cumulated vsize (KiB) 869048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5296
/proc/meminfo: memFree=1722568/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=869048 CPUtime=1716.13
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 40978 1024 1 0 171512 47 53 1 18 0 9 0 1984463025 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 217262 22304 2615 9 0 211790 0
[pid=5024/tid=5025] ppid=5022 vsize=869048 CPUtime=1715.42
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 29811 1024 1 0 171446 42 53 1 25 0 9 0 1984463026 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5024/tid=5027] ppid=5022 vsize=869048 CPUtime=0.79
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 4792 0 -1 64 9229 1024 0 0 23 2 53 1 16 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5028] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 4792 0 -1 64 17 1024 0 0 0 0 53 1 16 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5029] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 4792 0 -1 64 9 1024 0 0 0 0 53 1 15 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5030] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 4792 0 -1 64 1 1024 0 0 0 0 53 1 18 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5031] ppid=5022 vsize=869048 CPUtime=0.96
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 4792 0 -1 64 1069 1024 0 0 41 1 53 1 16 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 4792 0 -1 64 2 1024 0 0 0 0 53 1 19 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5033] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 4792 0 -1 64 41 1024 0 0 0 0 53 1 15 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.13
Current children cumulated vsize (KiB) 869048

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5298
/proc/meminfo: memFree=1722504/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=869048 CPUtime=1776.11
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 40978 1024 1 0 177509 48 53 1 18 0 9 0 1984463025 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 217262 22304 2615 9 0 211790 0
[pid=5024/tid=5025] ppid=5022 vsize=869048 CPUtime=1775.39
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 29811 1024 1 0 177443 42 53 1 25 0 9 0 1984463026 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4127210239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5024/tid=5027] ppid=5022 vsize=869048 CPUtime=0.79
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 4792 0 -1 64 9229 1024 0 0 23 2 53 1 16 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5028] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 4792 0 -1 64 17 1024 0 0 0 0 53 1 16 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5029] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 4792 0 -1 64 9 1024 0 0 0 0 53 1 15 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5030] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 4792 0 -1 64 1 1024 0 0 0 0 53 1 18 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5031] ppid=5022 vsize=869048 CPUtime=0.96
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 4792 0 -1 64 1069 1024 0 0 41 1 53 1 16 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 4792 0 -1 64 2 1024 0 0 0 0 53 1 19 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5033] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 4792 0 -1 64 41 1024 0 0 0 0 53 1 15 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.11
Current children cumulated vsize (KiB) 869048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5298
/proc/meminfo: memFree=1722504/2055920 swapFree=4179472/4192956
[pid=5024] ppid=5022 vsize=869048 CPUtime=1800.01
/proc/5024/stat : 5024 (java) S 5022 5024 4792 0 -1 0 40978 1024 1 0 179899 48 53 1 18 0 9 0 1984463025 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5024/statm: 217262 22304 2615 9 0 211790 0
[pid=5024/tid=5025] ppid=5022 vsize=869048 CPUtime=1799.29
/proc/5024/task/5025/stat : 5025 (java) R 5022 5024 4792 0 -1 64 29811 1024 1 0 179833 42 53 1 25 0 9 0 1984463026 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4127308051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5024/tid=5027] ppid=5022 vsize=869048 CPUtime=0.79
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 4792 0 -1 64 9229 1024 0 0 23 2 53 1 16 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5028] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 4792 0 -1 64 17 1024 0 0 0 0 53 1 16 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5029] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 4792 0 -1 64 9 1024 0 0 0 0 53 1 15 0 9 0 1984463029 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5030] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 4792 0 -1 64 1 1024 0 0 0 0 53 1 18 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5031] ppid=5022 vsize=869048 CPUtime=0.96
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 4792 0 -1 64 1069 1024 0 0 41 1 53 1 16 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 4792 0 -1 64 2 1024 0 0 0 0 53 1 19 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5024/tid=5033] ppid=5022 vsize=869048 CPUtime=0.54
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 4792 0 -1 64 41 1024 0 0 0 0 53 1 15 0 9 0 1984463031 889905152 22304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 869048

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): 1806.25
CPU time (s): 1800.06
CPU user time (s): 1799.55
CPU system time (s): 0.513921
CPU usage (%): 99.6575
Max. virtual memory (cumulated for all children) (KiB): 869180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 0.513921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42032
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= 38558
involuntary context switches= 47714

runsolver used 2.03969 second user time and 6.18706 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-03 05:14:34
IDJOB=1051827
IDBENCH=55952
IDSOLVER=364
FILE ID=node1/1051827-1215054874
PBS_JOBID= 7875174
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ramsey4/normalized-ramsey-33-4.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-1051827-1215054874/watcher-1051827-1215054874 -o /tmp/evaluation-result-1051827-1215054874/solver-1051827-1215054874 -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-1051827-1215054874.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a42d79bb6fe860b06fb8edfaf7f29aa0
RANDOM SEED=1838630382

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:       1818296 kB
Buffers:         20808 kB
Cached:         136680 kB
SwapCached:       7548 kB
Active:         118884 kB
Inactive:        56972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818296 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            2804 kB
Writeback:           0 kB
Mapped:          26216 kB
Slab:            46772 kB
Committed_AS:  3121316 kB
PageTables:       2012 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= 66540 MiB
End job on node1 at 2008-07-03 05:44:42