Trace number 2095545

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.16 1802.93

General information on the benchmark

Namecsp/dubois/
normalized-dubois-50_ext.xml
MD5SUM3736ef6a23834e902902e9d5e10d3b0e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.031994
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension100
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.07/0.08	
0.07/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-2095545-1247407744.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.35	     nbVariables=150  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=300
0.28/0.35	       =>  wckTime=0.113  cpuTime=0.1  mem=7M892
0.28/0.35	   
0.28/0.35	   relations being loaded...
0.28/0.36	   
0.28/0.36	   constraints being loaded...
0.39/0.48	     nbConstraints=102  nbRelationTypes=2  nbGlobalConstraints=102  nbExtensionStructures=2
0.39/0.48	     nbSharedExtensionStructures=98  nbConflictsStructures=2  nbSharedConflictsStructures=98
0.39/0.48	     nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=3  minArity=2  avgArity=2.98  maxArity=3  nbGenerators=2
0.39/0.48	     nbFusions=0  symmetryWckTime=0.045  symmetryCpuTime=0.03
0.39/0.48	       =>  wckTime=0.237  cpuTime=0.18  mem=13M786
0.48/0.54	   
0.48/0.54	   solver IterativeSystematicSolver being built... 
0.48/0.59	   
0.48/0.59	   INFO : Forward propagation technique limited 
0.60/0.66	       =>  wckTime=0.422  cpuTime=0.32  mem=20M341
0.60/0.67	   
0.60/0.67	   preprocessing
0.60/0.67	     nbConstraintChecks=0  nbValidityChecks=400  nbPropagations=150  nbRevisions=0  nbUselessRevisions=0
0.60/0.67	     nbRemovedValues=0  detectedInconsistency=no
0.60/0.67	       =>  wckTime=0.0090  cpuTime=0.0  mem=20M341
807.22/809.64	   
807.22/809.64	   INFO : Stopping use of transposition table (mapSize=4438694, nbTooLargekeys=0, mem=600M967)

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-2095545-1247407744/watcher-2095545-1247407744 -o /tmp/evaluation-result-2095545-1247407744/solver-2095545-1247407744 -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-2095545-1247407744.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: 1.99 1.99 1.93 4/80 28145
/proc/meminfo: memFree=1750128/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=152 CPUtime=0
/proc/28145/stat : 28145 (java) R 28143 28145 27238 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27837213 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 9839396 0 0 4096 0 0 0 0 17 0 0 0
/proc/28145/statm: 38 26 19 9 0 4 0

[startup+0.079334 s]
/proc/loadavg: 1.99 1.99 1.93 4/80 28145
/proc/meminfo: memFree=1750128/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=865952 CPUtime=0.07
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 3388 0 1 0 6 1 0 0 18 0 9 0 27837213 886734848 2873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 216488 2878 1463 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865952

[startup+0.101337 s]
/proc/loadavg: 1.99 1.99 1.93 4/80 28145
/proc/meminfo: memFree=1750128/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=865980 CPUtime=0.09
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 3803 0 1 0 8 1 0 0 18 0 9 0 27837213 886763520 3254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 216495 3254 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.30136 s]
/proc/loadavg: 1.99 1.99 1.93 4/80 28145
/proc/meminfo: memFree=1750128/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=866380 CPUtime=0.28
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 6083 0 1 0 25 3 0 0 18 0 9 0 27837213 887173120 5449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 216595 5449 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701415 s]
/proc/loadavg: 1.99 1.99 1.93 4/80 28145
/proc/meminfo: memFree=1750128/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=868048 CPUtime=0.7
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 15453 162 1 0 63 7 0 0 18 0 10 0 27837213 888881152 10445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 217012 10445 2655 9 0 211448 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 868048

[startup+1.50251 s]
/proc/loadavg: 1.99 1.99 1.93 3/89 28158
/proc/meminfo: memFree=1718240/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=868180 CPUtime=1.49
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 15779 285 1 0 141 8 0 0 18 0 9 0 27837213 889016320 10765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 217045 10765 2655 9 0 211481 0
[pid=28145/tid=28147] ppid=28143 vsize=868180 CPUtime=1.22
/proc/28145/task/28147/stat : 28147 (java) R 28143 28145 27238 0 -1 64 11839 285 1 0 117 5 0 0 24 0 9 0 27837214 889016320 10765 996147200 134512640 134550932 4294955968 18446744073709551615 4126764431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28148] ppid=28143 vsize=868180 CPUtime=0.03
/proc/28145/task/28148/stat : 28148 (java) S 28143 28145 27238 0 -1 64 2572 285 0 0 3 0 0 0 17 0 9 0 27837216 889016320 10765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28149] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28149/stat : 28149 (java) S 28143 28145 27238 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 27837216 889016320 10765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28150] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28150/stat : 28150 (java) S 28143 28145 27238 0 -1 64 8 285 0 0 0 0 0 0 16 0 9 0 27837216 889016320 10765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28151] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28151/stat : 28151 (java) S 28143 28145 27238 0 -1 64 2 285 0 0 0 0 0 0 24 0 9 0 27837218 889016320 10765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28152] ppid=28143 vsize=868180 CPUtime=0.19
/proc/28145/task/28152/stat : 28152 (java) S 28143 28145 27238 0 -1 64 533 285 0 0 19 0 0 0 16 0 9 0 27837218 889016320 10765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28153] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28153/stat : 28153 (java) S 28143 28145 27238 0 -1 64 1 285 0 0 0 0 0 0 25 0 9 0 27837218 889016320 10765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28154] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28154/stat : 28154 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 15 0 9 0 27837218 889016320 10765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 868180

[startup+3.10269 s]
/proc/loadavg: 1.99 1.99 1.93 3/89 28158
/proc/meminfo: memFree=1716256/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=868180 CPUtime=3.07
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 16437 285 1 0 299 8 0 0 18 0 9 0 27837213 889016320 11421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 217045 11421 2656 9 0 211481 0
[pid=28145/tid=28147] ppid=28143 vsize=868180 CPUtime=2.81
/proc/28145/task/28147/stat : 28147 (java) R 28143 28145 27238 0 -1 64 12494 285 1 0 275 6 0 0 25 0 9 0 27837214 889016320 11421 996147200 134512640 134550932 4294955968 18446744073709551615 4126765653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28148] ppid=28143 vsize=868180 CPUtime=0.03
/proc/28145/task/28148/stat : 28148 (java) S 28143 28145 27238 0 -1 64 2572 285 0 0 3 0 0 0 16 0 9 0 27837216 889016320 11421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28149] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28149/stat : 28149 (java) S 28143 28145 27238 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 27837216 889016320 11421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28150] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28150/stat : 28150 (java) S 28143 28145 27238 0 -1 64 8 285 0 0 0 0 0 0 16 0 9 0 27837216 889016320 11421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28151] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28151/stat : 28151 (java) S 28143 28145 27238 0 -1 64 2 285 0 0 0 0 0 0 24 0 9 0 27837218 889016320 11421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28152] ppid=28143 vsize=868180 CPUtime=0.19
/proc/28145/task/28152/stat : 28152 (java) S 28143 28145 27238 0 -1 64 536 285 0 0 19 0 0 0 16 0 9 0 27837218 889016320 11421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28153] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28153/stat : 28153 (java) S 28143 28145 27238 0 -1 64 1 285 0 0 0 0 0 0 25 0 9 0 27837218 889016320 11421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28154] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28154/stat : 28154 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 15 0 9 0 27837218 889016320 11421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868180

[startup+6.30107 s]
/proc/loadavg: 1.99 1.99 1.93 3/89 28158
/proc/meminfo: memFree=1710368/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=868180 CPUtime=6.24
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 17826 285 1 0 615 9 0 0 18 0 9 0 27837213 889016320 12806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 217045 12806 2656 9 0 211481 0
[pid=28145/tid=28147] ppid=28143 vsize=868180 CPUtime=5.97
/proc/28145/task/28147/stat : 28147 (java) R 28143 28145 27238 0 -1 64 13883 285 1 0 591 6 0 0 25 0 9 0 27837214 889016320 12806 996147200 134512640 134550932 4294955968 18446744073709551615 4126731111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28148] ppid=28143 vsize=868180 CPUtime=0.03
/proc/28145/task/28148/stat : 28148 (java) S 28143 28145 27238 0 -1 64 2572 285 0 0 3 0 0 0 16 0 9 0 27837216 889016320 12806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28149] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28149/stat : 28149 (java) S 28143 28145 27238 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 27837216 889016320 12806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28150] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28150/stat : 28150 (java) S 28143 28145 27238 0 -1 64 8 285 0 0 0 0 0 0 16 0 9 0 27837216 889016320 12806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28151] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28151/stat : 28151 (java) S 28143 28145 27238 0 -1 64 2 285 0 0 0 0 0 0 24 0 9 0 27837218 889016320 12806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28152] ppid=28143 vsize=868180 CPUtime=0.19
/proc/28145/task/28152/stat : 28152 (java) S 28143 28145 27238 0 -1 64 536 285 0 0 19 0 0 0 16 0 9 0 27837218 889016320 12806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28153] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28153/stat : 28153 (java) S 28143 28145 27238 0 -1 64 1 285 0 0 0 0 0 0 25 0 9 0 27837218 889016320 12806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28154] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28154/stat : 28154 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 15 0 9 0 27837218 889016320 12806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868180

[startup+12.7018 s]
/proc/loadavg: 1.99 1.99 1.93 3/89 28158
/proc/meminfo: memFree=1695976/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=868180 CPUtime=12.58
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 21421 285 1 0 1247 11 0 0 18 0 9 0 27837213 889016320 16392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 217045 16392 2656 9 0 211481 0
[pid=28145/tid=28147] ppid=28143 vsize=868180 CPUtime=12.32
/proc/28145/task/28147/stat : 28147 (java) R 28143 28145 27238 0 -1 64 17477 285 1 0 1223 9 0 0 25 0 9 0 27837214 889016320 16392 996147200 134512640 134550932 4294955968 18446744073709551615 4126755795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28148] ppid=28143 vsize=868180 CPUtime=0.03
/proc/28145/task/28148/stat : 28148 (java) S 28143 28145 27238 0 -1 64 2572 285 0 0 3 0 0 0 16 0 9 0 27837216 889016320 16392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28149] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28149/stat : 28149 (java) S 28143 28145 27238 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 27837216 889016320 16392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28150] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28150/stat : 28150 (java) S 28143 28145 27238 0 -1 64 8 285 0 0 0 0 0 0 16 0 9 0 27837216 889016320 16392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28151] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28151/stat : 28151 (java) S 28143 28145 27238 0 -1 64 2 285 0 0 0 0 0 0 24 0 9 0 27837218 889016320 16392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28152] ppid=28143 vsize=868180 CPUtime=0.2
/proc/28145/task/28152/stat : 28152 (java) S 28143 28145 27238 0 -1 64 537 285 0 0 20 0 0 0 17 0 9 0 27837218 889016320 16392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28153] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28153/stat : 28153 (java) S 28143 28145 27238 0 -1 64 1 285 0 0 0 0 0 0 25 0 9 0 27837218 889016320 16392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28154] ppid=28143 vsize=868180 CPUtime=0
/proc/28145/task/28154/stat : 28154 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 15 0 9 0 27837218 889016320 16392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 868180

[startup+25.5023 s]
/proc/loadavg: 1.99 1.99 1.93 3/89 28158
/proc/meminfo: memFree=1677992/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=868092 CPUtime=25.26
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 25518 285 1 0 2513 13 0 0 18 0 9 0 27837213 888926208 20455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 217023 20455 2637 9 0 211481 0
[pid=28145/tid=28147] ppid=28143 vsize=868092 CPUtime=24.9
/proc/28145/task/28147/stat : 28147 (java) R 28143 28145 27238 0 -1 64 18581 285 1 0 2480 10 0 0 25 0 9 0 27837214 888926208 20455 996147200 134512640 134550932 4294955968 18446744073709551615 4125952176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28148] ppid=28143 vsize=868092 CPUtime=0.13
/proc/28145/task/28148/stat : 28148 (java) S 28143 28145 27238 0 -1 64 5564 285 0 0 12 1 0 0 16 0 9 0 27837216 888926208 20455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28149] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28149/stat : 28149 (java) S 28143 28145 27238 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 20455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28150] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28150/stat : 28150 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 20455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28151] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28151/stat : 28151 (java) S 28143 28145 27238 0 -1 64 2 285 0 0 0 0 0 0 24 0 9 0 27837218 888926208 20455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28152] ppid=28143 vsize=868092 CPUtime=0.2
/proc/28145/task/28152/stat : 28152 (java) S 28143 28145 27238 0 -1 64 537 285 0 0 20 0 0 0 17 0 9 0 27837218 888926208 20455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28153] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28153/stat : 28153 (java) S 28143 28145 27238 0 -1 64 1 285 0 0 0 0 0 0 25 0 9 0 27837218 888926208 20455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28154] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28154/stat : 28154 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 15 0 9 0 27837218 888926208 20455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 868092

[startup+51.1024 s]
/proc/loadavg: 1.99 1.99 1.93 3/89 28158
/proc/meminfo: memFree=1659304/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=868092 CPUtime=50.62
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 30194 285 1 0 5047 15 0 0 18 0 9 0 27837213 888926208 25122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 217023 25122 2637 9 0 211481 0
[pid=28145/tid=28147] ppid=28143 vsize=868092 CPUtime=50.1
/proc/28145/task/28147/stat : 28147 (java) R 28143 28145 27238 0 -1 64 18590 285 1 0 5000 10 0 0 25 0 9 0 27837214 888926208 25122 996147200 134512640 134550932 4294955968 18446744073709551615 4126828842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28148] ppid=28143 vsize=868092 CPUtime=0.29
/proc/28145/task/28148/stat : 28148 (java) S 28143 28145 27238 0 -1 64 10231 285 0 0 26 3 0 0 16 0 9 0 27837216 888926208 25122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28149] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28149/stat : 28149 (java) S 28143 28145 27238 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 25122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28150] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28150/stat : 28150 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 25122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28151] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28151/stat : 28151 (java) S 28143 28145 27238 0 -1 64 2 285 0 0 0 0 0 0 24 0 9 0 27837218 888926208 25122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28152] ppid=28143 vsize=868092 CPUtime=0.2
/proc/28145/task/28152/stat : 28152 (java) S 28143 28145 27238 0 -1 64 537 285 0 0 20 0 0 0 17 0 9 0 27837218 888926208 25122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28153] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28153/stat : 28153 (java) S 28143 28145 27238 0 -1 64 1 285 0 0 0 0 0 0 25 0 9 0 27837218 888926208 25122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 1479.64
Current children cumulated vsize (KiB) 868092

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 28197
/proc/meminfo: memFree=1158312/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=868092 CPUtime=1539.61
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 162004 285 1 0 153893 68 0 0 18 0 9 0 27837213 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 217023 156688 2637 9 0 211481 0
[pid=28145/tid=28147] ppid=28143 vsize=868092 CPUtime=1531.46
/proc/28145/task/28147/stat : 28147 (java) R 28143 28145 27238 0 -1 64 18794 285 1 0 153133 13 0 0 25 0 9 0 27837214 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4126785084 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28148] ppid=28143 vsize=868092 CPUtime=7.91
/proc/28145/task/28148/stat : 28148 (java) S 28143 28145 27238 0 -1 64 141824 285 0 0 738 53 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28149] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28149/stat : 28149 (java) S 28143 28145 27238 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28150] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28150/stat : 28150 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28151] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28151/stat : 28151 (java) S 28143 28145 27238 0 -1 64 2 285 0 0 0 0 0 0 24 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28152] ppid=28143 vsize=868092 CPUtime=0.21
/proc/28145/task/28152/stat : 28152 (java) S 28143 28145 27238 0 -1 64 550 285 0 0 21 0 0 0 17 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28153] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28153/stat : 28153 (java) S 28143 28145 27238 0 -1 64 1 285 0 0 0 0 0 0 25 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28154] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28154/stat : 28154 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 15 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.61
Current children cumulated vsize (KiB) 868092

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 28197
/proc/meminfo: memFree=1158312/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=868092 CPUtime=1599.59
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 162005 285 1 0 159890 69 0 0 18 0 9 0 27837213 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 217023 156688 2637 9 0 211481 0
[pid=28145/tid=28147] ppid=28143 vsize=868092 CPUtime=1591.42
/proc/28145/task/28147/stat : 28147 (java) R 28143 28145 27238 0 -1 64 18795 285 1 0 159129 13 0 0 25 0 9 0 27837214 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4126755795 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28148] ppid=28143 vsize=868092 CPUtime=7.91
/proc/28145/task/28148/stat : 28148 (java) S 28143 28145 27238 0 -1 64 141824 285 0 0 738 53 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28149] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28149/stat : 28149 (java) S 28143 28145 27238 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28150] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28150/stat : 28150 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28151] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28151/stat : 28151 (java) S 28143 28145 27238 0 -1 64 2 285 0 0 0 0 0 0 24 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28152] ppid=28143 vsize=868092 CPUtime=0.21
/proc/28145/task/28152/stat : 28152 (java) S 28143 28145 27238 0 -1 64 550 285 0 0 21 0 0 0 17 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28153] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28153/stat : 28153 (java) S 28143 28145 27238 0 -1 64 1 285 0 0 0 0 0 0 25 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28154] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28154/stat : 28154 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 15 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.59
Current children cumulated vsize (KiB) 868092

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 28197
/proc/meminfo: memFree=1158312/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=868092 CPUtime=1659.57
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 162006 285 1 0 165888 69 0 0 18 0 9 0 27837213 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 217023 156688 2637 9 0 211481 0
[pid=28145/tid=28147] ppid=28143 vsize=868092 CPUtime=1651.39
/proc/28145/task/28147/stat : 28147 (java) R 28143 28145 27238 0 -1 64 18796 285 1 0 165126 13 0 0 25 0 9 0 27837214 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4126755838 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28148] ppid=28143 vsize=868092 CPUtime=7.92
/proc/28145/task/28148/stat : 28148 (java) S 28143 28145 27238 0 -1 64 141824 285 0 0 739 53 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28149] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28149/stat : 28149 (java) S 28143 28145 27238 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28150] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28150/stat : 28150 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28151] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28151/stat : 28151 (java) S 28143 28145 27238 0 -1 64 2 285 0 0 0 0 0 0 24 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28152] ppid=28143 vsize=868092 CPUtime=0.21
/proc/28145/task/28152/stat : 28152 (java) S 28143 28145 27238 0 -1 64 550 285 0 0 21 0 0 0 17 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28153] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28153/stat : 28153 (java) S 28143 28145 27238 0 -1 64 1 285 0 0 0 0 0 0 25 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28154] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28154/stat : 28154 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 15 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.57
Current children cumulated vsize (KiB) 868092

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 28197
/proc/meminfo: memFree=1158312/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=868092 CPUtime=1719.54
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 162006 285 1 0 171885 69 0 0 18 0 9 0 27837213 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 217023 156688 2637 9 0 211481 0
[pid=28145/tid=28147] ppid=28143 vsize=868092 CPUtime=1711.38
/proc/28145/task/28147/stat : 28147 (java) R 28143 28145 27238 0 -1 64 18796 285 1 0 171124 14 0 0 25 0 9 0 27837214 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4126765697 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28148] ppid=28143 vsize=868092 CPUtime=7.92
/proc/28145/task/28148/stat : 28148 (java) S 28143 28145 27238 0 -1 64 141824 285 0 0 739 53 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28149] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28149/stat : 28149 (java) S 28143 28145 27238 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28150] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28150/stat : 28150 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28151] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28151/stat : 28151 (java) S 28143 28145 27238 0 -1 64 2 285 0 0 0 0 0 0 24 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28152] ppid=28143 vsize=868092 CPUtime=0.21
/proc/28145/task/28152/stat : 28152 (java) S 28143 28145 27238 0 -1 64 550 285 0 0 21 0 0 0 17 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28153] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28153/stat : 28153 (java) S 28143 28145 27238 0 -1 64 1 285 0 0 0 0 0 0 25 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28154] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28154/stat : 28154 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 15 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.54
Current children cumulated vsize (KiB) 868092

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 28197
/proc/meminfo: memFree=1158312/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=868092 CPUtime=1779.52
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 162007 285 1 0 177883 69 0 0 18 0 9 0 27837213 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 217023 156688 2637 9 0 211481 0
[pid=28145/tid=28147] ppid=28143 vsize=868092 CPUtime=1771.35
/proc/28145/task/28147/stat : 28147 (java) R 28143 28145 27238 0 -1 64 18797 285 1 0 177121 14 0 0 25 0 9 0 27837214 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4126782613 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28148] ppid=28143 vsize=868092 CPUtime=7.92
/proc/28145/task/28148/stat : 28148 (java) S 28143 28145 27238 0 -1 64 141824 285 0 0 739 53 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28149] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28149/stat : 28149 (java) S 28143 28145 27238 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28150] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28150/stat : 28150 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28151] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28151/stat : 28151 (java) S 28143 28145 27238 0 -1 64 2 285 0 0 0 0 0 0 24 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28152] ppid=28143 vsize=868092 CPUtime=0.21
/proc/28145/task/28152/stat : 28152 (java) S 28143 28145 27238 0 -1 64 550 285 0 0 21 0 0 0 17 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28153] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28153/stat : 28153 (java) S 28143 28145 27238 0 -1 64 1 285 0 0 0 0 0 0 25 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28154] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28154/stat : 28154 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 15 0 9 0 27837218 888926208 156688 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.52
Current children cumulated vsize (KiB) 868092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 2.00 2.00 1.96 4/89 28197
/proc/meminfo: memFree=1158248/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=868092 CPUtime=1800.02
/proc/28145/stat : 28145 (java) S 28143 28145 27238 0 -1 0 162018 285 1 0 179933 69 0 0 18 0 9 0 27837213 888926208 156697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 217023 156697 2637 9 0 211481 0
[pid=28145/tid=28147] ppid=28143 vsize=868092 CPUtime=1791.85
/proc/28145/task/28147/stat : 28147 (java) R 28143 28145 27238 0 -1 64 18798 285 1 0 179171 14 0 0 25 0 9 0 27837214 888926208 156697 996147200 134512640 134550932 4294955968 18446744073709551615 4126755795 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28148] ppid=28143 vsize=868092 CPUtime=7.92
/proc/28145/task/28148/stat : 28148 (java) S 28143 28145 27238 0 -1 64 141834 285 0 0 739 53 0 0 16 0 9 0 27837216 888926208 156697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28149] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28149/stat : 28149 (java) S 28143 28145 27238 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 156697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28150] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28150/stat : 28150 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 16 0 9 0 27837216 888926208 156697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28145/tid=28151] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28151/stat : 28151 (java) S 28143 28145 27238 0 -1 64 2 285 0 0 0 0 0 0 24 0 9 0 27837218 888926208 156697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28152] ppid=28143 vsize=868092 CPUtime=0.21
/proc/28145/task/28152/stat : 28152 (java) S 28143 28145 27238 0 -1 64 550 285 0 0 21 0 0 0 17 0 9 0 27837218 888926208 156697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28153] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28153/stat : 28153 (java) S 28143 28145 27238 0 -1 64 1 285 0 0 0 0 0 0 25 0 9 0 27837218 888926208 156697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28145/tid=28154] ppid=28143 vsize=868092 CPUtime=0
/proc/28145/task/28154/stat : 28154 (java) S 28143 28145 27238 0 -1 64 9 285 0 0 0 0 0 0 15 0 9 0 27837218 888926208 156697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868092

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

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

[startup+1802.92 s]
/proc/loadavg: 2.00 2.00 1.96 4/89 28197
/proc/meminfo: memFree=1158248/2055920 swapFree=4192812/4192956
[pid=28145] ppid=28143 vsize=0 CPUtime=1800.13
/proc/28145/stat : 28145 (java) Z 28143 28145 27238 0 -1 1036 162046 285 1 0 179936 77 0 0 16 0 2 0 27837213 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28145/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1802.93
CPU time (s): 1800.16
CPU user time (s): 1799.37
CPU system time (s): 0.793879
CPU usage (%): 99.8463
Max. virtual memory (cumulated for all children) (KiB): 868180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.793879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162331
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= 38021
involuntary context switches= 44530

runsolver used 2.46162 second user time and 5.75012 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 16:09:04
IDJOB=2095545
IDBENCH=55419
IDSOLVER=773
FILE ID=node66/2095545-1247407744
PBS_JOBID= 9510516
Free space on /tmp= 66248 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/dubois/normalized-dubois-50_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-2095545-1247407744/watcher-2095545-1247407744 -o /tmp/evaluation-result-2095545-1247407744/solver-2095545-1247407744 -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-2095545-1247407744.xml

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

MD5SUM BENCH= 3736ef6a23834e902902e9d5e10d3b0e
RANDOM SEED=833825046

node66.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.214
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.214
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:       1750608 kB
Buffers:         34352 kB
Cached:         112256 kB
SwapCached:          0 kB
Active:         185924 kB
Inactive:        61416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2280 kB
Writeback:           0 kB
Mapped:         121184 kB
Slab:            42980 kB
Committed_AS:   992720 kB
PageTables:       1920 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= 66244 MiB
End job on node66 at 2009-07-12 16:39:09