Trace number 1051869

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.07 1815.45

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-34-4.xml
MD5SUMee0954224777e4f5d07f8ddec47421b6
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.57476
Satisfiable
(Un)Satisfiability was proved
Number of variables561
Number of constraints5984
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5984
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-1051869-1215054953.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.47	     nbVariables=561  nbDomainTypes=1  minDomainSize=4  maxDomainSize=4  nbTotalValues=2244
0.38/0.47	       =>  wckTime=0.202  cpuTime=0.14  mem=9M869
0.38/0.47	   
0.38/0.47	   predicates being loaded...
0.48/0.52	   
0.48/0.52	   constraints being loaded...
3.24/3.39	     nbConstraints=6017  nbGlobalConstraints=33  nbConflictsStructures=1  nbSharedConflictsStructures=5983
3.24/3.39	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=5983  minDegree=33
3.24/3.39	     maxDegree=36  minArity=3  avgArity=3.33  maxArity=64  nbGenerators=33  nbFusions=0  symmetryWckTime=0.938
3.24/3.39	     symmetryCpuTime=0.25
3.24/3.39	       =>  wckTime=3.128  cpuTime=2.09  mem=31M113
3.43/3.51	   
3.43/3.52	   solver IterativeSystematicSolver being built... 
3.63/3.73	   
3.63/3.73	   INFO : Forward propagation technique limited 
3.73/3.85	       =>  wckTime=3.587  cpuTime=2.36  mem=24M395
4.13/4.29	   
4.13/4.29	   preprocessing
4.13/4.29	     nbConstraintChecks=14554  nbValidityChecks=4739  nbPropagations=3577  nbRevisions=6171  nbUselessRevisions=3844
4.13/4.29	     nbSingletonTests=635  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
4.13/4.29	     detectedInconsistency=no
4.13/4.29	       =>  wckTime=0.431  cpuTime=0.38  mem=25M390
4.82/4.96	   
4.82/4.96	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=27M379)

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 23130
/proc/meminfo: memFree=1573344/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=10616 CPUtime=0
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 229590281 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 2654 472 209 9 0 1184 0
[pid=23130/tid=23131] ppid=23128 vsize=10616 CPUtime=0
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 229590282 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 10563544 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0896509 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 23130
/proc/meminfo: memFree=1573344/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=865856 CPUtime=0.07
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 3534 0 1 0 5 2 0 0 18 0 9 0 229590281 886636544 3024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 216464 3024 1636 9 0 211026 0
[pid=23130/tid=23131] ppid=23128 vsize=865856 CPUtime=0.05
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 2626 0 1 0 4 1 0 0 20 0 9 0 229590282 886636544 3024 996147200 134512640 134550740 4294955968 18446744073709551615 104455809 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.10266 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 23130
/proc/meminfo: memFree=1573344/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=865884 CPUtime=0.08
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 3682 0 1 0 6 2 0 0 18 0 9 0 229590281 886665216 3157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 216471 3157 1681 9 0 211026 0
[pid=23130/tid=23131] ppid=23128 vsize=865884 CPUtime=0.06
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 2773 0 1 0 5 1 0 0 18 0 9 0 229590282 886665216 3157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302666 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 23130
/proc/meminfo: memFree=1573344/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=866284 CPUtime=0.28
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 5778 0 1 0 24 4 0 0 18 0 9 0 229590281 887074816 5152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 216571 5152 1951 9 0 211099 0
[pid=23130/tid=23131] ppid=23128 vsize=866284 CPUtime=0.23
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 4805 0 1 0 20 3 0 0 18 0 9 0 229590282 887074816 5152 996147200 134512640 134550740 4294955968 18446744073709551615 104252402 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702711 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 23130
/proc/meminfo: memFree=1573344/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=867680 CPUtime=0.68
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 8941 0 1 0 62 6 0 0 18 0 9 0 229590281 888504320 8301 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 216920 8301 2011 9 0 211426 0
[pid=23130/tid=23131] ppid=23128 vsize=867680 CPUtime=0.5
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 7591 0 1 0 46 4 0 0 19 0 9 0 229590282 888504320 8301 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867680

[startup+1.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23139
/proc/meminfo: memFree=1529304/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=867592 CPUtime=1.47
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 18270 0 1 0 132 15 0 0 18 0 9 0 229590281 888414208 17605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 216898 17605 2005 9 0 211426 0
[pid=23130/tid=23131] ppid=23128 vsize=867592 CPUtime=1.19
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 15770 0 1 0 107 12 0 0 25 0 9 0 229590282 888414208 17605 996147200 134512640 134550740 4294955968 18446744073709551615 102887955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23133] ppid=23128 vsize=867592 CPUtime=0.04
/proc/23130/task/23133/stat : 23133 (java) S 23128 23130 19665 0 -1 64 1111 0 0 0 4 0 0 0 16 0 9 0 229590284 888414208 17605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23134] ppid=23128 vsize=867592 CPUtime=0
/proc/23130/task/23134/stat : 23134 (java) S 23128 23130 19665 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 229590284 888414208 17605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23135] ppid=23128 vsize=867592 CPUtime=0
/proc/23130/task/23135/stat : 23135 (java) S 23128 23130 19665 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 229590284 888414208 17605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23136] ppid=23128 vsize=867592 CPUtime=0
/proc/23130/task/23136/stat : 23136 (java) S 23128 23130 19665 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 229590286 888414208 17605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23137] ppid=23128 vsize=867592 CPUtime=0.2
/proc/23130/task/23137/stat : 23137 (java) S 23128 23130 19665 0 -1 64 691 0 0 0 19 1 0 0 16 0 9 0 229590286 888414208 17605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23138] ppid=23128 vsize=867592 CPUtime=0
/proc/23130/task/23138/stat : 23138 (java) S 23128 23130 19665 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 229590286 888414208 17605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23139] ppid=23128 vsize=867592 CPUtime=0
/proc/23130/task/23139/stat : 23139 (java) S 23128 23130 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 229590286 888414208 17605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867592

[startup+3.10196 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23139
/proc/meminfo: memFree=1510232/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=867916 CPUtime=2.56
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 22038 0 1 0 218 38 0 0 18 0 10 0 229590281 888745984 19887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 216979 19887 2010 9 0 211507 0
[pid=23130/tid=23131] ppid=23128 vsize=867916 CPUtime=2.17
/proc/23130/task/23131/stat : 23131 (java) S 23128 23130 19665 0 -1 64 17168 0 1 0 183 34 0 0 15 0 10 0 229590282 888745984 19887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=23130/tid=23133] ppid=23128 vsize=867916 CPUtime=0.12
/proc/23130/task/23133/stat : 23133 (java) S 23128 23130 19665 0 -1 64 3341 0 0 0 11 1 0 0 17 0 10 0 229590284 888745984 19887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23134] ppid=23128 vsize=867916 CPUtime=0
/proc/23130/task/23134/stat : 23134 (java) S 23128 23130 19665 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 229590284 888745984 19887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23135] ppid=23128 vsize=867916 CPUtime=0
/proc/23130/task/23135/stat : 23135 (java) S 23128 23130 19665 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 229590284 888745984 19887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23136] ppid=23128 vsize=867916 CPUtime=0
/proc/23130/task/23136/stat : 23136 (java) S 23128 23130 19665 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 229590286 888745984 19887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23137] ppid=23128 vsize=867916 CPUtime=0.24
/proc/23130/task/23137/stat : 23137 (java) S 23128 23130 19665 0 -1 64 759 0 0 0 23 1 0 0 15 0 10 0 229590286 888745984 19887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23138] ppid=23128 vsize=867916 CPUtime=0
/proc/23130/task/23138/stat : 23138 (java) S 23128 23130 19665 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 229590286 888745984 19887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23139] ppid=23128 vsize=867916 CPUtime=0
/proc/23130/task/23139/stat : 23139 (java) S 23128 23130 19665 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 229590286 888745984 19887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 867916

[startup+6.3023 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23143
/proc/meminfo: memFree=1493840/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=869136 CPUtime=6.21
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 41368 1102 1 0 514 45 61 1 18 0 9 0 229590281 889995264 22284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 217284 22284 2637 9 0 211790 0
[pid=23130/tid=23131] ppid=23128 vsize=869136 CPUtime=5.48
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 29799 1102 1 0 448 38 61 1 25 0 9 0 229590282 889995264 22284 996147200 134512640 134550740 4294955968 18446744073709551615 4127237558 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23133] ppid=23128 vsize=869136 CPUtime=0.89
/proc/23130/task/23133/stat : 23133 (java) S 23128 23130 19665 0 -1 64 9636 1102 0 0 24 3 61 1 17 0 9 0 229590284 889995264 22284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23134] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23134/stat : 23134 (java) S 23128 23130 19665 0 -1 64 19 1102 0 0 0 0 61 1 16 0 9 0 229590284 889995264 22284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23135] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23135/stat : 23135 (java) S 23128 23130 19665 0 -1 64 10 1102 0 0 0 0 61 1 15 0 9 0 229590284 889995264 22284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23136] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23136/stat : 23136 (java) S 23128 23130 19665 0 -1 64 0 1102 0 0 0 0 61 1 18 0 9 0 229590286 889995264 22284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23137] ppid=23128 vsize=869136 CPUtime=1.04
/proc/23130/task/23137/stat : 23137 (java) S 23128 23130 19665 0 -1 64 1070 1102 0 0 41 1 61 1 15 0 9 0 229590286 889995264 22284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23138] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23138/stat : 23138 (java) S 23128 23130 19665 0 -1 64 2 1102 0 0 0 0 61 1 19 0 9 0 229590286 889995264 22284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23139] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23139/stat : 23139 (java) S 23128 23130 19665 0 -1 64 35 1102 0 0 0 0 61 1 15 0 9 0 229590286 889995264 22284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 869136

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23143
/proc/meminfo: memFree=1493648/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=869136 CPUtime=12.55
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 41371 1102 1 0 1148 45 61 1 18 0 9 0 229590281 889995264 22286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 217284 22286 2637 9 0 211790 0
[pid=23130/tid=23131] ppid=23128 vsize=869136 CPUtime=11.82
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 29800 1102 1 0 1082 38 61 1 25 0 9 0 229590282 889995264 22286 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23133] ppid=23128 vsize=869136 CPUtime=0.89
/proc/23130/task/23133/stat : 23133 (java) S 23128 23130 19665 0 -1 64 9636 1102 0 0 24 3 61 1 16 0 9 0 229590284 889995264 22286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23134] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23134/stat : 23134 (java) S 23128 23130 19665 0 -1 64 19 1102 0 0 0 0 61 1 16 0 9 0 229590284 889995264 22286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23135] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23135/stat : 23135 (java) S 23128 23130 19665 0 -1 64 10 1102 0 0 0 0 61 1 15 0 9 0 229590284 889995264 22286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23136] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23136/stat : 23136 (java) S 23128 23130 19665 0 -1 64 0 1102 0 0 0 0 61 1 18 0 9 0 229590286 889995264 22286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23137] ppid=23128 vsize=869136 CPUtime=1.04
/proc/23130/task/23137/stat : 23137 (java) S 23128 23130 19665 0 -1 64 1072 1102 0 0 41 1 61 1 16 0 9 0 229590286 889995264 22286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23138] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23138/stat : 23138 (java) S 23128 23130 19665 0 -1 64 2 1102 0 0 0 0 61 1 19 0 9 0 229590286 889995264 22286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23139] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23139/stat : 23139 (java) S 23128 23130 19665 0 -1 64 35 1102 0 0 0 0 61 1 15 0 9 0 229590286 889995264 22286 996147200 134512640 134550740 4294955968 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) 869136

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23143
/proc/meminfo: memFree=1493776/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=869136 CPUtime=25.22
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 41373 1102 1 0 2415 45 61 1 18 0 9 0 229590281 889995264 22287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 217284 22287 2637 9 0 211790 0
[pid=23130/tid=23131] ppid=23128 vsize=869136 CPUtime=24.49
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 29801 1102 1 0 2349 38 61 1 25 0 9 0 229590282 889995264 22287 996147200 134512640 134550740 4294955968 18446744073709551615 4127215363 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23133] ppid=23128 vsize=869136 CPUtime=0.89
/proc/23130/task/23133/stat : 23133 (java) S 23128 23130 19665 0 -1 64 9636 1102 0 0 24 3 61 1 16 0 9 0 229590284 889995264 22287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23134] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23134/stat : 23134 (java) S 23128 23130 19665 0 -1 64 19 1102 0 0 0 0 61 1 16 0 9 0 229590284 889995264 22287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23135] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23135/stat : 23135 (java) S 23128 23130 19665 0 -1 64 10 1102 0 0 0 0 61 1 15 0 9 0 229590284 889995264 22287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23136] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23136/stat : 23136 (java) S 23128 23130 19665 0 -1 64 0 1102 0 0 0 0 61 1 18 0 9 0 229590286 889995264 22287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23137] ppid=23128 vsize=869136 CPUtime=1.04
/proc/23130/task/23137/stat : 23137 (java) S 23128 23130 19665 0 -1 64 1073 1102 0 0 41 1 61 1 15 0 9 0 229590286 889995264 22287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23138] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23138/stat : 23138 (java) S 23128 23130 19665 0 -1 64 2 1102 0 0 0 0 61 1 19 0 9 0 229590286 889995264 22287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23139] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23139/stat : 23139 (java) S 23128 23130 19665 0 -1 64 35 1102 0 0 0 0 61 1 15 0 9 0 229590286 889995264 22287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 869136

[startup+51.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23143
/proc/meminfo: memFree=1493776/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=869136 CPUtime=50.58
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 41382 1102 1 0 4951 45 61 1 18 0 9 0 229590281 889995264 22296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 217284 22296 2637 9 0 211790 0
[pid=23130/tid=23131] ppid=23128 vsize=869136 CPUtime=49.85
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 29801 1102 1 0 4885 38 61 1 25 0 9 0 229590282 889995264 22296 996147200 134512640 134550740 4294955968 18446744073709551615 4127297303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23133] ppid=23128 vsize=869136 CPUtime=0.89

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

/proc/23130/task/23135/stat : 23135 (java) S 23128 23130 19665 0 -1 64 10 1102 0 0 0 0 61 1 15 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23136] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23136/stat : 23136 (java) S 23128 23130 19665 0 -1 64 0 1102 0 0 0 0 61 1 18 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23137] ppid=23128 vsize=869136 CPUtime=1.05
/proc/23130/task/23137/stat : 23137 (java) S 23128 23130 19665 0 -1 64 1083 1102 0 0 42 1 61 1 16 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23138] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23138/stat : 23138 (java) S 23128 23130 19665 0 -1 64 2 1102 0 0 0 0 61 1 19 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23139] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23139/stat : 23139 (java) S 23128 23130 19665 0 -1 64 35 1102 0 0 0 0 61 1 15 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.38
Current children cumulated vsize (KiB) 869136

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23145
/proc/meminfo: memFree=1493008/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=869136 CPUtime=1527.81
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 41384 1102 1 0 152674 45 61 1 18 0 9 0 229590281 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 217284 22297 2637 9 0 211790 0
[pid=23130/tid=23131] ppid=23128 vsize=869136 CPUtime=1527.07
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 29802 1102 1 0 152607 38 61 1 25 0 9 0 229590282 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23133] ppid=23128 vsize=869136 CPUtime=0.89
/proc/23130/task/23133/stat : 23133 (java) S 23128 23130 19665 0 -1 64 9636 1102 0 0 24 3 61 1 16 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23134] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23134/stat : 23134 (java) S 23128 23130 19665 0 -1 64 19 1102 0 0 0 0 61 1 16 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23135] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23135/stat : 23135 (java) S 23128 23130 19665 0 -1 64 10 1102 0 0 0 0 61 1 15 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23136] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23136/stat : 23136 (java) S 23128 23130 19665 0 -1 64 0 1102 0 0 0 0 61 1 18 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23137] ppid=23128 vsize=869136 CPUtime=1.05
/proc/23130/task/23137/stat : 23137 (java) S 23128 23130 19665 0 -1 64 1083 1102 0 0 42 1 61 1 16 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23138] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23138/stat : 23138 (java) S 23128 23130 19665 0 -1 64 2 1102 0 0 0 0 61 1 19 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23139] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23139/stat : 23139 (java) S 23128 23130 19665 0 -1 64 35 1102 0 0 0 0 61 1 15 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.81
Current children cumulated vsize (KiB) 869136

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23145
/proc/meminfo: memFree=1492944/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=869136 CPUtime=1587.25
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 41384 1102 1 0 158618 45 61 1 18 0 9 0 229590281 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 217284 22297 2637 9 0 211790 0
[pid=23130/tid=23131] ppid=23128 vsize=869136 CPUtime=1586.52
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 29802 1102 1 0 158552 38 61 1 25 0 9 0 229590282 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4127262539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23133] ppid=23128 vsize=869136 CPUtime=0.89
/proc/23130/task/23133/stat : 23133 (java) S 23128 23130 19665 0 -1 64 9636 1102 0 0 24 3 61 1 16 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23134] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23134/stat : 23134 (java) S 23128 23130 19665 0 -1 64 19 1102 0 0 0 0 61 1 16 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23135] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23135/stat : 23135 (java) S 23128 23130 19665 0 -1 64 10 1102 0 0 0 0 61 1 15 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23136] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23136/stat : 23136 (java) S 23128 23130 19665 0 -1 64 0 1102 0 0 0 0 61 1 18 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23137] ppid=23128 vsize=869136 CPUtime=1.05
/proc/23130/task/23137/stat : 23137 (java) S 23128 23130 19665 0 -1 64 1083 1102 0 0 42 1 61 1 16 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23138] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23138/stat : 23138 (java) S 23128 23130 19665 0 -1 64 2 1102 0 0 0 0 61 1 19 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23139] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23139/stat : 23139 (java) S 23128 23130 19665 0 -1 64 35 1102 0 0 0 0 61 1 15 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.25
Current children cumulated vsize (KiB) 869136

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 5/92 23196
/proc/meminfo: memFree=1114576/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=869136 CPUtime=1646.96
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 41384 1102 1 0 164587 47 61 1 18 0 9 0 229590281 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 217284 22297 2637 9 0 211790 0
[pid=23130/tid=23131] ppid=23128 vsize=869136 CPUtime=1646.23
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 29802 1102 1 0 164521 40 61 1 25 0 9 0 229590282 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4127247219 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23130/tid=23133] ppid=23128 vsize=869136 CPUtime=0.89
/proc/23130/task/23133/stat : 23133 (java) S 23128 23130 19665 0 -1 64 9636 1102 0 0 24 3 61 1 16 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23134] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23134/stat : 23134 (java) S 23128 23130 19665 0 -1 64 19 1102 0 0 0 0 61 1 16 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23135] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23135/stat : 23135 (java) S 23128 23130 19665 0 -1 64 10 1102 0 0 0 0 61 1 15 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23136] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23136/stat : 23136 (java) S 23128 23130 19665 0 -1 64 0 1102 0 0 0 0 61 1 18 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23137] ppid=23128 vsize=869136 CPUtime=1.05
/proc/23130/task/23137/stat : 23137 (java) S 23128 23130 19665 0 -1 64 1083 1102 0 0 42 1 61 1 16 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23138] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23138/stat : 23138 (java) S 23128 23130 19665 0 -1 64 2 1102 0 0 0 0 61 1 19 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23139] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23139/stat : 23139 (java) S 23128 23130 19665 0 -1 64 35 1102 0 0 0 0 61 1 15 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.96
Current children cumulated vsize (KiB) 869136

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 23196
/proc/meminfo: memFree=950992/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=869136 CPUtime=1706.94
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 41384 1102 1 0 170585 47 61 1 18 0 9 0 229590281 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 217284 22297 2637 9 0 211790 0
[pid=23130/tid=23131] ppid=23128 vsize=869136 CPUtime=1706.2
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 29802 1102 1 0 170518 40 61 1 25 0 9 0 229590282 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4127210930 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23130/tid=23133] ppid=23128 vsize=869136 CPUtime=0.89
/proc/23130/task/23133/stat : 23133 (java) S 23128 23130 19665 0 -1 64 9636 1102 0 0 24 3 61 1 16 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23134] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23134/stat : 23134 (java) S 23128 23130 19665 0 -1 64 19 1102 0 0 0 0 61 1 16 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23135] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23135/stat : 23135 (java) S 23128 23130 19665 0 -1 64 10 1102 0 0 0 0 61 1 15 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23136] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23136/stat : 23136 (java) S 23128 23130 19665 0 -1 64 0 1102 0 0 0 0 61 1 18 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23137] ppid=23128 vsize=869136 CPUtime=1.05
/proc/23130/task/23137/stat : 23137 (java) S 23128 23130 19665 0 -1 64 1083 1102 0 0 42 1 61 1 16 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23138] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23138/stat : 23138 (java) S 23128 23130 19665 0 -1 64 2 1102 0 0 0 0 61 1 19 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23139] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23139/stat : 23139 (java) S 23128 23130 19665 0 -1 64 35 1102 0 0 0 0 61 1 15 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.94
Current children cumulated vsize (KiB) 869136

[startup+1782.3 s]
/proc/loadavg: 1.97 1.99 1.99 3/90 23270
/proc/meminfo: memFree=1599840/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=869136 CPUtime=1766.91
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 41384 1102 1 0 176580 49 61 1 18 0 9 0 229590281 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 217284 22297 2637 9 0 211790 0
[pid=23130/tid=23131] ppid=23128 vsize=869136 CPUtime=1766.17
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 29802 1102 1 0 176513 42 61 1 25 0 9 0 229590282 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4127213276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23130/tid=23133] ppid=23128 vsize=869136 CPUtime=0.89
/proc/23130/task/23133/stat : 23133 (java) S 23128 23130 19665 0 -1 64 9636 1102 0 0 24 3 61 1 16 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23134] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23134/stat : 23134 (java) S 23128 23130 19665 0 -1 64 19 1102 0 0 0 0 61 1 16 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23135] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23135/stat : 23135 (java) S 23128 23130 19665 0 -1 64 10 1102 0 0 0 0 61 1 15 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23136] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23136/stat : 23136 (java) S 23128 23130 19665 0 -1 64 0 1102 0 0 0 0 61 1 18 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23137] ppid=23128 vsize=869136 CPUtime=1.05
/proc/23130/task/23137/stat : 23137 (java) S 23128 23130 19665 0 -1 64 1083 1102 0 0 42 1 61 1 16 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23138] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23138/stat : 23138 (java) S 23128 23130 19665 0 -1 64 2 1102 0 0 0 0 61 1 19 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23139] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23139/stat : 23139 (java) S 23128 23130 19665 0 -1 64 35 1102 0 0 0 0 61 1 15 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.91
Current children cumulated vsize (KiB) 869136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.4 s]
/proc/loadavg: 1.98 1.99 1.99 3/90 23270
/proc/meminfo: memFree=1599968/2055912 swapFree=4178528/4192956
[pid=23130] ppid=23128 vsize=869136 CPUtime=1800
/proc/23130/stat : 23130 (java) S 23128 23130 19665 0 -1 0 41384 1102 1 0 179889 49 61 1 18 0 9 0 229590281 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23130/statm: 217284 22297 2637 9 0 211790 0
[pid=23130/tid=23131] ppid=23128 vsize=869136 CPUtime=1799.27
/proc/23130/task/23131/stat : 23131 (java) R 23128 23130 19665 0 -1 64 29802 1102 1 0 179823 42 61 1 25 0 9 0 229590282 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4127216742 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23130/tid=23133] ppid=23128 vsize=869136 CPUtime=0.89
/proc/23130/task/23133/stat : 23133 (java) S 23128 23130 19665 0 -1 64 9636 1102 0 0 24 3 61 1 16 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23134] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23134/stat : 23134 (java) S 23128 23130 19665 0 -1 64 19 1102 0 0 0 0 61 1 16 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23135] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23135/stat : 23135 (java) S 23128 23130 19665 0 -1 64 10 1102 0 0 0 0 61 1 15 0 9 0 229590284 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23136] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23136/stat : 23136 (java) S 23128 23130 19665 0 -1 64 0 1102 0 0 0 0 61 1 18 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23137] ppid=23128 vsize=869136 CPUtime=1.05
/proc/23130/task/23137/stat : 23137 (java) S 23128 23130 19665 0 -1 64 1083 1102 0 0 42 1 61 1 16 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23138] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23138/stat : 23138 (java) S 23128 23130 19665 0 -1 64 2 1102 0 0 0 0 61 1 19 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23130/tid=23139] ppid=23128 vsize=869136 CPUtime=0.62
/proc/23130/task/23139/stat : 23139 (java) S 23128 23130 19665 0 -1 64 35 1102 0 0 0 0 61 1 15 0 9 0 229590286 889995264 22297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 869136

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): 1815.45
CPU time (s): 1800.07
CPU user time (s): 1799.54
CPU system time (s): 0.526919
CPU usage (%): 99.1527
Max. virtual memory (cumulated for all children) (KiB): 873260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.526919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42517
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= 38798
involuntary context switches= 80195

runsolver used 2.35764 second user time and 5.9171 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-03 05:15:53
IDJOB=1051869
IDBENCH=55954
IDSOLVER=364
FILE ID=node78/1051869-1215054953
PBS_JOBID= 7875022
Free space on /tmp= 126856 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ee0954224777e4f5d07f8ddec47421b6
RANDOM SEED=794754005

node78.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.247
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.247
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:      2055912 kB
MemFree:       1573760 kB
Buffers:         45672 kB
Cached:         176240 kB
SwapCached:       7588 kB
Active:         338156 kB
Inactive:        87240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1573760 kB
SwapTotal:     4192956 kB
SwapFree:      4178528 kB
Dirty:            2912 kB
Writeback:           0 kB
Mapped:         220240 kB
Slab:            41592 kB
Committed_AS:   856464 kB
PageTables:       2032 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= 126848 MiB
End job on node78 at 2008-07-03 05:46:10