Trace number 1076499

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.13 1808.28

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg8-11_ext.xml
MD5SUM6156340813783c268b56280fd8ae95c0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints19
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.27/0.31	   
0.27/0.31	   instance
0.27/0.31	     name=HOME/instance-1076499-1215187803.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.27/0.39	     nbVariables=88  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=2288
0.27/0.39	       =>  wckTime=0.15  cpuTime=0.11  mem=7M919
0.27/0.39	   
0.27/0.39	   relations being loaded...
0.87/0.96	   
0.87/0.96	   constraints being loaded...
1.08/1.11	   Too large in ConstraintConflictsSTructure
1.08/1.19	   Too large in ConstraintConflictsSTructure
1.17/1.26	     nbConstraints=19  nbRelationTypes=2  nbGlobalConstraints=19  nbExtensionStructures=2
1.17/1.26	     nbSharedExtensionStructures=17  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
1.17/1.26	     maxDegree=2  minArity=8  avgArity=9.26  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.063
1.17/1.26	     symmetryCpuTime=0.02
1.17/1.26	       =>  wckTime=1.025  cpuTime=0.84  mem=40M162
1.25/1.38	   
1.25/1.38	   solver IterativeSystematicSolver being built... 
1.35/1.44	   
1.35/1.44	   INFO : Forward propagation technique limited 
1.46/1.51	       =>  wckTime=1.275  cpuTime=0.97  mem=40M59
3.66/3.70	   
3.66/3.70	   preprocessing
3.66/3.70	     nbConstraintChecks=0  nbValidityChecks=22556017  nbPropagations=1613  nbRevisions=0  nbUselessRevisions=0
3.66/3.70	     nbSingletonTests=99  nbEffectiveSingletonTests=0  nbACRemovals=44  nbFoundSingletons=0  nbRemovedValues=44
3.66/3.70	     detectedInconsistency=no
3.66/3.70	       =>  wckTime=2.188  cpuTime=2.15  mem=40M910
13.56/13.65	   
13.56/13.65	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=41M770)

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-1076499-1215187803/watcher-1076499-1215187803 -o /tmp/evaluation-result-1076499-1215187803/solver-1076499-1215187803 -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-1076499-1215187803.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

[startup+0 s]
/proc/loadavg: 2.12 2.11 2.02 4/74 27127
/proc/meminfo: memFree=1534672/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=18572 CPUtime=0
/proc/27127/stat : 27127 (runsolver) R 27125 25228 25228 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 251768233 19017728 290 996147200 4194304 4296836 548682068304 18446744073709551615 269804926698 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27127/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.033805 s]
/proc/loadavg: 2.12 2.11 2.02 4/74 27127
/proc/meminfo: memFree=1534672/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=861228 CPUtime=0.01
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 1710 0 1 0 0 1 0 0 18 0 3 0 251768233 881897472 1407 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 215307 1407 563 9 0 210286 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861228

[startup+0.102289 s]
/proc/loadavg: 2.12 2.11 2.02 4/74 27127
/proc/meminfo: memFree=1534672/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=865884 CPUtime=0.08
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 3691 0 1 0 6 2 0 0 18 0 9 0 251768233 886665216 3163 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 216471 3163 1678 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301313 s]
/proc/loadavg: 2.12 2.11 2.02 4/74 27127
/proc/meminfo: memFree=1534672/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=866196 CPUtime=0.27
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 5624 0 1 0 23 4 0 0 18 0 9 0 251768233 886984704 5038 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 216549 5038 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.701361 s]
/proc/loadavg: 2.12 2.11 2.02 4/74 27127
/proc/meminfo: memFree=1534672/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=866408 CPUtime=0.68
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 12430 0 1 0 59 9 0 0 18 0 9 0 251768233 887201792 11800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 216602 11800 1969 9 0 211130 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866408

[startup+1.50245 s]
/proc/loadavg: 2.12 2.11 2.02 3/83 27136
/proc/meminfo: memFree=1465416/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=868300 CPUtime=1.46
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 32310 147 1 0 129 17 0 0 18 0 10 0 251768233 889139200 23833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 217075 23833 2631 9 0 211581 0
[pid=27127/tid=27129] ppid=27125 vsize=868300 CPUtime=1.16
/proc/27127/task/27129/stat : 27129 (java) R 27125 27127 25228 0 -1 64 19236 147 1 0 105 11 0 0 16 0 10 0 251768235 889139200 23833 996147200 134512640 134550740 4294955936 18446744073709551615 102715028 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27130] ppid=27125 vsize=868300 CPUtime=0.15
/proc/27127/task/27130/stat : 27130 (java) S 27125 27127 25228 0 -1 64 11725 147 0 0 11 4 0 0 16 0 10 0 251768236 889139200 23833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27131] ppid=27125 vsize=868300 CPUtime=0
/proc/27127/task/27131/stat : 27131 (java) S 27125 27127 25228 0 -1 64 17 147 0 0 0 0 0 0 15 0 10 0 251768237 889139200 23833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27132] ppid=27125 vsize=868300 CPUtime=0
/proc/27127/task/27132/stat : 27132 (java) S 27125 27127 25228 0 -1 64 9 147 0 0 0 0 0 0 15 0 10 0 251768237 889139200 23833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27133] ppid=27125 vsize=868300 CPUtime=0
/proc/27127/task/27133/stat : 27133 (java) S 27125 27127 25228 0 -1 64 1 147 0 0 0 0 0 0 18 0 10 0 251768239 889139200 23833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27134] ppid=27125 vsize=868300 CPUtime=0.12
/proc/27127/task/27134/stat : 27134 (java) S 27125 27127 25228 0 -1 64 512 147 0 0 12 0 0 0 16 0 10 0 251768239 889139200 23833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27135] ppid=27125 vsize=868300 CPUtime=0
/proc/27127/task/27135/stat : 27135 (java) S 27125 27127 25228 0 -1 64 1 147 0 0 0 0 0 0 19 0 10 0 251768239 889139200 23833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27136] ppid=27125 vsize=868300 CPUtime=0
/proc/27127/task/27136/stat : 27136 (java) S 27125 27127 25228 0 -1 64 2 147 0 0 0 0 0 0 15 0 10 0 251768239 889139200 23833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868300

[startup+3.10261 s]
/proc/loadavg: 2.12 2.11 2.02 3/83 27140
/proc/meminfo: memFree=1449032/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=868300 CPUtime=3.06
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 32612 270 1 0 288 17 0 1 18 0 9 0 251768233 889139200 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 217075 23871 2634 9 0 211581 0
[pid=27127/tid=27129] ppid=27125 vsize=868300 CPUtime=2.73
/proc/27127/task/27129/stat : 27129 (java) R 27125 27127 25228 0 -1 64 19514 270 1 0 261 11 0 1 25 0 9 0 251768235 889139200 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4126776706 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27130] ppid=27125 vsize=868300 CPUtime=0.16
/proc/27127/task/27130/stat : 27130 (java) S 27125 27127 25228 0 -1 64 11726 270 0 0 11 4 0 1 17 0 9 0 251768236 889139200 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27131] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27131/stat : 27131 (java) S 27125 27127 25228 0 -1 64 17 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27132] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27132/stat : 27132 (java) S 27125 27127 25228 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27133] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27133/stat : 27133 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 251768239 889139200 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27134] ppid=27125 vsize=868300 CPUtime=0.16
/proc/27127/task/27134/stat : 27134 (java) S 27125 27127 25228 0 -1 64 535 270 0 0 15 0 0 1 16 0 9 0 251768239 889139200 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27135] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27135/stat : 27135 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 19 0 9 0 251768239 889139200 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27136] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27136/stat : 27136 (java) S 27125 27127 25228 0 -1 64 2 270 0 0 0 0 0 1 15 0 9 0 251768239 889139200 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868300

[startup+6.30196 s]
/proc/loadavg: 2.11 2.11 2.02 3/83 27140
/proc/meminfo: memFree=1448776/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=868300 CPUtime=6.27
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 32892 270 1 0 608 18 0 1 18 0 9 0 251768233 889139200 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 217075 23888 2634 9 0 211581 0
[pid=27127/tid=27129] ppid=27125 vsize=868300 CPUtime=5.91
/proc/27127/task/27129/stat : 27129 (java) R 27125 27127 25228 0 -1 64 19778 270 1 0 579 11 0 1 17 0 9 0 251768235 889139200 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4126766161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27130] ppid=27125 vsize=868300 CPUtime=0.16
/proc/27127/task/27130/stat : 27130 (java) S 27125 27127 25228 0 -1 64 11726 270 0 0 11 4 0 1 16 0 9 0 251768236 889139200 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27131] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27131/stat : 27131 (java) S 27125 27127 25228 0 -1 64 17 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27132] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27132/stat : 27132 (java) S 27125 27127 25228 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27133] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27133/stat : 27133 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 251768239 889139200 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27134] ppid=27125 vsize=868300 CPUtime=0.18
/proc/27127/task/27134/stat : 27134 (java) S 27125 27127 25228 0 -1 64 551 270 0 0 17 0 0 1 16 0 9 0 251768239 889139200 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27135] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27135/stat : 27135 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 19 0 9 0 251768239 889139200 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27136] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27136/stat : 27136 (java) S 27125 27127 25228 0 -1 64 2 270 0 0 0 0 0 1 15 0 9 0 251768239 889139200 23888 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 868300

[startup+12.7026 s]
/proc/loadavg: 2.10 2.10 2.02 3/83 27140
/proc/meminfo: memFree=1448584/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=868300 CPUtime=12.66
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 32921 270 1 0 1247 18 0 1 18 0 9 0 251768233 889139200 23895 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 217075 23895 2634 9 0 211581 0
[pid=27127/tid=27129] ppid=27125 vsize=868300 CPUtime=12.29
/proc/27127/task/27129/stat : 27129 (java) R 27125 27127 25228 0 -1 64 19799 270 1 0 1217 11 0 1 20 0 9 0 251768235 889139200 23895 996147200 134512640 134550740 4294955936 18446744073709551615 4126776706 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27130] ppid=27125 vsize=868300 CPUtime=0.16
/proc/27127/task/27130/stat : 27130 (java) S 27125 27127 25228 0 -1 64 11726 270 0 0 11 4 0 1 16 0 9 0 251768236 889139200 23895 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27131] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27131/stat : 27131 (java) S 27125 27127 25228 0 -1 64 17 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23895 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27132] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27132/stat : 27132 (java) S 27125 27127 25228 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23895 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27133] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27133/stat : 27133 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 251768239 889139200 23895 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27134] ppid=27125 vsize=868300 CPUtime=0.19
/proc/27127/task/27134/stat : 27134 (java) S 27125 27127 25228 0 -1 64 559 270 0 0 18 0 0 1 16 0 9 0 251768239 889139200 23895 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27135] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27135/stat : 27135 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 19 0 9 0 251768239 889139200 23895 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27136] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27136/stat : 27136 (java) S 27125 27127 25228 0 -1 64 2 270 0 0 0 0 0 1 15 0 9 0 251768239 889139200 23895 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 868300

[startup+25.502 s]
/proc/loadavg: 2.08 2.10 2.02 3/83 27140
/proc/meminfo: memFree=1448648/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=868300 CPUtime=25.45
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 32930 270 1 0 2526 18 0 1 18 0 9 0 251768233 889139200 23896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 217075 23896 2634 9 0 211581 0
[pid=27127/tid=27129] ppid=27125 vsize=868300 CPUtime=25.08
/proc/27127/task/27129/stat : 27129 (java) R 27125 27127 25228 0 -1 64 19806 270 1 0 2496 11 0 1 25 0 9 0 251768235 889139200 23896 996147200 134512640 134550740 4294955936 18446744073709551615 4126776553 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27130] ppid=27125 vsize=868300 CPUtime=0.16
/proc/27127/task/27130/stat : 27130 (java) S 27125 27127 25228 0 -1 64 11726 270 0 0 11 4 0 1 16 0 9 0 251768236 889139200 23896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27131] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27131/stat : 27131 (java) S 27125 27127 25228 0 -1 64 17 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27132] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27132/stat : 27132 (java) S 27125 27127 25228 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27133] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27133/stat : 27133 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 251768239 889139200 23896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27134] ppid=27125 vsize=868300 CPUtime=0.2
/proc/27127/task/27134/stat : 27134 (java) S 27125 27127 25228 0 -1 64 561 270 0 0 19 0 0 1 15 0 9 0 251768239 889139200 23896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27135] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27135/stat : 27135 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 19 0 9 0 251768239 889139200 23896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27136] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27136/stat : 27136 (java) S 27125 27127 25228 0 -1 64 2 270 0 0 0 0 0 1 15 0 9 0 251768239 889139200 23896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 868300

[startup+51.1018 s]
/proc/loadavg: 2.05 2.09 2.02 3/83 27140
/proc/meminfo: memFree=1448584/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=868300 CPUtime=51.04
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 32959 270 1 0 5085 18 0 1 18 0 9 0 251768233 889139200 23907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 217075 23907 2634 9 0 211581 0
[pid=27127/tid=27129] ppid=27125 vsize=868300 CPUtime=50.65
/proc/27127/task/27129/stat : 27129 (java) R 27125 27127 25228 0 -1 64 19818 270 1 0 5052 12 0 1 22 0 9 0 251768235 889139200 23907 996147200 134512640 134550740 4294955936 18446744073709551615 4126776523 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27130] ppid=27125 vsize=868300 CPUtime=0.16
/proc/27127/task/27130/stat : 27130 (java) S 27125 27127 25228 0 -1 64 11726 270 0 0 11 4 0 1 16 0 9 0 251768236 889139200 23907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27131] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27131/stat : 27131 (java) S 27125 27127 25228 0 -1 64 17 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27132] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27132/stat : 27132 (java) S 27125 27127 25228 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27133] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27133/stat : 27133 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 251768239 889139200 23907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27134] ppid=27125 vsize=868300 CPUtime=0.23
/proc/27127/task/27134/stat : 27134 (java) S 27125 27127 25228 0 -1 64 578 270 0 0 22 0 0 1 16 0 9 0 251768239 889139200 23907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27135] ppid=27125 vsize=868300 CPUtime=0.01

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

/proc/27127/task/27132/stat : 27132 (java) S 27125 27127 25228 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27133] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27133/stat : 27133 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27134] ppid=27125 vsize=868300 CPUtime=0.24
/proc/27127/task/27134/stat : 27134 (java) S 27125 27127 25228 0 -1 64 591 270 0 0 23 0 0 1 16 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27135] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27135/stat : 27135 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 19 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27136] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27136/stat : 27136 (java) S 27125 27127 25228 0 -1 64 2 270 0 0 0 0 0 1 15 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.76
Current children cumulated vsize (KiB) 868300

[startup+1542.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/92 27253
/proc/meminfo: memFree=1135168/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=868300 CPUtime=1535.46
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 33602 270 1 0 153515 30 0 1 18 0 9 0 251768233 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 217075 23915 2634 9 0 211581 0
[pid=27127/tid=27129] ppid=27125 vsize=868300 CPUtime=1535.05
/proc/27127/task/27129/stat : 27129 (java) R 27125 27127 25228 0 -1 64 20448 270 1 0 153480 24 0 1 25 0 9 0 251768235 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4126776706 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27130] ppid=27125 vsize=868300 CPUtime=0.16
/proc/27127/task/27130/stat : 27130 (java) S 27125 27127 25228 0 -1 64 11726 270 0 0 11 4 0 1 16 0 9 0 251768236 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27131] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27131/stat : 27131 (java) S 27125 27127 25228 0 -1 64 17 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27132] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27132/stat : 27132 (java) S 27125 27127 25228 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27133] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27133/stat : 27133 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27134] ppid=27125 vsize=868300 CPUtime=0.24
/proc/27127/task/27134/stat : 27134 (java) S 27125 27127 25228 0 -1 64 591 270 0 0 23 0 0 1 16 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27135] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27135/stat : 27135 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 19 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27136] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27136/stat : 27136 (java) S 27125 27127 25228 0 -1 64 2 270 0 0 0 0 0 1 15 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.46
Current children cumulated vsize (KiB) 868300

[startup+1602.3 s]
/proc/loadavg: 2.18 2.07 2.02 3/92 27253
/proc/meminfo: memFree=1127488/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=868300 CPUtime=1595.17
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 33625 270 1 0 159485 31 0 1 18 0 9 0 251768233 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 217075 23915 2634 9 0 211581 0
[pid=27127/tid=27129] ppid=27125 vsize=868300 CPUtime=1594.74
/proc/27127/task/27129/stat : 27129 (java) R 27125 27127 25228 0 -1 64 20471 270 1 0 159449 24 0 1 25 0 9 0 251768235 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4126776706 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27130] ppid=27125 vsize=868300 CPUtime=0.16
/proc/27127/task/27130/stat : 27130 (java) S 27125 27127 25228 0 -1 64 11726 270 0 0 11 4 0 1 16 0 9 0 251768236 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27131] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27131/stat : 27131 (java) S 27125 27127 25228 0 -1 64 17 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27132] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27132/stat : 27132 (java) S 27125 27127 25228 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27133] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27133/stat : 27133 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27134] ppid=27125 vsize=868300 CPUtime=0.24
/proc/27127/task/27134/stat : 27134 (java) S 27125 27127 25228 0 -1 64 591 270 0 0 23 0 0 1 16 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27135] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27135/stat : 27135 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 19 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27136] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27136/stat : 27136 (java) S 27125 27127 25228 0 -1 64 2 270 0 0 0 0 0 1 15 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.17
Current children cumulated vsize (KiB) 868300

[startup+1662.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/92 27253
/proc/meminfo: memFree=1120256/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=868300 CPUtime=1654.87
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 33659 270 1 0 165455 31 0 1 18 0 9 0 251768233 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 217075 23915 2634 9 0 211581 0
[pid=27127/tid=27129] ppid=27125 vsize=868300 CPUtime=1654.45
/proc/27127/task/27129/stat : 27129 (java) R 27125 27127 25228 0 -1 64 20505 270 1 0 165420 24 0 1 25 0 9 0 251768235 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4126776670 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27130] ppid=27125 vsize=868300 CPUtime=0.16
/proc/27127/task/27130/stat : 27130 (java) S 27125 27127 25228 0 -1 64 11726 270 0 0 11 4 0 1 16 0 9 0 251768236 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27131] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27131/stat : 27131 (java) S 27125 27127 25228 0 -1 64 17 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27132] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27132/stat : 27132 (java) S 27125 27127 25228 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27133] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27133/stat : 27133 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27134] ppid=27125 vsize=868300 CPUtime=0.24
/proc/27127/task/27134/stat : 27134 (java) S 27125 27127 25228 0 -1 64 591 270 0 0 23 0 0 1 16 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27135] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27135/stat : 27135 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 19 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27136] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27136/stat : 27136 (java) S 27125 27127 25228 0 -1 64 2 270 0 0 0 0 0 1 15 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.87
Current children cumulated vsize (KiB) 868300

[startup+1722.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/92 27253
/proc/meminfo: memFree=1120256/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=868300 CPUtime=1714.57
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 33684 270 1 0 171425 31 0 1 18 0 9 0 251768233 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 217075 23915 2634 9 0 211581 0
[pid=27127/tid=27129] ppid=27125 vsize=868300 CPUtime=1714.16
/proc/27127/task/27129/stat : 27129 (java) R 27125 27127 25228 0 -1 64 20530 270 1 0 171390 25 0 1 25 0 9 0 251768235 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4126776947 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27130] ppid=27125 vsize=868300 CPUtime=0.16
/proc/27127/task/27130/stat : 27130 (java) S 27125 27127 25228 0 -1 64 11726 270 0 0 11 4 0 1 16 0 9 0 251768236 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27131] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27131/stat : 27131 (java) S 27125 27127 25228 0 -1 64 17 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27132] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27132/stat : 27132 (java) S 27125 27127 25228 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27133] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27133/stat : 27133 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27134] ppid=27125 vsize=868300 CPUtime=0.24
/proc/27127/task/27134/stat : 27134 (java) S 27125 27127 25228 0 -1 64 591 270 0 0 23 0 0 1 16 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27135] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27135/stat : 27135 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 19 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27136] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27136/stat : 27136 (java) S 27125 27127 25228 0 -1 64 2 270 0 0 0 0 0 1 15 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.57
Current children cumulated vsize (KiB) 868300

[startup+1782.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/92 27253
/proc/meminfo: memFree=1115456/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=868300 CPUtime=1774.27
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 33705 270 1 0 177395 31 0 1 18 0 9 0 251768233 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 217075 23915 2634 9 0 211581 0
[pid=27127/tid=27129] ppid=27125 vsize=868300 CPUtime=1773.85
/proc/27127/task/27129/stat : 27129 (java) R 27125 27127 25228 0 -1 64 20551 270 1 0 177359 25 0 1 25 0 9 0 251768235 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4126776706 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27130] ppid=27125 vsize=868300 CPUtime=0.16
/proc/27127/task/27130/stat : 27130 (java) S 27125 27127 25228 0 -1 64 11726 270 0 0 11 4 0 1 16 0 9 0 251768236 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27131] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27131/stat : 27131 (java) S 27125 27127 25228 0 -1 64 17 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27132] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27132/stat : 27132 (java) S 27125 27127 25228 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27133] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27133/stat : 27133 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27134] ppid=27125 vsize=868300 CPUtime=0.24
/proc/27127/task/27134/stat : 27134 (java) S 27125 27127 25228 0 -1 64 591 270 0 0 23 0 0 1 16 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27135] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27135/stat : 27135 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 19 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27136] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27136/stat : 27136 (java) S 27125 27127 25228 0 -1 64 2 270 0 0 0 0 0 1 15 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.27
Current children cumulated vsize (KiB) 868300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.28 2.12 2.03 3/92 27253
/proc/meminfo: memFree=1115456/2055920 swapFree=4179552/4192956
[pid=27127] ppid=27125 vsize=868300 CPUtime=1800.04
/proc/27127/stat : 27127 (java) S 27125 27127 25228 0 -1 0 33717 270 1 0 179972 31 0 1 18 0 9 0 251768233 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27127/statm: 217075 23915 2634 9 0 211581 0
[pid=27127/tid=27129] ppid=27125 vsize=868300 CPUtime=1799.63
/proc/27127/task/27129/stat : 27129 (java) R 27125 27127 25228 0 -1 64 20563 270 1 0 179937 25 0 1 25 0 9 0 251768235 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4126776523 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27130] ppid=27125 vsize=868300 CPUtime=0.16
/proc/27127/task/27130/stat : 27130 (java) S 27125 27127 25228 0 -1 64 11726 270 0 0 11 4 0 1 16 0 9 0 251768236 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27131] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27131/stat : 27131 (java) S 27125 27127 25228 0 -1 64 17 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27132] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27132/stat : 27132 (java) S 27125 27127 25228 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 251768237 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27133] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27133/stat : 27133 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27134] ppid=27125 vsize=868300 CPUtime=0.24
/proc/27127/task/27134/stat : 27134 (java) S 27125 27127 25228 0 -1 64 591 270 0 0 23 0 0 1 16 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27127/tid=27135] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27135/stat : 27135 (java) S 27125 27127 25228 0 -1 64 1 270 0 0 0 0 0 1 19 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27127/tid=27136] ppid=27125 vsize=868300 CPUtime=0.01
/proc/27127/task/27136/stat : 27136 (java) S 27125 27127 25228 0 -1 64 2 270 0 0 0 0 0 1 15 0 9 0 251768239 889139200 23915 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868300

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): 1808.28
CPU time (s): 1800.13
CPU user time (s): 1799.79
CPU system time (s): 0.345947
CPU usage (%): 99.5497
Max. virtual memory (cumulated for all children) (KiB): 868300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.345947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34017
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= 37528
involuntary context switches= 51591

runsolver used 2.24166 second user time and 5.99609 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-04 18:10:03
IDJOB=1076499
IDBENCH=56589
IDSOLVER=364
FILE ID=node81/1076499-1215187803
PBS_JOBID= 7881495
Free space on /tmp= 126856 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg8-11_ext.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-1076499-1215187803/watcher-1076499-1215187803 -o /tmp/evaluation-result-1076499-1215187803/solver-1076499-1215187803 -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-1076499-1215187803.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6156340813783c268b56280fd8ae95c0
RANDOM SEED=213740490

node81.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.236
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.236
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:       1535160 kB
Buffers:         68496 kB
Cached:         283508 kB
SwapCached:       6152 kB
Active:         263248 kB
Inactive:       187732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1535160 kB
SwapTotal:     4192956 kB
SwapFree:      4179552 kB
Dirty:            4732 kB
Writeback:           0 kB
Mapped:         106888 kB
Slab:            55028 kB
Committed_AS:   642764 kB
PageTables:       1788 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= 126780 MiB
End job on node81 at 2008-07-04 18:40:13