Trace number 1044181

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.14 2040.58

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-2_ext.xml
MD5SUM07b505ed201785e60800a6bec1aa0f3d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.69213
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints9300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension9300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.45	
0.04/0.45	Abscon 112 (May, 2008)
0.21/0.71	
0.21/0.71	   configuration
0.21/0.71	     name=mac.xml
0.21/0.75	   
0.21/0.75	   instance
0.21/0.75	     name=HOME/instance-1044181-1215019223.xml
0.29/0.88	   
0.29/0.88	   domains being loaded...
0.29/0.89	   
0.29/0.89	   variables being loaded...
0.41/1.01	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6265
0.41/1.01	       =>  wckTime=0.294  cpuTime=0.14  mem=9M869
0.41/1.01	   
0.41/1.01	   relations being loaded...
0.41/1.02	   
0.41/1.02	   constraints being loaded...
1.29/2.74	     nbConstraints=9325  nbRelationTypes=26  nbGlobalConstraints=25  nbSingletonDomainVariables=390
1.29/2.74	     nbExtensionStructures=51  nbSharedExtensionStructures=9249  nbConflictsStructures=51
1.29/2.74	     nbSharedConflictsStructures=9249  nbSharedBinaryRepresentations=1323  minDegree=18  maxDegree=49  minArity=2
1.29/2.74	     avgArity=2.02  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.756  symmetryCpuTime=0.19  nbCliques=25
1.29/2.74	       =>  wckTime=2.02  cpuTime=0.7  mem=23M250
1.39/2.85	   
1.39/2.86	   solver IterativeSystematicSolver being built... 
1.49/2.92	   
1.49/2.92	   INFO : Forward propagation technique limited 
1.60/3.01	       =>  wckTime=2.294  cpuTime=0.84  mem=31M95
1.60/3.08	   
1.60/3.08	   preprocessing
1.60/3.08	     nbConstraintChecks=93610  nbPropagations=625  nbRevisions=7416  nbUselessRevisions=2500  nbRemovedValues=4921
1.60/3.08	     detectedInconsistency=no
1.60/3.08	       =>  wckTime=0.063  cpuTime=0.06  mem=31M95
1.96/3.58	   
1.96/3.58	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M101)

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-1044181-1215019223/watcher-1044181-1215019223 -o /tmp/evaluation-result-1044181-1215019223/solver-1044181-1215019223 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044181-1215019223.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.74 1.69 1.55 5/89 11883
/proc/meminfo: memFree=1250240/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=860580 CPUtime=0.01
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 1551 0 1 0 0 1 0 0 20 0 2 0 624848205 881233920 1281 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 215145 1284 504 9 0 210124 0
[pid=11883/tid=11884] ppid=11881 vsize=860580 CPUtime=0
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 890 0 1 0 0 0 0 0 21 0 2 0 624848214 881233920 1292 996147200 134512640 134550740 4294955984 18446744073709551615 102538897 0 4 0 16784584 0 0 0 -1 0 0 0

[startup+0.170269 s]
/proc/loadavg: 2.74 1.69 1.55 5/89 11883
/proc/meminfo: memFree=1250240/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=861876 CPUtime=0.02
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 2034 0 1 0 1 1 0 0 20 0 5 0 624848205 882561024 1700 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 215469 1700 784 9 0 210448 0
[pid=11883/tid=11884] ppid=11881 vsize=861876 CPUtime=0
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 1340 0 1 0 0 0 0 0 23 0 5 0 624848214 882561024 1700 996147200 134512640 134550740 4294955984 18446744073709551615 104165659 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.201268 s]
/proc/loadavg: 2.74 1.69 1.55 5/89 11883
/proc/meminfo: memFree=1250240/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=861876 CPUtime=0.02
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 2034 0 1 0 1 1 0 0 20 0 5 0 624848205 882561024 1700 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 215469 1700 784 9 0 210448 0
[pid=11883/tid=11884] ppid=11881 vsize=861876 CPUtime=0
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 1340 0 1 0 0 0 0 0 23 0 5 0 624848214 882561024 1700 996147200 134512640 134550740 4294955984 18446744073709551615 104165659 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.301281 s]
/proc/loadavg: 2.74 1.69 1.55 5/89 11883
/proc/meminfo: memFree=1250240/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=862200 CPUtime=0.03
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 2377 0 1 0 2 1 0 0 20 0 6 0 624848205 882892800 1960 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 215550 1960 901 9 0 210529 0
[pid=11883/tid=11884] ppid=11881 vsize=862200 CPUtime=0.03
/proc/11883/task/11884/stat : 11884 (java) S 11881 11883 11729 0 -1 64 1683 0 1 0 2 1 0 0 24 0 6 0 624848214 882892800 1960 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862200

[startup+0.701331 s]
/proc/loadavg: 2.74 1.69 1.55 5/89 11883
/proc/meminfo: memFree=1250240/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=866204 CPUtime=0.21
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 5187 0 1 0 18 3 0 0 20 0 9 0 624848205 886992896 4614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 216551 4614 1861 9 0 211099 0
[pid=11883/tid=11884] ppid=11881 vsize=866204 CPUtime=0.17
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 4226 0 1 0 15 2 0 0 19 0 9 0 624848214 886992896 4614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 866204

[startup+1.50243 s]
/proc/loadavg: 2.74 1.69 1.55 4/98 11892
/proc/meminfo: memFree=1231160/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=867440 CPUtime=0.71
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 10331 0 1 0 64 7 0 0 20 0 9 0 624848205 888258560 9690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 216860 9690 1985 9 0 211388 0
[pid=11883/tid=11884] ppid=11881 vsize=867440 CPUtime=0.52
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 9007 0 1 0 47 5 0 0 23 0 9 0 624848214 888258560 9690 996147200 134512640 134550740 4294955984 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11886] ppid=11881 vsize=867440 CPUtime=0
/proc/11883/task/11886/stat : 11886 (java) S 11881 11883 11729 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 624848216 888258560 9690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11887] ppid=11881 vsize=867440 CPUtime=0
/proc/11883/task/11887/stat : 11887 (java) S 11881 11883 11729 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 624848216 888258560 9690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11888] ppid=11881 vsize=867440 CPUtime=0
/proc/11883/task/11888/stat : 11888 (java) S 11881 11883 11729 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 624848216 888258560 9690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11889] ppid=11881 vsize=867440 CPUtime=0
/proc/11883/task/11889/stat : 11889 (java) S 11881 11883 11729 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 624848228 888258560 9690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11890] ppid=11881 vsize=867440 CPUtime=0.16
/proc/11883/task/11890/stat : 11890 (java) S 11881 11883 11729 0 -1 64 625 0 0 0 16 0 0 0 15 0 9 0 624848238 888258560 9690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11891] ppid=11881 vsize=867440 CPUtime=0
/proc/11883/task/11891/stat : 11891 (java) S 11881 11883 11729 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 624848238 888258560 9690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11892] ppid=11881 vsize=867440 CPUtime=0
/proc/11883/task/11892/stat : 11892 (java) S 11881 11883 11729 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 624848238 888258560 9690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 867440

[startup+3.10263 s]
/proc/loadavg: 2.74 1.69 1.55 4/98 11892
/proc/meminfo: memFree=1182200/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=867912 CPUtime=1.71
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 31304 704 1 0 144 15 11 1 20 0 9 0 624848205 888741888 21352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 216978 21352 2636 9 0 211484 0
[pid=11883/tid=11884] ppid=11881 vsize=867912 CPUtime=1.21
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 22050 704 1 0 98 11 11 1 17 0 9 0 624848214 888741888 21352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11886] ppid=11881 vsize=867912 CPUtime=0.32
/proc/11883/task/11886/stat : 11886 (java) S 11881 11883 11729 0 -1 64 7551 704 0 0 19 1 11 1 16 0 9 0 624848216 888741888 21352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11887] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11887/stat : 11887 (java) S 11881 11883 11729 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624848216 888741888 21352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11888] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11888/stat : 11888 (java) S 11881 11883 11729 0 -1 64 8 704 0 0 0 0 11 1 16 0 9 0 624848216 888741888 21352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11889] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11889/stat : 11889 (java) S 11881 11883 11729 0 -1 64 0 704 0 0 0 0 11 1 25 0 9 0 624848228 888741888 21352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11890] ppid=11881 vsize=867912 CPUtime=0.37
/proc/11883/task/11890/stat : 11890 (java) R 11881 11883 11729 0 -1 64 864 704 0 0 25 0 11 1 15 0 9 0 624848238 888741888 21352 996147200 134512640 134550740 4294955984 18446744073709551615 102097009 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11891] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11891/stat : 11891 (java) S 11881 11883 11729 0 -1 64 2 704 0 0 0 0 11 1 18 0 9 0 624848238 888741888 21352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11892] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11892/stat : 11892 (java) S 11881 11883 11729 0 -1 64 11 704 0 0 0 0 11 1 15 0 9 0 624848238 888741888 21352 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 867912

[startup+6.30104 s]
/proc/loadavg: 2.76 1.71 1.56 4/98 11896
/proc/meminfo: memFree=1174264/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=867912 CPUtime=3.45
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 32405 704 1 0 318 15 11 1 20 0 9 0 624848205 888741888 21389 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 216978 21389 2636 9 0 211484 0
[pid=11883/tid=11884] ppid=11881 vsize=867912 CPUtime=2.89
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 23092 704 1 0 266 11 11 1 19 0 9 0 624848214 888741888 21389 996147200 134512640 134550740 4294955984 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11886] ppid=11881 vsize=867912 CPUtime=0.32
/proc/11883/task/11886/stat : 11886 (java) S 11881 11883 11729 0 -1 64 7551 704 0 0 19 1 11 1 17 0 9 0 624848216 888741888 21389 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11887] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11887/stat : 11887 (java) S 11881 11883 11729 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624848216 888741888 21389 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11888] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11888/stat : 11888 (java) S 11881 11883 11729 0 -1 64 8 704 0 0 0 0 11 1 16 0 9 0 624848216 888741888 21389 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11889] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11889/stat : 11889 (java) S 11881 11883 11729 0 -1 64 0 704 0 0 0 0 11 1 25 0 9 0 624848228 888741888 21389 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11890] ppid=11881 vsize=867912 CPUtime=0.45
/proc/11883/task/11890/stat : 11890 (java) S 11881 11883 11729 0 -1 64 902 704 0 0 32 1 11 1 15 0 9 0 624848238 888741888 21389 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11891] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11891/stat : 11891 (java) S 11881 11883 11729 0 -1 64 2 704 0 0 0 0 11 1 18 0 9 0 624848238 888741888 21389 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11892] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11892/stat : 11892 (java) S 11881 11883 11729 0 -1 64 32 704 0 0 0 0 11 1 15 0 9 0 624848238 888741888 21389 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 867912

[startup+12.7018 s]
/proc/loadavg: 2.78 1.73 1.56 4/98 11896
/proc/meminfo: memFree=1174144/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=867912 CPUtime=6.85
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 34506 704 1 0 657 16 11 1 20 0 9 0 624848205 888741888 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 216978 21390 2636 9 0 211484 0
[pid=11883/tid=11884] ppid=11881 vsize=867912 CPUtime=6.29
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 25192 704 1 0 605 12 11 1 25 0 9 0 624848214 888741888 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4127100039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11886] ppid=11881 vsize=867912 CPUtime=0.32
/proc/11883/task/11886/stat : 11886 (java) S 11881 11883 11729 0 -1 64 7551 704 0 0 19 1 11 1 16 0 9 0 624848216 888741888 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11887] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11887/stat : 11887 (java) S 11881 11883 11729 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624848216 888741888 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11888] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11888/stat : 11888 (java) S 11881 11883 11729 0 -1 64 8 704 0 0 0 0 11 1 16 0 9 0 624848216 888741888 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11889] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11889/stat : 11889 (java) S 11881 11883 11729 0 -1 64 0 704 0 0 0 0 11 1 25 0 9 0 624848228 888741888 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11890] ppid=11881 vsize=867912 CPUtime=0.45
/proc/11883/task/11890/stat : 11890 (java) S 11881 11883 11729 0 -1 64 903 704 0 0 32 1 11 1 17 0 9 0 624848238 888741888 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11891] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11891/stat : 11891 (java) S 11881 11883 11729 0 -1 64 2 704 0 0 0 0 11 1 18 0 9 0 624848238 888741888 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11892] ppid=11881 vsize=867912 CPUtime=0.12
/proc/11883/task/11892/stat : 11892 (java) S 11881 11883 11729 0 -1 64 32 704 0 0 0 0 11 1 15 0 9 0 624848238 888741888 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 867912

[startup+25.5025 s]
/proc/loadavg: 2.83 1.80 1.59 4/98 11896
/proc/meminfo: memFree=1169984/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=867824 CPUtime=13.24
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 39037 704 1 0 1295 17 11 1 20 0 9 0 624848205 888651776 22465 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 216956 22465 2615 9 0 211484 0
[pid=11883/tid=11884] ppid=11881 vsize=867824 CPUtime=12.67
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 28623 704 1 0 1242 13 11 1 25 0 9 0 624848214 888651776 22465 996147200 134512640 134550740 4294955984 18446744073709551615 4127086110 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11886] ppid=11881 vsize=867824 CPUtime=0.32
/proc/11883/task/11886/stat : 11886 (java) S 11881 11883 11729 0 -1 64 8650 704 0 0 19 1 11 1 16 0 9 0 624848216 888651776 22465 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11887] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11887/stat : 11887 (java) S 11881 11883 11729 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 22465 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11888] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11888/stat : 11888 (java) S 11881 11883 11729 0 -1 64 9 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 22465 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11889] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11889/stat : 11889 (java) S 11881 11883 11729 0 -1 64 0 704 0 0 0 0 11 1 25 0 9 0 624848228 888651776 22465 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11890] ppid=11881 vsize=867824 CPUtime=0.45
/proc/11883/task/11890/stat : 11890 (java) S 11881 11883 11729 0 -1 64 903 704 0 0 32 1 11 1 17 0 9 0 624848238 888651776 22465 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11891] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11891/stat : 11891 (java) S 11881 11883 11729 0 -1 64 2 704 0 0 0 0 11 1 18 0 9 0 624848238 888651776 22465 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11892] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11892/stat : 11892 (java) S 11881 11883 11729 0 -1 64 32 704 0 0 0 0 11 1 15 0 9 0 624848238 888651776 22465 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.24
Current children cumulated vsize (KiB) 867824

[startup+51.1027 s]
/proc/loadavg: 2.89 1.89 1.62 4/98 11896
/proc/meminfo: memFree=1169792/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=867824 CPUtime=26.03
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 39051 704 1 0 2574 17 11 1 20 0 9 0 624848205 888651776 22466 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 216956 22466 2615 9 0 211484 0
[pid=11883/tid=11884] ppid=11881 vsize=867824 CPUtime=25.46
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 28636 704 1 0 2521 13 11 1 25 0 9 0 624848214 888651776 22466 996147200 134512640 134550740 4294955984 18446744073709551615 4127091719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11886] ppid=11881 vsize=867824 CPUtime=0.32

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

Current children cumulated CPU time (s) 1484.95
Current children cumulated vsize (KiB) 867824

[startup+1782.3 s]
/proc/loadavg: 3.00 2.97 2.75 4/98 12130
/proc/meminfo: memFree=1166456/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=867824 CPUtime=1544.38
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 40243 704 1 0 154405 21 11 1 20 0 9 0 624848205 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 216956 23577 2615 9 0 211484 0
[pid=11883/tid=11884] ppid=11881 vsize=867824 CPUtime=1543.7
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 28708 704 1 0 154342 16 11 1 25 0 9 0 624848214 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4127078596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11886] ppid=11881 vsize=867824 CPUtime=0.43
/proc/11883/task/11886/stat : 11886 (java) S 11881 11883 11729 0 -1 64 9769 704 0 0 29 2 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11887] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11887/stat : 11887 (java) S 11881 11883 11729 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11888] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11888/stat : 11888 (java) S 11881 11883 11729 0 -1 64 9 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11889] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11889/stat : 11889 (java) S 11881 11883 11729 0 -1 64 0 704 0 0 0 0 11 1 25 0 9 0 624848228 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11890] ppid=11881 vsize=867824 CPUtime=0.45
/proc/11883/task/11890/stat : 11890 (java) S 11881 11883 11729 0 -1 64 905 704 0 0 32 1 11 1 16 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11891] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11891/stat : 11891 (java) S 11881 11883 11729 0 -1 64 2 704 0 0 0 0 11 1 18 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11892] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11892/stat : 11892 (java) S 11881 11883 11729 0 -1 64 32 704 0 0 0 0 11 1 15 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1544.38
Current children cumulated vsize (KiB) 867824

[startup+1842.3 s]
/proc/loadavg: 3.00 2.97 2.76 4/98 12130
/proc/meminfo: memFree=1166520/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=867824 CPUtime=1603.82
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 40246 704 1 0 160349 21 11 1 20 0 9 0 624848205 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 216956 23577 2615 9 0 211484 0
[pid=11883/tid=11884] ppid=11881 vsize=867824 CPUtime=1603.14
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 28711 704 1 0 160286 16 11 1 25 0 9 0 624848214 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4127091828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11886] ppid=11881 vsize=867824 CPUtime=0.43
/proc/11883/task/11886/stat : 11886 (java) S 11881 11883 11729 0 -1 64 9769 704 0 0 29 2 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11887] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11887/stat : 11887 (java) S 11881 11883 11729 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11888] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11888/stat : 11888 (java) S 11881 11883 11729 0 -1 64 9 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11889] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11889/stat : 11889 (java) S 11881 11883 11729 0 -1 64 0 704 0 0 0 0 11 1 25 0 9 0 624848228 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11890] ppid=11881 vsize=867824 CPUtime=0.45
/proc/11883/task/11890/stat : 11890 (java) S 11881 11883 11729 0 -1 64 905 704 0 0 32 1 11 1 16 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11891] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11891/stat : 11891 (java) S 11881 11883 11729 0 -1 64 2 704 0 0 0 0 11 1 18 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11892] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11892/stat : 11892 (java) S 11881 11883 11729 0 -1 64 32 704 0 0 0 0 11 1 15 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.82
Current children cumulated vsize (KiB) 867824

[startup+1902.3 s]
/proc/loadavg: 3.00 2.97 2.78 4/98 12130
/proc/meminfo: memFree=1166520/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=867824 CPUtime=1663.25
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 40249 704 1 0 166292 21 11 1 20 0 9 0 624848205 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 216956 23577 2615 9 0 211484 0
[pid=11883/tid=11884] ppid=11881 vsize=867824 CPUtime=1662.57
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 28714 704 1 0 166229 16 11 1 25 0 9 0 624848214 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4127134115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11886] ppid=11881 vsize=867824 CPUtime=0.44
/proc/11883/task/11886/stat : 11886 (java) S 11881 11883 11729 0 -1 64 9769 704 0 0 30 2 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11887] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11887/stat : 11887 (java) S 11881 11883 11729 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11888] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11888/stat : 11888 (java) S 11881 11883 11729 0 -1 64 9 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11889] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11889/stat : 11889 (java) S 11881 11883 11729 0 -1 64 0 704 0 0 0 0 11 1 25 0 9 0 624848228 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11890] ppid=11881 vsize=867824 CPUtime=0.45
/proc/11883/task/11890/stat : 11890 (java) S 11881 11883 11729 0 -1 64 905 704 0 0 32 1 11 1 16 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11891] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11891/stat : 11891 (java) S 11881 11883 11729 0 -1 64 2 704 0 0 0 0 11 1 18 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11892] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11892/stat : 11892 (java) S 11881 11883 11729 0 -1 64 32 704 0 0 0 0 11 1 15 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.25
Current children cumulated vsize (KiB) 867824

[startup+1962.3 s]
/proc/loadavg: 3.00 2.97 2.79 4/98 12130
/proc/meminfo: memFree=1166520/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=867824 CPUtime=1722.69
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 40251 704 1 0 172236 21 11 1 20 0 9 0 624848205 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 216956 23577 2615 9 0 211484 0
[pid=11883/tid=11884] ppid=11881 vsize=867824 CPUtime=1722
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 28716 704 1 0 172172 16 11 1 25 0 9 0 624848214 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4127091317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11886] ppid=11881 vsize=867824 CPUtime=0.44
/proc/11883/task/11886/stat : 11886 (java) S 11881 11883 11729 0 -1 64 9769 704 0 0 30 2 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11887] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11887/stat : 11887 (java) S 11881 11883 11729 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11888] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11888/stat : 11888 (java) S 11881 11883 11729 0 -1 64 9 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11889] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11889/stat : 11889 (java) S 11881 11883 11729 0 -1 64 0 704 0 0 0 0 11 1 25 0 9 0 624848228 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11890] ppid=11881 vsize=867824 CPUtime=0.45
/proc/11883/task/11890/stat : 11890 (java) S 11881 11883 11729 0 -1 64 905 704 0 0 32 1 11 1 16 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11891] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11891/stat : 11891 (java) S 11881 11883 11729 0 -1 64 2 704 0 0 0 0 11 1 18 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11892] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11892/stat : 11892 (java) S 11881 11883 11729 0 -1 64 32 704 0 0 0 0 11 1 15 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.69
Current children cumulated vsize (KiB) 867824

[startup+2022.3 s]
/proc/loadavg: 3.00 2.97 2.80 4/98 12130
/proc/meminfo: memFree=1166456/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=867824 CPUtime=1782.12
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 40254 704 1 0 178179 21 11 1 20 0 9 0 624848205 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 216956 23577 2615 9 0 211484 0
[pid=11883/tid=11884] ppid=11881 vsize=867824 CPUtime=1781.43
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 28719 704 1 0 178115 16 11 1 25 0 9 0 624848214 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4127091839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11886] ppid=11881 vsize=867824 CPUtime=0.44
/proc/11883/task/11886/stat : 11886 (java) S 11881 11883 11729 0 -1 64 9769 704 0 0 30 2 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11887] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11887/stat : 11887 (java) S 11881 11883 11729 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11888] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11888/stat : 11888 (java) S 11881 11883 11729 0 -1 64 9 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11889] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11889/stat : 11889 (java) S 11881 11883 11729 0 -1 64 0 704 0 0 0 0 11 1 25 0 9 0 624848228 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11890] ppid=11881 vsize=867824 CPUtime=0.45
/proc/11883/task/11890/stat : 11890 (java) S 11881 11883 11729 0 -1 64 905 704 0 0 32 1 11 1 16 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11891] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11891/stat : 11891 (java) S 11881 11883 11729 0 -1 64 2 704 0 0 0 0 11 1 18 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11892] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11892/stat : 11892 (java) S 11881 11883 11729 0 -1 64 32 704 0 0 0 0 11 1 15 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.12
Current children cumulated vsize (KiB) 867824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2040.4 s]
/proc/loadavg: 3.00 2.97 2.80 4/98 12130
/proc/meminfo: memFree=1166392/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=867824 CPUtime=1800.06
/proc/11883/stat : 11883 (java) S 11881 11883 11729 0 -1 0 40255 704 1 0 179973 21 11 1 20 0 9 0 624848205 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 216956 23577 2615 9 0 211484 0
[pid=11883/tid=11884] ppid=11881 vsize=867824 CPUtime=1799.36
/proc/11883/task/11884/stat : 11884 (java) R 11881 11883 11729 0 -1 64 28720 704 1 0 179908 16 11 1 25 0 9 0 624848214 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4127089010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11886] ppid=11881 vsize=867824 CPUtime=0.44
/proc/11883/task/11886/stat : 11886 (java) S 11881 11883 11729 0 -1 64 9769 704 0 0 30 2 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11887] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11887/stat : 11887 (java) S 11881 11883 11729 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11888] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11888/stat : 11888 (java) S 11881 11883 11729 0 -1 64 9 704 0 0 0 0 11 1 16 0 9 0 624848216 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11889] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11889/stat : 11889 (java) S 11881 11883 11729 0 -1 64 0 704 0 0 0 0 11 1 25 0 9 0 624848228 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11890] ppid=11881 vsize=867824 CPUtime=0.45
/proc/11883/task/11890/stat : 11890 (java) S 11881 11883 11729 0 -1 64 905 704 0 0 32 1 11 1 16 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11883/tid=11891] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11891/stat : 11891 (java) S 11881 11883 11729 0 -1 64 2 704 0 0 0 0 11 1 18 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11883/tid=11892] ppid=11881 vsize=867824 CPUtime=0.12
/proc/11883/task/11892/stat : 11892 (java) S 11881 11883 11729 0 -1 64 32 704 0 0 0 0 11 1 15 0 9 0 624848238 888651776 23577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867824

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+2040.51 s]
/proc/loadavg: 3.00 2.97 2.80 4/92 12132
/proc/meminfo: memFree=1166384/2055920 swapFree=4150336/4192956
[pid=11883] ppid=11881 vsize=0 CPUtime=1800.11
/proc/11883/stat : 11883 (java) Z 11881 11883 11729 0 -1 1036 40285 704 1 0 179978 21 11 1 16 0 2 0 624848205 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11883/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2040.58
CPU time (s): 1800.14
CPU user time (s): 1799.89
CPU system time (s): 0.244962
CPU usage (%): 88.2172
Max. virtual memory (cumulated for all children) (KiB): 867928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40989
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= 43389
involuntary context switches= 54940

runsolver used 2.70159 second user time and 6.591 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-02 19:20:24
IDJOB=1044181
IDBENCH=53449
IDSOLVER=363
FILE ID=node92/1044181-1215019223
PBS_JOBID= 7874289
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 07b505ed201785e60800a6bec1aa0f3d
RANDOM SEED=9192765

node92.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.223
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.223
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:       1250728 kB
Buffers:         12268 kB
Cached:         331536 kB
SwapCached:      37336 kB
Active:         466944 kB
Inactive:       301580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1250728 kB
SwapTotal:     4192956 kB
SwapFree:      4150336 kB
Dirty:            2688 kB
Writeback:           0 kB
Mapped:         413508 kB
Slab:            20384 kB
Committed_AS:  2159340 kB
PageTables:       3136 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node92 at 2008-07-02 19:54:26