Trace number 2093339

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

General information on the benchmark

Namecsp/QCP-20/
normalized-qcp-20-187-6_ext.xml
MD5SUMb99e09050d1e5a990b013139f5dfdb16
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 benchmark2.78258
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5540
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5540
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-2093339-1247401161.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.39/0.40	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20  nbTotalValues=3953
0.39/0.40	       =>  wckTime=0.161  cpuTime=0.12  mem=8M867
0.39/0.40	   
0.39/0.40	   relations being loaded...
0.39/0.42	   
0.39/0.42	   constraints being loaded...
0.97/1.08	     nbConstraints=5565  nbRelationTypes=21  nbGlobalConstraints=25  nbSingletonDomainVariables=213
1.07/1.18	     nbExtensionStructures=41  nbSharedExtensionStructures=5499  nbConflictsStructures=41
1.07/1.18	     nbSharedConflictsStructures=5499  nbSharedBinaryRepresentations=858  minDegree=18  maxDegree=39  minArity=2
1.07/1.18	     avgArity=2.03  maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.287  symmetryCpuTime=0.17  nbCliques=25
1.07/1.18	       =>  wckTime=0.84  cpuTime=0.56  mem=42M206
1.17/1.21	   
1.17/1.22	   solver IterativeSystematicSolver being built... 
1.17/1.29	   
1.17/1.29	   INFO : Forward propagation technique limited 
1.27/1.36	       =>  wckTime=1.125  cpuTime=0.69  mem=26M538
1.37/1.42	   
1.37/1.42	   preprocessing
1.37/1.42	     nbConstraintChecks=45264  nbPropagations=400  nbRevisions=4012  nbUselessRevisions=1087  nbRemovedValues=2925
1.37/1.42	     detectedInconsistency=no
1.37/1.42	       =>  wckTime=0.049  cpuTime=0.04  mem=26M538
1.77/1.80	   
1.77/1.80	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M470)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2093339-1247401161/watcher-2093339-1247401161 -o /tmp/evaluation-result-2093339-1247401161/solver-2093339-1247401161 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2093339-1247401161.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.31 0.07 0.16 4/80 28306
/proc/meminfo: memFree=1811344/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=200 CPUtime=0
/proc/28306/stat : 28306 (java) R 28304 28306 28089 0 -1 0 212 0 0 0 0 0 0 0 18 0 1 0 27179168 204800 33 996147200 134512640 134550932 4294955968 18446744073709551615 5534500 0 0 4096 0 0 0 0 17 0 0 0
/proc/28306/statm: 68 37 28 9 0 6 0

[startup+0.103482 s]
/proc/loadavg: 0.31 0.07 0.16 4/80 28306
/proc/meminfo: memFree=1811344/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=865980 CPUtime=0.09
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 3847 0 1 0 8 1 0 0 18 0 9 0 27179168 886763520 3290 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 216495 3291 1735 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.201488 s]
/proc/loadavg: 0.31 0.07 0.16 4/80 28306
/proc/meminfo: memFree=1811344/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=866144 CPUtime=0.18
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 4896 0 1 0 16 2 0 0 18 0 9 0 27179168 886931456 4313 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 216536 4313 1888 9 0 211014 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.301497 s]
/proc/loadavg: 0.31 0.07 0.16 4/80 28306
/proc/meminfo: memFree=1811344/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=866380 CPUtime=0.28
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 6085 0 1 0 25 3 0 0 18 0 9 0 27179168 887173120 5451 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 216595 5451 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701537 s]
/proc/loadavg: 0.31 0.07 0.16 4/80 28306
/proc/meminfo: memFree=1811344/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=867532 CPUtime=0.69
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 10066 0 1 0 63 6 0 0 18 0 9 0 27179168 888352768 9420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 216883 9423 2013 9 0 211341 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867532

[startup+1.50162 s]
/proc/loadavg: 0.31 0.07 0.16 6/90 28319
/proc/meminfo: memFree=1761216/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=868268 CPUtime=1.46
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 26431 589 1 0 128 11 6 1 18 0 9 0 27179168 889106432 16793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 217067 16793 2657 9 0 211503 0
[pid=28306/tid=28308] ppid=28304 vsize=868268 CPUtime=1.05
/proc/28306/task/28308/stat : 28308 (java) R 28304 28306 28089 0 -1 64 20058 589 1 0 90 8 6 1 18 0 9 0 27179169 889106432 16793 996147200 134512640 134550932 4294955968 18446744073709551615 4127127229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28309] ppid=28304 vsize=868268 CPUtime=0.17
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28089 0 -1 64 4655 589 0 0 10 0 6 1 17 0 9 0 27179170 889106432 16793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28310] ppid=28304 vsize=868268 CPUtime=0.07
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28089 0 -1 64 19 589 0 0 0 0 6 1 16 0 9 0 27179170 889106432 16793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28311] ppid=28304 vsize=868268 CPUtime=0.07
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28089 0 -1 64 7 589 0 0 0 0 6 1 16 0 9 0 27179170 889106432 16793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28312] ppid=28304 vsize=868268 CPUtime=0.07
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 24 0 9 0 27179172 889106432 16793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=868268 CPUtime=0.34
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28089 0 -1 64 870 589 0 0 27 0 6 1 15 0 9 0 27179172 889106432 16793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28314] ppid=28304 vsize=868268 CPUtime=0.07
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 25 0 9 0 27179172 889106432 16793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28315] ppid=28304 vsize=868268 CPUtime=0.07
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28089 0 -1 64 15 589 0 0 0 0 6 1 15 0 9 0 27179172 889106432 16793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868268

[startup+3.10178 s]
/proc/loadavg: 0.31 0.07 0.16 3/89 28319
/proc/meminfo: memFree=1753856/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=868400 CPUtime=3.06
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 26475 589 1 0 287 12 6 1 18 0 9 0 27179168 889241600 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 217100 16831 2657 9 0 211536 0
[pid=28306/tid=28308] ppid=28304 vsize=868400 CPUtime=2.57
/proc/28306/task/28308/stat : 28308 (java) R 28304 28306 28089 0 -1 64 20067 589 1 0 242 8 6 1 25 0 9 0 27179169 889241600 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4127135442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28309] ppid=28304 vsize=868400 CPUtime=0.17
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28089 0 -1 64 4655 589 0 0 10 0 6 1 17 0 9 0 27179170 889241600 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28310] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28089 0 -1 64 19 589 0 0 0 0 6 1 16 0 9 0 27179170 889241600 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28311] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28089 0 -1 64 7 589 0 0 0 0 6 1 16 0 9 0 27179170 889241600 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28312] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 24 0 9 0 27179172 889241600 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=868400 CPUtime=0.4
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28089 0 -1 64 905 589 0 0 33 0 6 1 16 0 9 0 27179172 889241600 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28314] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 25 0 9 0 27179172 889241600 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28315] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28089 0 -1 64 15 589 0 0 0 0 6 1 15 0 9 0 27179172 889241600 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868400

[startup+6.30209 s]
/proc/loadavg: 0.45 0.10 0.17 3/89 28319
/proc/meminfo: memFree=1753664/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=868400 CPUtime=6.22
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 27178 589 1 0 603 12 6 1 18 0 9 0 27179168 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 217100 16833 2657 9 0 211536 0
[pid=28306/tid=28308] ppid=28304 vsize=868400 CPUtime=5.74
/proc/28306/task/28308/stat : 28308 (java) R 28304 28306 28089 0 -1 64 20743 589 1 0 558 9 6 1 25 0 9 0 27179169 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4127125207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28309] ppid=28304 vsize=868400 CPUtime=0.17
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28089 0 -1 64 4655 589 0 0 10 0 6 1 16 0 9 0 27179170 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28089 0 -1 64 19 589 0 0 0 0 6 1 16 0 9 0 27179170 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28311] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28089 0 -1 64 7 589 0 0 0 0 6 1 16 0 9 0 27179170 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28312] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 24 0 9 0 27179172 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=868400 CPUtime=0.4
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28089 0 -1 64 908 589 0 0 33 0 6 1 16 0 9 0 27179172 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28314] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 25 0 9 0 27179172 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28315] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28089 0 -1 64 39 589 0 0 0 0 6 1 15 0 9 0 27179172 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868400

[startup+12.7027 s]
/proc/loadavg: 0.57 0.13 0.18 3/89 28319
/proc/meminfo: memFree=1748160/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=868400 CPUtime=12.56
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 30252 589 1 0 1236 13 6 1 18 0 9 0 27179168 889241600 18448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 217100 18448 2657 9 0 211536 0
[pid=28306/tid=28308] ppid=28304 vsize=868400 CPUtime=12.08
/proc/28306/task/28308/stat : 28308 (java) R 28304 28306 28089 0 -1 64 23817 589 1 0 1191 10 6 1 25 0 9 0 27179169 889241600 18448 996147200 134512640 134550932 4294955968 18446744073709551615 4126994080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28309] ppid=28304 vsize=868400 CPUtime=0.17
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28089 0 -1 64 4655 589 0 0 10 0 6 1 16 0 9 0 27179170 889241600 18448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28089 0 -1 64 19 589 0 0 0 0 6 1 16 0 9 0 27179170 889241600 18448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28311] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28089 0 -1 64 7 589 0 0 0 0 6 1 16 0 9 0 27179170 889241600 18448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28312] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 24 0 9 0 27179172 889241600 18448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=868400 CPUtime=0.4
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28089 0 -1 64 908 589 0 0 33 0 6 1 16 0 9 0 27179172 889241600 18448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28314] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 25 0 9 0 27179172 889241600 18448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28315] ppid=28304 vsize=868400 CPUtime=0.07
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28089 0 -1 64 39 589 0 0 0 0 6 1 15 0 9 0 27179172 889241600 18448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868400

[startup+25.502 s]
/proc/loadavg: 0.89 0.22 0.21 3/89 28319
/proc/meminfo: memFree=1740224/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=868312 CPUtime=25.24
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 31910 589 1 0 2503 14 6 1 18 0 9 0 27179168 889151488 20076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 217078 20076 2638 9 0 211536 0
[pid=28306/tid=28308] ppid=28304 vsize=868312 CPUtime=24.74
/proc/28306/task/28308/stat : 28308 (java) R 28304 28306 28089 0 -1 64 24395 589 1 0 2457 10 6 1 25 0 9 0 27179169 889151488 20076 996147200 134512640 134550932 4294955968 18446744073709551615 4127164507 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28309] ppid=28304 vsize=868312 CPUtime=0.19
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28089 0 -1 64 5734 589 0 0 11 1 6 1 16 0 9 0 27179170 889151488 20076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28310] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28089 0 -1 64 19 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 20076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28311] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28089 0 -1 64 7 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 20076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28312] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 24 0 9 0 27179172 889151488 20076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=868312 CPUtime=0.4
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28089 0 -1 64 909 589 0 0 33 0 6 1 16 0 9 0 27179172 889151488 20076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28314] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 25 0 9 0 27179172 889151488 20076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28315] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28089 0 -1 64 39 589 0 0 0 0 6 1 15 0 9 0 27179172 889151488 20076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868312

[startup+51.1015 s]
/proc/loadavg: 1.27 0.36 0.26 3/89 28319
/proc/meminfo: memFree=1735808/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=868312 CPUtime=50.6
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 32996 589 1 0 5039 14 6 1 18 0 9 0 27179168 889151488 21157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 217078 21157 2638 9 0 211536 0
[pid=28306/tid=28308] ppid=28304 vsize=868312 CPUtime=50.09
/proc/28306/task/28308/stat : 28308 (java) R 28304 28306 28089 0 -1 64 24397 589 1 0 4992 10 6 1 25 0 9 0 27179169 889151488 21157 996147200 134512640 134550932 4294955968 18446744073709551615 4127127109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28309] ppid=28304 vsize=868312 CPUtime=0.2
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28089 0 -1 64 6816 589 0 0 12 1 6 1 16 0 9 0 27179170 889151488 21157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28310] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28089 0 -1 64 19 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28311] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28089 0 -1 64 7 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28312] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 24 0 9 0 27179172 889151488 21157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=868312 CPUtime=0.4
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28089 0 -1 64 911 589 0 0 33 0 6 1 15 0 9 0 27179172 889151488 21157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28314] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 25 0 9 0 27179172 889151488 21157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28089 0 -1 64 7 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28312] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 24 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=868312 CPUtime=0.41
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28089 0 -1 64 911 589 0 0 34 0 6 1 16 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28314] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 25 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28315] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28089 0 -1 64 39 589 0 0 0 0 6 1 15 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.46
Current children cumulated vsize (KiB) 868312

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/89 29099
/proc/meminfo: memFree=1623872/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=868312 CPUtime=1591.42
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 33085 589 1 0 159112 23 6 1 18 0 9 0 27179168 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 217078 21173 2638 9 0 211536 0
[pid=28306/tid=28308] ppid=28304 vsize=868312 CPUtime=1590.77
/proc/28306/task/28308/stat : 28308 (java) R 28304 28306 28089 0 -1 64 24470 589 1 0 159051 19 6 1 25 0 9 0 27179169 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4127164532 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28309] ppid=28304 vsize=868312 CPUtime=0.35
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28089 0 -1 64 6832 589 0 0 26 2 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28089 0 -1 64 19 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28311] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28089 0 -1 64 7 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28312] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 24 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=868312 CPUtime=0.41
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28089 0 -1 64 911 589 0 0 34 0 6 1 16 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28314] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 25 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28315] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28089 0 -1 64 39 589 0 0 0 0 6 1 15 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.42
Current children cumulated vsize (KiB) 868312

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/89 29099
/proc/meminfo: memFree=1623872/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=868312 CPUtime=1651.41
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 33088 589 1 0 165110 24 6 1 18 0 9 0 27179168 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 217078 21173 2638 9 0 211536 0
[pid=28306/tid=28308] ppid=28304 vsize=868312 CPUtime=1650.75
/proc/28306/task/28308/stat : 28308 (java) R 28304 28306 28089 0 -1 64 24473 589 1 0 165049 19 6 1 25 0 9 0 27179169 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4126712433 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28309] ppid=28304 vsize=868312 CPUtime=0.35
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28089 0 -1 64 6832 589 0 0 26 2 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28089 0 -1 64 19 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28311] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28089 0 -1 64 7 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28312] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 24 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=868312 CPUtime=0.41
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28089 0 -1 64 911 589 0 0 34 0 6 1 16 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28314] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 25 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28315] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28089 0 -1 64 39 589 0 0 0 0 6 1 15 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.41
Current children cumulated vsize (KiB) 868312

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.70 3/89 29099
/proc/meminfo: memFree=1623872/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=868312 CPUtime=1711.39
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 33091 589 1 0 171108 24 6 1 18 0 9 0 27179168 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 217078 21173 2638 9 0 211536 0
[pid=28306/tid=28308] ppid=28304 vsize=868312 CPUtime=1710.72
/proc/28306/task/28308/stat : 28308 (java) R 28304 28306 28089 0 -1 64 24476 589 1 0 171046 19 6 1 25 0 9 0 27179169 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4127140947 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28309] ppid=28304 vsize=868312 CPUtime=0.36
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28089 0 -1 64 6832 589 0 0 27 2 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28089 0 -1 64 19 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28311] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28089 0 -1 64 7 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28312] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 24 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=868312 CPUtime=0.41
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28089 0 -1 64 911 589 0 0 34 0 6 1 16 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28314] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 25 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28315] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28089 0 -1 64 39 589 0 0 0 0 6 1 15 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.39
Current children cumulated vsize (KiB) 868312

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.72 3/89 29099
/proc/meminfo: memFree=1623744/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=868312 CPUtime=1771.36
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 33094 589 1 0 177105 24 6 1 18 0 9 0 27179168 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 217078 21173 2638 9 0 211536 0
[pid=28306/tid=28308] ppid=28304 vsize=868312 CPUtime=1770.69
/proc/28306/task/28308/stat : 28308 (java) R 28304 28306 28089 0 -1 64 24479 589 1 0 177042 20 6 1 25 0 9 0 27179169 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4127127093 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28309] ppid=28304 vsize=868312 CPUtime=0.37
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28089 0 -1 64 6832 589 0 0 28 2 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28089 0 -1 64 19 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28311] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28089 0 -1 64 7 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28312] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 24 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=868312 CPUtime=0.41
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28089 0 -1 64 911 589 0 0 34 0 6 1 16 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28314] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 25 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28315] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28089 0 -1 64 39 589 0 0 0 0 6 1 15 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.36
Current children cumulated vsize (KiB) 868312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.00 2.00 1.72 3/89 29099
/proc/meminfo: memFree=1623616/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=868312 CPUtime=1800.06
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 33095 589 1 0 179975 24 6 1 18 0 9 0 27179168 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 217078 21173 2638 9 0 211536 0
[pid=28306/tid=28308] ppid=28304 vsize=868312 CPUtime=1799.39
/proc/28306/task/28308/stat : 28308 (java) R 28304 28306 28089 0 -1 64 24480 589 1 0 179912 20 6 1 25 0 9 0 27179169 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4127114755 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28309] ppid=28304 vsize=868312 CPUtime=0.37
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28089 0 -1 64 6832 589 0 0 28 2 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28089 0 -1 64 19 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28311] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28089 0 -1 64 7 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28312] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 24 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=868312 CPUtime=0.41
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28089 0 -1 64 911 589 0 0 34 0 6 1 16 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28314] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 25 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28315] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28089 0 -1 64 39 589 0 0 0 0 6 1 15 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 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) 868312

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

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

[startup+1811 s]
/proc/loadavg: 2.00 2.00 1.72 3/89 29099
/proc/meminfo: memFree=1623616/2055920 swapFree=4192812/4192956
[pid=28306] ppid=28304 vsize=868312 CPUtime=1800.06
/proc/28306/stat : 28306 (java) S 28304 28306 28089 0 -1 0 33095 589 1 0 179975 24 6 1 18 0 9 0 27179168 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 217078 21173 2638 9 0 211536 0
[pid=28306/tid=28308] ppid=28304 vsize=868312 CPUtime=1799.39
/proc/28306/task/28308/stat : 28308 (java) R 28304 28306 28089 0 -1 64 24480 589 1 0 179912 20 6 1 25 0 9 0 27179169 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4127114755 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28309] ppid=28304 vsize=868312 CPUtime=0.37
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28089 0 -1 64 6832 589 0 0 28 2 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28089 0 -1 64 19 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28311] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28089 0 -1 64 7 589 0 0 0 0 6 1 16 0 9 0 27179170 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28312] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 24 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=868312 CPUtime=0.41
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28089 0 -1 64 911 589 0 0 34 0 6 1 16 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28306/tid=28314] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28089 0 -1 64 1 589 0 0 0 0 6 1 25 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28306/tid=28315] ppid=28304 vsize=868312 CPUtime=0.07
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28089 0 -1 64 39 589 0 0 0 0 6 1 15 0 9 0 27179172 889151488 21173 996147200 134512640 134550932 4294955968 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) 868312

Child status: 143
Real time (s): 1811.05
CPU time (s): 1800.13
CPU user time (s): 1799.86
CPU system time (s): 0.271958
CPU usage (%): 99.3968
Max. virtual memory (cumulated for all children) (KiB): 868400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33712
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= 38981
involuntary context switches= 44322

runsolver used 2.46962 second user time and 5.77912 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-12 14:19:21
IDJOB=2093339
IDBENCH=53523
IDSOLVER=773
FILE ID=node60/2093339-1247401161
PBS_JOBID= 9510526
Free space on /tmp= 66464 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QCP-20/normalized-qcp-20-187-6_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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2093339-1247401161/watcher-2093339-1247401161 -o /tmp/evaluation-result-2093339-1247401161/solver-2093339-1247401161 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2093339-1247401161.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b99e09050d1e5a990b013139f5dfdb16
RANDOM SEED=2057975308

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1811824 kB
Buffers:         34084 kB
Cached:         112388 kB
SwapCached:          0 kB
Active:         135696 kB
Inactive:        59888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5064 kB
Writeback:           0 kB
Mapped:          69564 kB
Slab:            33724 kB
Committed_AS:  1026900 kB
PageTables:       1948 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= 66460 MiB
End job on node60 at 2009-07-12 14:49:34