Trace number 1057538

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.14 1802.44

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-39.xml
MD5SUM3ea108c2e903c2afc3230667c29a4590
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 benchmark0.081986
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity23
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1057538-1215111227.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.36	     nbVariables=168  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=840
0.29/0.36	       =>  wckTime=0.125  cpuTime=0.1  mem=7M919
0.29/0.36	   
0.29/0.36	   predicates being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
1.88/1.95	     nbConstraints=94  nbGlobalConstraints=13  nbDisconnectedVariables=11  nbConflictsStructures=4
1.88/1.95	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=77  nbSharedBinaryRepresentations=0
1.88/1.95	     nbEvaluationManagers=81  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=10  minArity=2  avgArity=12.45
1.88/1.95	     maxArity=23  nbGenerators=13  nbFusions=0  symmetryWckTime=0.083  symmetryCpuTime=0.03
1.88/1.95	       =>  wckTime=1.708  cpuTime=1.51  mem=9M221
1.88/2.00	   
1.88/2.00	   solver IterativeSystematicSolver being built... 
1.96/2.08	   
1.96/2.08	   INFO : Forward propagation technique limited 
2.06/2.15	       =>  wckTime=1.916  cpuTime=1.65  mem=23M443
5.16/5.22	   
5.16/5.22	   preprocessing
5.16/5.22	     nbConstraintChecks=1533512  nbValidityChecks=10197  nbPropagations=473  nbRevisions=3099  nbUselessRevisions=2958
5.16/5.22	     nbSingletonTests=183  nbEffectiveSingletonTests=0  nbACRemovals=9  nbFoundSingletons=0  nbRemovedValues=9
5.16/5.22	     detectedInconsistency=no
5.16/5.22	       =>  wckTime=3.063  cpuTime=3.03  mem=24M474
285.75/286.92	   
285.75/286.92	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=25M489)

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-1057538-1215111227/watcher-1057538-1215111227 -o /tmp/evaluation-result-1057538-1215111227/solver-1057538-1215111227 -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-1057538-1215111227.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.78 1.95 1.98 4/73 28176
/proc/meminfo: memFree=1677704/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=152 CPUtime=0
/proc/28176/stat : 28176 (java) R 28174 28176 27544 0 -1 0 205 0 0 0 0 0 0 0 22 0 1 0 1990097756 155648 26 996147200 134512640 134550740 4294955984 18446744073709551615 3306276 0 0 4096 0 0 0 0 17 0 0 0
/proc/28176/statm: 38 26 19 9 0 4 0

[startup+0.0684321 s]
/proc/loadavg: 1.78 1.95 1.98 4/73 28176
/proc/meminfo: memFree=1677704/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=865856 CPUtime=0.05
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 3374 0 1 0 4 1 0 0 23 0 9 0 1990097756 886636544 2888 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216464 2888 1566 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101436 s]
/proc/loadavg: 1.78 1.95 1.98 4/73 28176
/proc/meminfo: memFree=1677704/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=865884 CPUtime=0.09
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 3807 0 1 0 7 2 0 0 23 0 9 0 1990097756 886665216 3258 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216471 3258 1724 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301452 s]
/proc/loadavg: 1.78 1.95 1.98 4/73 28176
/proc/meminfo: memFree=1677704/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=866400 CPUtime=0.29
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 6048 0 1 0 26 3 0 0 23 0 9 0 1990097756 887193600 5422 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216600 5422 1958 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.70149 s]
/proc/loadavg: 1.78 1.95 1.98 4/73 28176
/proc/meminfo: memFree=1677704/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=867084 CPUtime=0.68
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 10597 0 1 0 63 5 0 0 23 0 9 0 1990097756 887894016 9957 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216771 9958 2010 9 0 211277 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867084

[startup+1.50157 s]
/proc/loadavg: 1.80 1.95 1.98 3/82 28185
/proc/meminfo: memFree=1628736/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=866996 CPUtime=1.48
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 17298 0 1 0 139 9 0 0 23 0 9 0 1990097756 887803904 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216749 16633 2003 9 0 211277 0
[pid=28176/tid=28178] ppid=28174 vsize=866996 CPUtime=1.31
/proc/28176/task/28178/stat : 28178 (java) R 28174 28176 27544 0 -1 64 15782 0 1 0 123 8 0 0 25 0 9 0 1990097757 887803904 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4126402917 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28179] ppid=28174 vsize=866996 CPUtime=0.01
/proc/28176/task/28179/stat : 28179 (java) S 28174 28176 27544 0 -1 64 307 0 0 0 1 0 0 0 16 0 9 0 1990097758 887803904 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28180] ppid=28174 vsize=866996 CPUtime=0
/proc/28176/task/28180/stat : 28180 (java) S 28174 28176 27544 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990097758 887803904 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28181] ppid=28174 vsize=866996 CPUtime=0
/proc/28176/task/28181/stat : 28181 (java) S 28174 28176 27544 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990097758 887803904 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28182] ppid=28174 vsize=866996 CPUtime=0
/proc/28176/task/28182/stat : 28182 (java) S 28174 28176 27544 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1990097760 887803904 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28183] ppid=28174 vsize=866996 CPUtime=0.15
/proc/28176/task/28183/stat : 28183 (java) S 28174 28176 27544 0 -1 64 511 0 0 0 15 0 0 0 15 0 9 0 1990097760 887803904 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28184] ppid=28174 vsize=866996 CPUtime=0
/proc/28176/task/28184/stat : 28184 (java) S 28174 28176 27544 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1990097760 887803904 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28185] ppid=28174 vsize=866996 CPUtime=0
/proc/28176/task/28185/stat : 28185 (java) S 28174 28176 27544 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990097760 887803904 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 866996

[startup+3.10172 s]
/proc/loadavg: 1.80 1.95 1.98 4/84 28189
/proc/meminfo: memFree=1614512/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=867868 CPUtime=3.07
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 26487 304 1 0 294 12 0 1 23 0 9 0 1990097756 888696832 18311 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216967 18311 2637 9 0 211473 0
[pid=28176/tid=28178] ppid=28174 vsize=867868 CPUtime=2.77
/proc/28176/task/28178/stat : 28178 (java) R 28174 28176 27544 0 -1 64 21921 304 1 0 267 9 0 1 25 0 9 0 1990097757 888696832 18311 996147200 134512640 134550740 4294955984 18446744073709551615 4126721200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28179] ppid=28174 vsize=867868 CPUtime=0.06
/proc/28176/task/28179/stat : 28179 (java) S 28174 28176 27544 0 -1 64 3026 304 0 0 5 0 0 1 17 0 9 0 1990097758 888696832 18311 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28180] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28180/stat : 28180 (java) S 28174 28176 27544 0 -1 64 16 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18311 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28181] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28181/stat : 28181 (java) S 28174 28176 27544 0 -1 64 8 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18311 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28182] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28182/stat : 28182 (java) S 28174 28176 27544 0 -1 64 1 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18311 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28183] ppid=28174 vsize=867868 CPUtime=0.21
/proc/28176/task/28183/stat : 28183 (java) S 28174 28176 27544 0 -1 64 696 304 0 0 20 0 0 1 15 0 9 0 1990097760 888696832 18311 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28184] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28184/stat : 28184 (java) S 28174 28176 27544 0 -1 64 2 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18311 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28185] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28185/stat : 28185 (java) S 28174 28176 27544 0 -1 64 6 304 0 0 0 0 0 1 15 0 9 0 1990097760 888696832 18311 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867868

[startup+6.30302 s]
/proc/loadavg: 1.81 1.95 1.98 3/82 28189
/proc/meminfo: memFree=1614200/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=867868 CPUtime=6.25
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 26795 304 1 0 612 12 0 1 23 0 9 0 1990097756 888696832 18326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216967 18326 2637 9 0 211473 0
[pid=28176/tid=28178] ppid=28174 vsize=867868 CPUtime=5.94
/proc/28176/task/28178/stat : 28178 (java) R 28174 28176 27544 0 -1 64 22184 304 1 0 584 9 0 1 17 0 9 0 1990097757 888696832 18326 996147200 134512640 134550740 4294955984 18446744073709551615 4126713489 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28179] ppid=28174 vsize=867868 CPUtime=0.06
/proc/28176/task/28179/stat : 28179 (java) S 28174 28176 27544 0 -1 64 3026 304 0 0 5 0 0 1 16 0 9 0 1990097758 888696832 18326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28180] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28180/stat : 28180 (java) S 28174 28176 27544 0 -1 64 16 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28181] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28181/stat : 28181 (java) S 28174 28176 27544 0 -1 64 8 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28182] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28182/stat : 28182 (java) S 28174 28176 27544 0 -1 64 1 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28183] ppid=28174 vsize=867868 CPUtime=0.23
/proc/28176/task/28183/stat : 28183 (java) S 28174 28176 27544 0 -1 64 727 304 0 0 22 0 0 1 15 0 9 0 1990097760 888696832 18326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28184] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28184/stat : 28184 (java) S 28174 28176 27544 0 -1 64 2 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28185] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28185/stat : 28185 (java) S 28174 28176 27544 0 -1 64 20 304 0 0 0 0 0 1 15 0 9 0 1990097760 888696832 18326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867868

[startup+12.7016 s]
/proc/loadavg: 1.83 1.95 1.98 3/82 28189
/proc/meminfo: memFree=1614008/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=867868 CPUtime=12.62
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 26803 304 1 0 1249 12 0 1 23 0 9 0 1990097756 888696832 18328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216967 18328 2637 9 0 211473 0
[pid=28176/tid=28178] ppid=28174 vsize=867868 CPUtime=12.31
/proc/28176/task/28178/stat : 28178 (java) R 28174 28176 27544 0 -1 64 22191 304 1 0 1221 9 0 1 25 0 9 0 1990097757 888696832 18328 996147200 134512640 134550740 4294955984 18446744073709551615 4126709325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28179] ppid=28174 vsize=867868 CPUtime=0.06
/proc/28176/task/28179/stat : 28179 (java) S 28174 28176 27544 0 -1 64 3026 304 0 0 5 0 0 1 16 0 9 0 1990097758 888696832 18328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28180] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28180/stat : 28180 (java) S 28174 28176 27544 0 -1 64 16 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28181] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28181/stat : 28181 (java) S 28174 28176 27544 0 -1 64 8 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28182] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28182/stat : 28182 (java) S 28174 28176 27544 0 -1 64 1 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28183] ppid=28174 vsize=867868 CPUtime=0.23
/proc/28176/task/28183/stat : 28183 (java) S 28174 28176 27544 0 -1 64 728 304 0 0 22 0 0 1 16 0 9 0 1990097760 888696832 18328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28184] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28184/stat : 28184 (java) S 28174 28176 27544 0 -1 64 2 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28185] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28185/stat : 28185 (java) S 28174 28176 27544 0 -1 64 20 304 0 0 0 0 0 1 15 0 9 0 1990097760 888696832 18328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867868

[startup+25.5028 s]
/proc/loadavg: 1.86 1.95 1.98 3/82 28189
/proc/meminfo: memFree=1614008/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=867868 CPUtime=25.37
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 26806 304 1 0 2524 12 0 1 23 0 9 0 1990097756 888696832 18329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216967 18329 2637 9 0 211473 0
[pid=28176/tid=28178] ppid=28174 vsize=867868 CPUtime=25.05
/proc/28176/task/28178/stat : 28178 (java) R 28174 28176 27544 0 -1 64 22193 304 1 0 2495 9 0 1 18 0 9 0 1990097757 888696832 18329 996147200 134512640 134550740 4294955984 18446744073709551615 4126715161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28179] ppid=28174 vsize=867868 CPUtime=0.06
/proc/28176/task/28179/stat : 28179 (java) S 28174 28176 27544 0 -1 64 3026 304 0 0 5 0 0 1 16 0 9 0 1990097758 888696832 18329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28180] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28180/stat : 28180 (java) S 28174 28176 27544 0 -1 64 16 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28181] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28181/stat : 28181 (java) S 28174 28176 27544 0 -1 64 8 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28182] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28182/stat : 28182 (java) S 28174 28176 27544 0 -1 64 1 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28183] ppid=28174 vsize=867868 CPUtime=0.23
/proc/28176/task/28183/stat : 28183 (java) S 28174 28176 27544 0 -1 64 729 304 0 0 22 0 0 1 15 0 9 0 1990097760 888696832 18329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28184] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28184/stat : 28184 (java) S 28174 28176 27544 0 -1 64 2 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28185] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28185/stat : 28185 (java) S 28174 28176 27544 0 -1 64 20 304 0 0 0 0 0 1 15 0 9 0 1990097760 888696832 18329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 867868

[startup+51.1023 s]
/proc/loadavg: 1.91 1.96 1.98 3/82 28189
/proc/meminfo: memFree=1613944/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=867868 CPUtime=50.87
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 26811 304 1 0 5074 12 0 1 23 0 9 0 1990097756 888696832 18330 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216967 18330 2637 9 0 211473 0
[pid=28176/tid=28178] ppid=28174 vsize=867868 CPUtime=50.55
/proc/28176/task/28178/stat : 28178 (java) R 28174 28176 27544 0 -1 64 22197 304 1 0 5045 9 0 1 25 0 9 0 1990097757 888696832 18330 996147200 134512640 134550740 4294955984 18446744073709551615 4126715063 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28179] ppid=28174 vsize=867868 CPUtime=0.06
/proc/28176/task/28179/stat : 28179 (java) S 28174 28176 27544 0 -1 64 3026 304 0 0 5 0 0 1 16 0 9 0 1990097758 888696832 18330 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28180] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28180/stat : 28180 (java) S 28174 28176 27544 0 -1 64 16 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18330 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28181] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28181/stat : 28181 (java) S 28174 28176 27544 0 -1 64 8 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18330 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28182] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28182/stat : 28182 (java) S 28174 28176 27544 0 -1 64 1 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18330 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28183] ppid=28174 vsize=867868 CPUtime=0.23
/proc/28176/task/28183/stat : 28183 (java) S 28174 28176 27544 0 -1 64 730 304 0 0 22 0 0 1 16 0 9 0 1990097760 888696832 18330 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28184] ppid=28174 vsize=867868 CPUtime=0.01

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

/proc/28176/task/28181/stat : 28181 (java) S 28174 28176 27544 0 -1 64 8 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28182] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28182/stat : 28182 (java) S 28174 28176 27544 0 -1 64 1 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28183] ppid=28174 vsize=867868 CPUtime=0.28
/proc/28176/task/28183/stat : 28183 (java) S 28174 28176 27544 0 -1 64 791 304 0 0 27 0 0 1 16 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28184] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28184/stat : 28184 (java) S 28174 28176 27544 0 -1 64 2 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28185] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28185/stat : 28185 (java) S 28174 28176 27544 0 -1 64 20 304 0 0 0 0 0 1 15 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.1
Current children cumulated vsize (KiB) 867868

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 28269
/proc/meminfo: memFree=830240/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=867868 CPUtime=1540.08
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 26891 304 1 0 153973 34 0 1 23 0 9 0 1990097756 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216967 18352 2637 9 0 211473 0
[pid=28176/tid=28178] ppid=28174 vsize=867868 CPUtime=1539.71
/proc/28176/task/28178/stat : 28178 (java) R 28174 28176 27544 0 -1 64 22216 304 1 0 153939 31 0 1 25 0 9 0 1990097757 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4126712236 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28179] ppid=28174 vsize=867868 CPUtime=0.06
/proc/28176/task/28179/stat : 28179 (java) S 28174 28176 27544 0 -1 64 3026 304 0 0 5 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28180] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28180/stat : 28180 (java) S 28174 28176 27544 0 -1 64 16 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28181] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28181/stat : 28181 (java) S 28174 28176 27544 0 -1 64 8 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28182] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28182/stat : 28182 (java) S 28174 28176 27544 0 -1 64 1 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28183] ppid=28174 vsize=867868 CPUtime=0.28
/proc/28176/task/28183/stat : 28183 (java) S 28174 28176 27544 0 -1 64 791 304 0 0 27 0 0 1 16 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28184] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28184/stat : 28184 (java) S 28174 28176 27544 0 -1 64 2 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28185] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28185/stat : 28185 (java) S 28174 28176 27544 0 -1 64 20 304 0 0 0 0 0 1 15 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.08
Current children cumulated vsize (KiB) 867868

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 4/91 28269
/proc/meminfo: memFree=830240/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=867868 CPUtime=1600.06
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 26891 304 1 0 159971 34 0 1 23 0 9 0 1990097756 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216967 18352 2637 9 0 211473 0
[pid=28176/tid=28178] ppid=28174 vsize=867868 CPUtime=1599.69
/proc/28176/task/28178/stat : 28178 (java) R 28174 28176 27544 0 -1 64 22216 304 1 0 159937 31 0 1 25 0 9 0 1990097757 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4126713911 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28179] ppid=28174 vsize=867868 CPUtime=0.06
/proc/28176/task/28179/stat : 28179 (java) S 28174 28176 27544 0 -1 64 3026 304 0 0 5 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28180] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28180/stat : 28180 (java) S 28174 28176 27544 0 -1 64 16 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28181] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28181/stat : 28181 (java) S 28174 28176 27544 0 -1 64 8 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28182] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28182/stat : 28182 (java) S 28174 28176 27544 0 -1 64 1 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28183] ppid=28174 vsize=867868 CPUtime=0.28
/proc/28176/task/28183/stat : 28183 (java) S 28174 28176 27544 0 -1 64 791 304 0 0 27 0 0 1 16 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28184] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28184/stat : 28184 (java) S 28174 28176 27544 0 -1 64 2 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28185] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28185/stat : 28185 (java) S 28174 28176 27544 0 -1 64 20 304 0 0 0 0 0 1 15 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.06
Current children cumulated vsize (KiB) 867868

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 4/91 28269
/proc/meminfo: memFree=830048/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=867868 CPUtime=1660.03
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 26891 304 1 0 165968 34 0 1 23 0 9 0 1990097756 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216967 18352 2637 9 0 211473 0
[pid=28176/tid=28178] ppid=28174 vsize=867868 CPUtime=1659.67
/proc/28176/task/28178/stat : 28178 (java) R 28174 28176 27544 0 -1 64 22216 304 1 0 165935 31 0 1 25 0 9 0 1990097757 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4126715056 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28179] ppid=28174 vsize=867868 CPUtime=0.06
/proc/28176/task/28179/stat : 28179 (java) S 28174 28176 27544 0 -1 64 3026 304 0 0 5 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28180] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28180/stat : 28180 (java) S 28174 28176 27544 0 -1 64 16 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28181] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28181/stat : 28181 (java) S 28174 28176 27544 0 -1 64 8 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28182] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28182/stat : 28182 (java) S 28174 28176 27544 0 -1 64 1 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28183] ppid=28174 vsize=867868 CPUtime=0.28
/proc/28176/task/28183/stat : 28183 (java) S 28174 28176 27544 0 -1 64 791 304 0 0 27 0 0 1 16 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28184] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28184/stat : 28184 (java) S 28174 28176 27544 0 -1 64 2 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28185] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28185/stat : 28185 (java) S 28174 28176 27544 0 -1 64 20 304 0 0 0 0 0 1 15 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.03
Current children cumulated vsize (KiB) 867868

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 28269
/proc/meminfo: memFree=829984/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=867868 CPUtime=1720.01
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 26891 304 1 0 171966 34 0 1 23 0 9 0 1990097756 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216967 18352 2637 9 0 211473 0
[pid=28176/tid=28178] ppid=28174 vsize=867868 CPUtime=1719.65
/proc/28176/task/28178/stat : 28178 (java) R 28174 28176 27544 0 -1 64 22216 304 1 0 171933 31 0 1 25 0 9 0 1990097757 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4126715639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28179] ppid=28174 vsize=867868 CPUtime=0.06
/proc/28176/task/28179/stat : 28179 (java) S 28174 28176 27544 0 -1 64 3026 304 0 0 5 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28180] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28180/stat : 28180 (java) S 28174 28176 27544 0 -1 64 16 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28181] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28181/stat : 28181 (java) S 28174 28176 27544 0 -1 64 8 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28182] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28182/stat : 28182 (java) S 28174 28176 27544 0 -1 64 1 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28183] ppid=28174 vsize=867868 CPUtime=0.28
/proc/28176/task/28183/stat : 28183 (java) S 28174 28176 27544 0 -1 64 791 304 0 0 27 0 0 1 16 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28184] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28184/stat : 28184 (java) S 28174 28176 27544 0 -1 64 2 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28185] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28185/stat : 28185 (java) S 28174 28176 27544 0 -1 64 20 304 0 0 0 0 0 1 15 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.01
Current children cumulated vsize (KiB) 867868

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 28269
/proc/meminfo: memFree=829856/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=867868 CPUtime=1779.99
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 26891 304 1 0 177964 34 0 1 23 0 9 0 1990097756 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216967 18352 2637 9 0 211473 0
[pid=28176/tid=28178] ppid=28174 vsize=867868 CPUtime=1779.63
/proc/28176/task/28178/stat : 28178 (java) R 28174 28176 27544 0 -1 64 22216 304 1 0 177930 32 0 1 25 0 9 0 1990097757 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4126713498 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28179] ppid=28174 vsize=867868 CPUtime=0.06
/proc/28176/task/28179/stat : 28179 (java) S 28174 28176 27544 0 -1 64 3026 304 0 0 5 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28180] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28180/stat : 28180 (java) S 28174 28176 27544 0 -1 64 16 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28181] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28181/stat : 28181 (java) S 28174 28176 27544 0 -1 64 8 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28182] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28182/stat : 28182 (java) S 28174 28176 27544 0 -1 64 1 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28183] ppid=28174 vsize=867868 CPUtime=0.28
/proc/28176/task/28183/stat : 28183 (java) S 28174 28176 27544 0 -1 64 791 304 0 0 27 0 0 1 16 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28184] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28184/stat : 28184 (java) S 28174 28176 27544 0 -1 64 2 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28185] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28185/stat : 28185 (java) S 28174 28176 27544 0 -1 64 20 304 0 0 0 0 0 1 15 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.99
Current children cumulated vsize (KiB) 867868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 2.00 1.99 1.99 4/91 28269
/proc/meminfo: memFree=829856/2055920 swapFree=4179560/4192956
[pid=28176] ppid=28174 vsize=867868 CPUtime=1800.09
/proc/28176/stat : 28176 (java) S 28174 28176 27544 0 -1 0 26891 304 1 0 179974 34 0 1 23 0 9 0 1990097756 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28176/statm: 216967 18352 2637 9 0 211473 0
[pid=28176/tid=28178] ppid=28174 vsize=867868 CPUtime=1799.73
/proc/28176/task/28178/stat : 28178 (java) R 28174 28176 27544 0 -1 64 22216 304 1 0 179940 32 0 1 25 0 9 0 1990097757 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4126710688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28179] ppid=28174 vsize=867868 CPUtime=0.06
/proc/28176/task/28179/stat : 28179 (java) S 28174 28176 27544 0 -1 64 3026 304 0 0 5 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28180] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28180/stat : 28180 (java) S 28174 28176 27544 0 -1 64 16 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28181] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28181/stat : 28181 (java) S 28174 28176 27544 0 -1 64 8 304 0 0 0 0 0 1 16 0 9 0 1990097758 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28176/tid=28182] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28182/stat : 28182 (java) S 28174 28176 27544 0 -1 64 1 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28183] ppid=28174 vsize=867868 CPUtime=0.28
/proc/28176/task/28183/stat : 28183 (java) S 28174 28176 27544 0 -1 64 791 304 0 0 27 0 0 1 16 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28184] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28184/stat : 28184 (java) S 28174 28176 27544 0 -1 64 2 304 0 0 0 0 0 1 25 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28176/tid=28185] ppid=28174 vsize=867868 CPUtime=0.01
/proc/28176/task/28185/stat : 28185 (java) S 28174 28176 27544 0 -1 64 20 304 0 0 0 0 0 1 15 0 9 0 1990097760 888696832 18352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867868

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): 1802.44
CPU time (s): 1800.14
CPU user time (s): 1799.77
CPU system time (s): 0.372943
CPU usage (%): 99.8727
Max. virtual memory (cumulated for all children) (KiB): 870272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.372943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27228
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= 38023
involuntary context switches= 60306

runsolver used 2.15467 second user time and 5.98509 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-03 20:53:47
IDJOB=1057538
IDBENCH=54047
IDSOLVER=364
FILE ID=node8/1057538-1215111227
PBS_JOBID= 7877188
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-39.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-1057538-1215111227/watcher-1057538-1215111227 -o /tmp/evaluation-result-1057538-1215111227/solver-1057538-1215111227 -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-1057538-1215111227.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ea108c2e903c2afc3230667c29a4590
RANDOM SEED=1685352454

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1678248 kB
Buffers:         11204 kB
Cached:         301160 kB
SwapCached:       7032 kB
Active:          51388 kB
Inactive:       272620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678248 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            2332 kB
Writeback:           0 kB
Mapped:          18844 kB
Slab:            38972 kB
Committed_AS:  3239508 kB
PageTables:       1684 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node8 at 2008-07-03 21:23:52