Trace number 1044903

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.08 1814.14

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-9_ext.xml
MD5SUM38b9a03a664d7db0da8e03d924bebc38
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 benchmark26.164
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1044903-1215022934.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.44	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6961
0.38/0.44	       =>  wckTime=0.198  cpuTime=0.15  mem=9M869
0.38/0.44	   
0.38/0.44	   relations being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
1.36/1.48	     nbConstraints=10168  nbRelationTypes=26  nbGlobalConstraints=26  nbSingletonDomainVariables=361
1.36/1.48	     nbExtensionStructures=51  nbSharedExtensionStructures=10091  nbConflictsStructures=51
1.36/1.48	     nbSharedConflictsStructures=10091  nbSharedBinaryRepresentations=1323  minDegree=20  maxDegree=49  minArity=2
1.36/1.48	     avgArity=2.02  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.429  symmetryCpuTime=0.24  nbCliques=26
1.36/1.48	       =>  wckTime=1.231  cpuTime=0.77  mem=27M826
1.56/1.62	   
1.56/1.62	   solver IterativeSystematicSolver being built... 
1.56/1.70	   
1.66/1.70	   INFO : Forward propagation technique limited 
1.76/1.80	       =>  wckTime=1.556  cpuTime=0.93  mem=31M885
4.43/4.50	   
4.43/4.50	   preprocessing
4.43/4.50	     nbConstraintChecks=558188  nbPropagations=14210  nbRevisions=151747  nbUselessRevisions=136595
4.43/4.50	     nbSingletonTests=4516  nbEffectiveSingletonTests=7  nbACRemovals=5433  nbFoundSingletons=0  nbRemovedValues=5440
4.43/4.50	     detectedInconsistency=no
4.43/4.50	       =>  wckTime=2.695  cpuTime=2.62  mem=33M874
4.63/4.79	   
4.63/4.79	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=35M880)

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-1044903-1215022934/watcher-1044903-1215022934 -o /tmp/evaluation-result-1044903-1215022934/solver-1044903-1215022934 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044903-1215022934.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.06 2.03 1.95 3/72 6146
/proc/meminfo: memFree=1377488/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=1616 CPUtime=0
/proc/6146/stat : 6146 (java) D 6144 6146 5731 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1981268024 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/6146/statm: 404 145 119 9 0 46 0

[startup+0.018226 s]
/proc/loadavg: 2.06 2.03 1.95 3/72 6146
/proc/meminfo: memFree=1377488/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=859112 CPUtime=0
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 946 0 1 0 0 0 0 0 18 0 2 0 1981268024 879730688 695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 214778 710 371 9 0 213176 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 859112

[startup+0.101201 s]
/proc/loadavg: 2.06 2.03 1.95 3/72 6146
/proc/meminfo: memFree=1377488/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=865884 CPUtime=0.09
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 3696 0 1 0 7 2 0 0 18 0 9 0 1981268024 886665216 3171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216471 3171 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301151 s]
/proc/loadavg: 2.06 2.03 1.95 3/72 6146
/proc/meminfo: memFree=1377488/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=866284 CPUtime=0.28
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 5894 0 1 0 24 4 0 0 18 0 9 0 1981268024 887074816 5268 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216571 5268 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701048 s]
/proc/loadavg: 2.06 2.03 1.95 3/72 6146
/proc/meminfo: memFree=1377488/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=867440 CPUtime=0.67
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 9763 0 1 0 60 7 0 0 18 0 9 0 1981268024 888258560 9123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216860 9123 1983 9 0 211388 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867440

[startup+1.50284 s]
/proc/loadavg: 2.06 2.03 1.95 4/81 6155
/proc/meminfo: memFree=1310216/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=867928 CPUtime=1.47
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 22841 620 1 0 119 14 13 1 18 0 10 0 1981268024 888758272 19059 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216982 19059 2060 9 0 211510 0
[pid=6146/tid=6148] ppid=6144 vsize=867928 CPUtime=1.09
/proc/6146/task/6148/stat : 6148 (java) S 6144 6146 5731 0 -1 64 17331 620 1 0 85 10 13 1 16 0 10 0 1981268025 888758272 19059 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6149] ppid=6144 vsize=867928 CPUtime=0.26
/proc/6146/task/6149/stat : 6149 (java) R 6144 6146 5731 0 -1 64 3897 620 0 0 11 1 13 1 17 0 10 0 1981268026 888758272 19059 996147200 134512640 134550740 4294955968 18446744073709551615 102469670 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6150] ppid=6144 vsize=867928 CPUtime=0.14
/proc/6146/task/6150/stat : 6150 (java) S 6144 6146 5731 0 -1 64 13 620 0 0 0 0 13 1 16 0 10 0 1981268027 888758272 19059 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6151] ppid=6144 vsize=867928 CPUtime=0.14
/proc/6146/task/6151/stat : 6151 (java) S 6144 6146 5731 0 -1 64 5 620 0 0 0 0 13 1 16 0 10 0 1981268027 888758272 19059 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6152] ppid=6144 vsize=867928 CPUtime=0.14
/proc/6146/task/6152/stat : 6152 (java) S 6144 6146 5731 0 -1 64 0 620 0 0 0 0 13 1 23 0 10 0 1981268029 888758272 19059 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6153] ppid=6144 vsize=867928 CPUtime=0.35
/proc/6146/task/6153/stat : 6153 (java) S 6144 6146 5731 0 -1 64 778 620 0 0 20 1 13 1 16 0 10 0 1981268029 888758272 19059 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6154] ppid=6144 vsize=867928 CPUtime=0.14
/proc/6146/task/6154/stat : 6154 (java) S 6144 6146 5731 0 -1 64 2 620 0 0 0 0 13 1 24 0 10 0 1981268029 888758272 19059 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6155] ppid=6144 vsize=867928 CPUtime=0.14
/proc/6146/task/6155/stat : 6155 (java) S 6144 6146 5731 0 -1 64 15 620 0 0 0 0 13 1 15 0 10 0 1981268029 888758272 19059 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867928

[startup+3.10243 s]
/proc/loadavg: 2.14 2.05 1.96 3/81 6159
/proc/meminfo: memFree=1301248/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=867912 CPUtime=3.04
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 31604 743 1 0 274 16 13 1 18 0 9 0 1981268024 888741888 21569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216978 21569 2636 9 0 211484 0
[pid=6146/tid=6148] ppid=6144 vsize=867912 CPUtime=2.48
/proc/6146/task/6148/stat : 6148 (java) R 6144 6146 5731 0 -1 64 21984 743 1 0 223 11 13 1 25 0 9 0 1981268025 888741888 21569 996147200 134512640 134550740 4294955968 18446744073709551615 4127007927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6149] ppid=6144 vsize=867912 CPUtime=0.37
/proc/6146/task/6149/stat : 6149 (java) S 6144 6146 5731 0 -1 64 7908 743 0 0 21 2 13 1 17 0 9 0 1981268026 888741888 21569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6150] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6150/stat : 6150 (java) S 6144 6146 5731 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 1981268027 888741888 21569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6151] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6151/stat : 6151 (java) S 6144 6146 5731 0 -1 64 8 743 0 0 0 0 13 1 16 0 9 0 1981268027 888741888 21569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6152] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6152/stat : 6152 (java) S 6144 6146 5731 0 -1 64 0 743 0 0 0 0 13 1 23 0 9 0 1981268029 888741888 21569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6153] ppid=6144 vsize=867912 CPUtime=0.43
/proc/6146/task/6153/stat : 6153 (java) S 6144 6146 5731 0 -1 64 866 743 0 0 28 1 13 1 16 0 9 0 1981268029 888741888 21569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6154] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6154/stat : 6154 (java) S 6144 6146 5731 0 -1 64 2 743 0 0 0 0 13 1 24 0 9 0 1981268029 888741888 21569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6155] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6155/stat : 6155 (java) S 6144 6146 5731 0 -1 64 15 743 0 0 0 0 13 1 15 0 9 0 1981268029 888741888 21569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867912

[startup+6.3016 s]
/proc/loadavg: 2.14 2.05 1.96 3/81 6159
/proc/meminfo: memFree=1300928/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=867912 CPUtime=6.22
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 33140 743 1 0 590 18 13 1 18 0 9 0 1981268024 888741888 21598 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216978 21598 2636 9 0 211484 0
[pid=6146/tid=6148] ppid=6144 vsize=867912 CPUtime=5.59
/proc/6146/task/6148/stat : 6148 (java) R 6144 6146 5731 0 -1 64 23461 743 1 0 533 12 13 1 17 0 9 0 1981268025 888741888 21598 996147200 134512640 134550740 4294955968 18446744073709551615 4127094416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6149] ppid=6144 vsize=867912 CPUtime=0.37
/proc/6146/task/6149/stat : 6149 (java) S 6144 6146 5731 0 -1 64 7908 743 0 0 21 2 13 1 16 0 9 0 1981268026 888741888 21598 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6150] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6150/stat : 6150 (java) S 6144 6146 5731 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 1981268027 888741888 21598 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6151] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6151/stat : 6151 (java) S 6144 6146 5731 0 -1 64 8 743 0 0 0 0 13 1 16 0 9 0 1981268027 888741888 21598 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6152] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6152/stat : 6152 (java) S 6144 6146 5731 0 -1 64 0 743 0 0 0 0 13 1 23 0 9 0 1981268029 888741888 21598 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6153] ppid=6144 vsize=867912 CPUtime=0.48
/proc/6146/task/6153/stat : 6153 (java) S 6144 6146 5731 0 -1 64 902 743 0 0 33 1 13 1 16 0 9 0 1981268029 888741888 21598 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6154] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6154/stat : 6154 (java) S 6144 6146 5731 0 -1 64 2 743 0 0 0 0 13 1 24 0 9 0 1981268029 888741888 21598 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6155] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6155/stat : 6155 (java) S 6144 6146 5731 0 -1 64 38 743 0 0 0 0 13 1 15 0 9 0 1981268029 888741888 21598 996147200 134512640 134550740 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) 867912

[startup+12.7029 s]
/proc/loadavg: 2.11 2.04 1.96 3/81 6159
/proc/meminfo: memFree=1300736/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=867912 CPUtime=12.56
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 36724 743 1 0 1223 19 13 1 18 0 9 0 1981268024 888741888 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216978 21600 2636 9 0 211484 0
[pid=6146/tid=6148] ppid=6144 vsize=867912 CPUtime=11.94
/proc/6146/task/6148/stat : 6148 (java) R 6144 6146 5731 0 -1 64 27043 743 1 0 1166 14 13 1 25 0 9 0 1981268025 888741888 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6149] ppid=6144 vsize=867912 CPUtime=0.37
/proc/6146/task/6149/stat : 6149 (java) S 6144 6146 5731 0 -1 64 7908 743 0 0 21 2 13 1 16 0 9 0 1981268026 888741888 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6150] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6150/stat : 6150 (java) S 6144 6146 5731 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 1981268027 888741888 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6151] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6151/stat : 6151 (java) S 6144 6146 5731 0 -1 64 8 743 0 0 0 0 13 1 16 0 9 0 1981268027 888741888 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6152] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6152/stat : 6152 (java) S 6144 6146 5731 0 -1 64 0 743 0 0 0 0 13 1 23 0 9 0 1981268029 888741888 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6153] ppid=6144 vsize=867912 CPUtime=0.49
/proc/6146/task/6153/stat : 6153 (java) S 6144 6146 5731 0 -1 64 904 743 0 0 34 1 13 1 15 0 9 0 1981268029 888741888 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6154] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6154/stat : 6154 (java) S 6144 6146 5731 0 -1 64 2 743 0 0 0 0 13 1 24 0 9 0 1981268029 888741888 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6155] ppid=6144 vsize=867912 CPUtime=0.14
/proc/6146/task/6155/stat : 6155 (java) S 6144 6146 5731 0 -1 64 38 743 0 0 0 0 13 1 15 0 9 0 1981268029 888741888 21600 996147200 134512640 134550740 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) 867912

[startup+25.5016 s]
/proc/loadavg: 2.10 2.04 1.96 3/81 6159
/proc/meminfo: memFree=1296328/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=867824 CPUtime=25.25
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 39460 743 1 0 2491 20 13 1 18 0 9 0 1981268024 888651776 22687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216956 22687 2615 9 0 211484 0
[pid=6146/tid=6148] ppid=6144 vsize=867824 CPUtime=24.61
/proc/6146/task/6148/stat : 6148 (java) R 6144 6146 5731 0 -1 64 28667 743 1 0 2433 14 13 1 25 0 9 0 1981268025 888651776 22687 996147200 134512640 134550740 4294955968 18446744073709551615 4127095801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6149] ppid=6144 vsize=867824 CPUtime=0.39
/proc/6146/task/6149/stat : 6149 (java) S 6144 6146 5731 0 -1 64 9018 743 0 0 23 2 13 1 16 0 9 0 1981268026 888651776 22687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6150] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6150/stat : 6150 (java) S 6144 6146 5731 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 22687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6151] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6151/stat : 6151 (java) S 6144 6146 5731 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 22687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6152] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6152/stat : 6152 (java) S 6144 6146 5731 0 -1 64 0 743 0 0 0 0 13 1 23 0 9 0 1981268029 888651776 22687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6153] ppid=6144 vsize=867824 CPUtime=0.49
/proc/6146/task/6153/stat : 6153 (java) S 6144 6146 5731 0 -1 64 905 743 0 0 34 1 13 1 16 0 9 0 1981268029 888651776 22687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6154] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6154/stat : 6154 (java) S 6144 6146 5731 0 -1 64 2 743 0 0 0 0 13 1 24 0 9 0 1981268029 888651776 22687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6155] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6155/stat : 6155 (java) S 6144 6146 5731 0 -1 64 38 743 0 0 0 0 13 1 15 0 9 0 1981268029 888651776 22687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867824

[startup+51.102 s]
/proc/loadavg: 2.06 2.04 1.96 3/81 6159
/proc/meminfo: memFree=1291848/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=867824 CPUtime=50.62
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 40576 743 1 0 5027 21 13 1 18 0 9 0 1981268024 888651776 23796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216956 23796 2615 9 0 211484 0
[pid=6146/tid=6148] ppid=6144 vsize=867824 CPUtime=49.97
/proc/6146/task/6148/stat : 6148 (java) R 6144 6146 5731 0 -1 64 28668 743 1 0 4968 15 13 1 25 0 9 0 1981268025 888651776 23796 996147200 134512640 134550740 4294955968 18446744073709551615 4127085074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6149] ppid=6144 vsize=867824 CPUtime=0.4
/proc/6146/task/6149/stat : 6149 (java) S 6144 6146 5731 0 -1 64 10133 743 0 0 23 3 13 1 16 0 9 0 1981268026 888651776 23796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6150] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6150/stat : 6150 (java) S 6144 6146 5731 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6151] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6151/stat : 6151 (java) S 6144 6146 5731 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6152] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6152/stat : 6152 (java) S 6144 6146 5731 0 -1 64 0 743 0 0 0 0 13 1 23 0 9 0 1981268029 888651776 23796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6153] ppid=6144 vsize=867824 CPUtime=0.49
/proc/6146/task/6153/stat : 6153 (java) S 6144 6146 5731 0 -1 64 905 743 0 0 34 1 13 1 16 0 9 0 1981268029 888651776 23796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6154] ppid=6144 vsize=867824 CPUtime=0.14

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

/proc/6146/task/6151/stat : 6151 (java) S 6144 6146 5731 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6152] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6152/stat : 6152 (java) S 6144 6146 5731 0 -1 64 0 743 0 0 0 0 13 1 23 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6153] ppid=6144 vsize=867824 CPUtime=0.49
/proc/6146/task/6153/stat : 6153 (java) S 6144 6146 5731 0 -1 64 906 743 0 0 34 1 13 1 16 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6154] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6154/stat : 6154 (java) S 6144 6146 5731 0 -1 64 2 743 0 0 0 0 13 1 24 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6155] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6155/stat : 6155 (java) S 6144 6146 5731 0 -1 64 38 743 0 0 0 0 13 1 15 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1528.91
Current children cumulated vsize (KiB) 867824

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 6159
/proc/meminfo: memFree=1291400/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=867824 CPUtime=1588.39
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 40671 743 1 0 158797 28 13 1 18 0 9 0 1981268024 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216956 23807 2615 9 0 211484 0
[pid=6146/tid=6148] ppid=6144 vsize=867824 CPUtime=1587.59
/proc/6146/task/6148/stat : 6148 (java) R 6144 6146 5731 0 -1 64 28749 743 1 0 158724 21 13 1 25 0 9 0 1981268025 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4127126387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6149] ppid=6144 vsize=867824 CPUtime=0.55
/proc/6146/task/6149/stat : 6149 (java) S 6144 6146 5731 0 -1 64 10146 743 0 0 37 4 13 1 16 0 9 0 1981268026 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6150] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6150/stat : 6150 (java) S 6144 6146 5731 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6151] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6151/stat : 6151 (java) S 6144 6146 5731 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6152] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6152/stat : 6152 (java) S 6144 6146 5731 0 -1 64 0 743 0 0 0 0 13 1 23 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6153] ppid=6144 vsize=867824 CPUtime=0.49
/proc/6146/task/6153/stat : 6153 (java) S 6144 6146 5731 0 -1 64 906 743 0 0 34 1 13 1 16 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6154] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6154/stat : 6154 (java) S 6144 6146 5731 0 -1 64 2 743 0 0 0 0 13 1 24 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6155] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6155/stat : 6155 (java) S 6144 6146 5731 0 -1 64 38 743 0 0 0 0 13 1 15 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1588.39
Current children cumulated vsize (KiB) 867824

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 1.99 3/81 6187
/proc/meminfo: memFree=1282248/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=867824 CPUtime=1648.2
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 40674 743 1 0 164778 28 13 1 18 0 9 0 1981268024 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216956 23807 2615 9 0 211484 0
[pid=6146/tid=6148] ppid=6144 vsize=867824 CPUtime=1647.4
/proc/6146/task/6148/stat : 6148 (java) R 6144 6146 5731 0 -1 64 28752 743 1 0 164705 21 13 1 25 0 9 0 1981268025 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4127100039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6149] ppid=6144 vsize=867824 CPUtime=0.56
/proc/6146/task/6149/stat : 6149 (java) S 6144 6146 5731 0 -1 64 10146 743 0 0 38 4 13 1 16 0 9 0 1981268026 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6150] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6150/stat : 6150 (java) S 6144 6146 5731 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6151] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6151/stat : 6151 (java) S 6144 6146 5731 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6152] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6152/stat : 6152 (java) S 6144 6146 5731 0 -1 64 0 743 0 0 0 0 13 1 23 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6153] ppid=6144 vsize=867824 CPUtime=0.49
/proc/6146/task/6153/stat : 6153 (java) S 6144 6146 5731 0 -1 64 906 743 0 0 34 1 13 1 16 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6154] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6154/stat : 6154 (java) S 6144 6146 5731 0 -1 64 2 743 0 0 0 0 13 1 24 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6155] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6155/stat : 6155 (java) S 6144 6146 5731 0 -1 64 38 743 0 0 0 0 13 1 15 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.2
Current children cumulated vsize (KiB) 867824

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 1.99 3/81 6187
/proc/meminfo: memFree=1282120/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=867824 CPUtime=1708.2
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 40677 743 1 0 170778 28 13 1 18 0 9 0 1981268024 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216956 23807 2615 9 0 211484 0
[pid=6146/tid=6148] ppid=6144 vsize=867824 CPUtime=1707.39
/proc/6146/task/6148/stat : 6148 (java) R 6144 6146 5731 0 -1 64 28755 743 1 0 170704 21 13 1 25 0 9 0 1981268025 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4127091894 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6149] ppid=6144 vsize=867824 CPUtime=0.56
/proc/6146/task/6149/stat : 6149 (java) S 6144 6146 5731 0 -1 64 10146 743 0 0 38 4 13 1 16 0 9 0 1981268026 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6150] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6150/stat : 6150 (java) S 6144 6146 5731 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6151] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6151/stat : 6151 (java) S 6144 6146 5731 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6152] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6152/stat : 6152 (java) S 6144 6146 5731 0 -1 64 0 743 0 0 0 0 13 1 23 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6153] ppid=6144 vsize=867824 CPUtime=0.49
/proc/6146/task/6153/stat : 6153 (java) S 6144 6146 5731 0 -1 64 906 743 0 0 34 1 13 1 16 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6154] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6154/stat : 6154 (java) S 6144 6146 5731 0 -1 64 2 743 0 0 0 0 13 1 24 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6155] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6155/stat : 6155 (java) S 6144 6146 5731 0 -1 64 38 743 0 0 0 0 13 1 15 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.2
Current children cumulated vsize (KiB) 867824

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/81 6187
/proc/meminfo: memFree=1281992/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=867824 CPUtime=1768.2
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 40681 743 1 0 176778 28 13 1 18 0 9 0 1981268024 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216956 23807 2615 9 0 211484 0
[pid=6146/tid=6148] ppid=6144 vsize=867824 CPUtime=1767.39
/proc/6146/task/6148/stat : 6148 (java) R 6144 6146 5731 0 -1 64 28759 743 1 0 176704 21 13 1 25 0 9 0 1981268025 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4127078980 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6149] ppid=6144 vsize=867824 CPUtime=0.57
/proc/6146/task/6149/stat : 6149 (java) S 6144 6146 5731 0 -1 64 10146 743 0 0 39 4 13 1 16 0 9 0 1981268026 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6150] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6150/stat : 6150 (java) S 6144 6146 5731 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6151] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6151/stat : 6151 (java) S 6144 6146 5731 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6152] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6152/stat : 6152 (java) S 6144 6146 5731 0 -1 64 0 743 0 0 0 0 13 1 23 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6153] ppid=6144 vsize=867824 CPUtime=0.49
/proc/6146/task/6153/stat : 6153 (java) S 6144 6146 5731 0 -1 64 906 743 0 0 34 1 13 1 16 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6154] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6154/stat : 6154 (java) S 6144 6146 5731 0 -1 64 2 743 0 0 0 0 13 1 24 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6155] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6155/stat : 6155 (java) S 6144 6146 5731 0 -1 64 38 743 0 0 0 0 13 1 15 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.2
Current children cumulated vsize (KiB) 867824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/81 6188
/proc/meminfo: memFree=1281992/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=867824 CPUtime=1800.01
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 40683 743 1 0 179958 29 13 1 18 0 9 0 1981268024 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216956 23807 2615 9 0 211484 0
[pid=6146/tid=6148] ppid=6144 vsize=867824 CPUtime=1799.18
/proc/6146/task/6148/stat : 6148 (java) R 6144 6146 5731 0 -1 64 28761 743 1 0 179883 21 13 1 25 0 9 0 1981268025 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4127087249 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6149] ppid=6144 vsize=867824 CPUtime=0.57
/proc/6146/task/6149/stat : 6149 (java) S 6144 6146 5731 0 -1 64 10146 743 0 0 39 4 13 1 16 0 9 0 1981268026 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6150] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6150/stat : 6150 (java) S 6144 6146 5731 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6151] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6151/stat : 6151 (java) S 6144 6146 5731 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6152] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6152/stat : 6152 (java) S 6144 6146 5731 0 -1 64 0 743 0 0 0 0 13 1 23 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6153] ppid=6144 vsize=867824 CPUtime=0.49
/proc/6146/task/6153/stat : 6153 (java) S 6144 6146 5731 0 -1 64 906 743 0 0 34 1 13 1 16 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6154] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6154/stat : 6154 (java) S 6144 6146 5731 0 -1 64 2 743 0 0 0 0 13 1 24 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6155] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6155/stat : 6155 (java) S 6144 6146 5731 0 -1 64 38 743 0 0 0 0 13 1 15 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
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+1814.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/81 6188
/proc/meminfo: memFree=1281992/2055920 swapFree=4179784/4192956
[pid=6146] ppid=6144 vsize=867824 CPUtime=1800.01
/proc/6146/stat : 6146 (java) S 6144 6146 5731 0 -1 0 40683 743 1 0 179958 29 13 1 18 0 9 0 1981268024 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6146/statm: 216956 23807 2615 9 0 211484 0
[pid=6146/tid=6148] ppid=6144 vsize=867824 CPUtime=1799.18
/proc/6146/task/6148/stat : 6148 (java) R 6144 6146 5731 0 -1 64 28761 743 1 0 179883 21 13 1 25 0 9 0 1981268025 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4127087249 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6149] ppid=6144 vsize=867824 CPUtime=0.57
/proc/6146/task/6149/stat : 6149 (java) S 6144 6146 5731 0 -1 64 10146 743 0 0 39 4 13 1 16 0 9 0 1981268026 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6150] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6150/stat : 6150 (java) S 6144 6146 5731 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6151] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6151/stat : 6151 (java) S 6144 6146 5731 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 1981268027 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6152] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6152/stat : 6152 (java) S 6144 6146 5731 0 -1 64 0 743 0 0 0 0 13 1 23 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6153] ppid=6144 vsize=867824 CPUtime=0.49
/proc/6146/task/6153/stat : 6153 (java) S 6144 6146 5731 0 -1 64 906 743 0 0 34 1 13 1 16 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6146/tid=6154] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6154/stat : 6154 (java) S 6144 6146 5731 0 -1 64 2 743 0 0 0 0 13 1 24 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6146/tid=6155] ppid=6144 vsize=867824 CPUtime=0.14
/proc/6146/task/6155/stat : 6155 (java) S 6144 6146 5731 0 -1 64 38 743 0 0 0 0 13 1 15 0 9 0 1981268029 888651776 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867824

Child status: 143
Real time (s): 1814.14
CPU time (s): 1800.08
CPU user time (s): 1799.75
CPU system time (s): 0.32295
CPU usage (%): 99.2245
Max. virtual memory (cumulated for all children) (KiB): 867928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.32295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41455
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= 38909
involuntary context switches= 42936

runsolver used 2.55561 second user time and 5.70313 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-02 20:22:14
IDJOB=1044903
IDBENCH=53542
IDSOLVER=364
FILE ID=node16/1044903-1215022934
PBS_JOBID= 7874438
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044903-1215022934/watcher-1044903-1215022934 -o /tmp/evaluation-result-1044903-1215022934/solver-1044903-1215022934 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044903-1215022934.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 38b9a03a664d7db0da8e03d924bebc38
RANDOM SEED=586413143

node16.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.213
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.213
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:       1377904 kB
Buffers:         70720 kB
Cached:         516812 kB
SwapCached:       7400 kB
Active:         172352 kB
Inactive:       431632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1377904 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            2756 kB
Writeback:           0 kB
Mapped:          23412 kB
Slab:            59332 kB
Committed_AS:  3416740 kB
PageTables:       1816 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= 66548 MiB
End job on node16 at 2008-07-02 20:52:30