Trace number 1062227

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.15 1808.85

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-30-30.xml
MD5SUMc7a10992fbd03921b43966fd04238705
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2875
Satisfiable
(Un)Satisfiability was proved
Number of variables1350
Number of constraints990
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension990
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.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1062227-1215133994.xml
0.29/0.32	   
0.29/0.32	   domains being loaded...
0.29/0.33	   
0.29/0.33	   variables being loaded...
0.38/0.49	     nbVariables=1350  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=2700
0.38/0.49	       =>  wckTime=0.239  cpuTime=0.17  mem=10M779
0.38/0.49	   
0.38/0.49	   predicates being loaded...
0.49/0.57	   
0.49/0.57	   constraints being loaded...
3.85/3.96	     nbConstraints=1076  nbGlobalConstraints=86  nbUnbuiltConflictsStructures=4  nbSharedBinaryRepresentations=0
3.85/3.96	     nbEvaluationManagers=4  nbSharedEvaluationManagers=986  minDegree=6  maxDegree=36  minArity=15  avgArity=21.47
3.85/3.96	     maxArity=1350  nbGenerators=86  nbFusions=0  symmetryWckTime=2.198  symmetryCpuTime=1.01
3.85/3.96	       =>  wckTime=3.704  cpuTime=2.32  mem=38M169
3.96/4.04	   
3.96/4.04	   solver IterativeSystematicSolver being built... 
4.16/4.21	   
4.16/4.21	   INFO : Forward propagation technique limited 
4.26/4.35	       =>  wckTime=4.102  cpuTime=2.57  mem=29M867
8.83/8.97	   
8.83/8.97	   preprocessing
8.83/8.97	     nbConstraintChecks=1078053  nbValidityChecks=515780  nbPropagations=5054  nbRevisions=269915
8.83/8.97	     nbUselessRevisions=268310  nbSingletonTests=1828  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
8.83/8.97	     nbRemovedValues=0  detectedInconsistency=no
8.83/8.97	       =>  wckTime=4.605  cpuTime=4.52  mem=30M856
27.05/27.24	   
27.05/27.24	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=47M707)

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-1062227-1215133994/watcher-1062227-1215133994 -o /tmp/evaluation-result-1062227-1215133994/solver-1062227-1215133994 -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-1062227-1215133994.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: 1.81 1.96 1.98 4/80 9199
/proc/meminfo: memFree=1543656/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=862848 CPUtime=0.03
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 2405 0 1 0 2 1 0 0 18 0 7 0 1543071138 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 215712 1984 910 9 0 210691 0
[pid=9199/tid=9200] ppid=9197 vsize=862848 CPUtime=0.02
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 1687 0 1 0 1 1 0 0 18 0 7 0 1543071139 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9201] ppid=9197 vsize=862848 CPUtime=0
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 4 0 0 0 0 0 0 0 19 0 7 0 1543071140 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=862848 CPUtime=0
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 10 0 0 0 0 0 0 0 19 0 7 0 1543071140 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=862848 CPUtime=0
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 4 0 0 0 0 0 0 0 20 0 7 0 1543071140 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=862848 CPUtime=0
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 0 0 0 0 0 0 0 18 0 7 0 1543071142 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=862848 CPUtime=0
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 9162 0 -1 64 23 0 0 0 0 0 0 0 19 0 7 0 1543071142 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

[startup+0.144332 s]
/proc/loadavg: 1.81 1.96 1.98 4/80 9199
/proc/meminfo: memFree=1543656/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=866036 CPUtime=0.13
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 4198 0 1 0 11 2 0 0 18 0 9 0 1543071138 886820864 3633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 216509 3633 1806 9 0 211064 0
[pid=9199/tid=9200] ppid=9197 vsize=866036 CPUtime=0.11
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 3282 0 1 0 9 2 0 0 18 0 9 0 1543071139 886820864 3633 996147200 134512640 134550740 4294955968 18446744073709551615 4125956493 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9201] ppid=9197 vsize=866036 CPUtime=0
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1543071140 886820864 3633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=866036 CPUtime=0
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1543071140 886820864 3633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=866036 CPUtime=0
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1543071140 886820864 3633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=866036 CPUtime=0
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543071142 886820864 3633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=866036 CPUtime=0.01
/proc/9199/task/9205/stat : 9205 (java) R 9197 9199 9162 0 -1 64 220 0 0 0 1 0 0 0 18 0 9 0 1543071142 886820864 3633 996147200 134512640 134550740 4294955968 18446744073709551615 101458385 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 866036

[startup+0.202341 s]
/proc/loadavg: 1.81 1.96 1.98 4/80 9199
/proc/meminfo: memFree=1543656/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=866160 CPUtime=0.19
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 4735 0 1 0 16 3 0 0 18 0 9 0 1543071138 886947840 4162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 216540 4162 1861 9 0 211088 0
[pid=9199/tid=9200] ppid=9197 vsize=866160 CPUtime=0.15
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 3807 0 1 0 13 2 0 0 18 0 9 0 1543071139 886947840 4162 996147200 134512640 134550740 4294955968 18446744073709551615 104454898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9201] ppid=9197 vsize=866160 CPUtime=0
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1543071140 886947840 4162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=866160 CPUtime=0
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1543071140 886947840 4162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=866160 CPUtime=0
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1543071140 886947840 4162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=866160 CPUtime=0
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543071142 886947840 4162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=866160 CPUtime=0.01
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 9162 0 -1 64 232 0 0 0 1 0 0 0 17 0 9 0 1543071142 886947840 4162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866160

[startup+0.302348 s]
/proc/loadavg: 1.81 1.96 1.98 4/80 9199
/proc/meminfo: memFree=1543656/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=866372 CPUtime=0.29
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 5840 0 1 0 25 4 0 0 18 0 9 0 1543071138 887164928 5214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 216593 5214 1953 9 0 211121 0
[pid=9199/tid=9200] ppid=9197 vsize=866372 CPUtime=0.23
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 4880 0 1 0 20 3 0 0 18 0 9 0 1543071139 887164928 5214 996147200 134512640 134550740 4294955968 18446744073709551615 104192917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9201] ppid=9197 vsize=866372 CPUtime=0
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1543071140 887164928 5214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=866372 CPUtime=0
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1543071140 887164928 5214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=866372 CPUtime=0
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1543071140 887164928 5214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=866372 CPUtime=0
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543071142 887164928 5214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=866372 CPUtime=0.04
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 9162 0 -1 64 264 0 0 0 4 0 0 0 16 0 9 0 1543071142 887164928 5214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866372

[startup+0.702404 s]
/proc/loadavg: 1.81 1.96 1.98 4/80 9199
/proc/meminfo: memFree=1543656/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=867636 CPUtime=0.68
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 9470 0 1 0 62 6 0 0 18 0 9 0 1543071138 888459264 8830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 216909 8830 2008 9 0 211415 0
[pid=9199/tid=9200] ppid=9197 vsize=867636 CPUtime=0.51
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 8136 0 1 0 46 5 0 0 19 0 9 0 1543071139 888459264 8830 996147200 134512640 134550740 4294955968 18446744073709551615 102689690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9201] ppid=9197 vsize=867636 CPUtime=0
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1543071140 888459264 8830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=867636 CPUtime=0
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1543071140 888459264 8830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=867636 CPUtime=0
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1543071140 888459264 8830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=867636 CPUtime=0
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543071142 888459264 8830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=867636 CPUtime=0.15
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 9162 0 -1 64 638 0 0 0 15 0 0 0 16 0 9 0 1543071142 888459264 8830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867636

[startup+1.50251 s]
/proc/loadavg: 1.81 1.96 1.98 3/89 9208
/proc/meminfo: memFree=1492000/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=867548 CPUtime=1.48
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 18474 0 1 0 133 15 0 0 18 0 9 0 1543071138 888369152 17809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 216887 17809 2001 9 0 211415 0
[pid=9199/tid=9200] ppid=9197 vsize=867548 CPUtime=1.24
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 15777 0 1 0 110 14 0 0 25 0 9 0 1543071139 888369152 17809 996147200 134512640 134550740 4294955968 18446744073709551615 4126520526 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9201] ppid=9197 vsize=867548 CPUtime=0.03
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 1329 0 0 0 3 0 0 0 16 0 9 0 1543071140 888369152 17809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=867548 CPUtime=0
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1543071140 888369152 17809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=867548 CPUtime=0
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1543071140 888369152 17809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=867548 CPUtime=0
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543071142 888369152 17809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=867548 CPUtime=0.19
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 9162 0 -1 64 672 0 0 0 19 0 0 0 15 0 9 0 1543071142 888369152 17809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9207] ppid=9197 vsize=867548 CPUtime=0
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 9162 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543071142 888369152 17809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9208] ppid=9197 vsize=867548 CPUtime=0
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 9162 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543071143 888369152 17809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867548

[startup+3.10272 s]
/proc/loadavg: 1.81 1.96 1.98 3/91 9210
/proc/meminfo: memFree=1465744/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=867872 CPUtime=3.07
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 28144 869 1 0 183 20 103 1 18 0 10 0 1543071138 888700928 20715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 216968 20715 2014 9 0 211496 0
[pid=9199/tid=9200] ppid=9197 vsize=867872 CPUtime=2.72
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 17774 869 1 0 152 16 103 1 17 0 10 0 1543071139 888700928 20715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9201] ppid=9197 vsize=867872 CPUtime=1.12
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 8657 869 0 0 7 1 103 1 16 0 10 0 1543071140 888700928 20715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=867872 CPUtime=1.04
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 19 869 0 0 0 0 103 1 16 0 10 0 1543071140 888700928 20715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=867872 CPUtime=1.04
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 10 869 0 0 0 0 103 1 16 0 10 0 1543071140 888700928 20715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=867872 CPUtime=1.04
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 869 0 0 0 0 103 1 18 0 10 0 1543071142 888700928 20715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=867872 CPUtime=1.26
/proc/9199/task/9205/stat : 9205 (java) R 9197 9199 9162 0 -1 64 898 869 0 0 22 0 103 1 16 0 10 0 1543071142 888700928 20715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9207] ppid=9197 vsize=867872 CPUtime=1.04
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 9162 0 -1 64 1 869 0 0 0 0 103 1 19 0 10 0 1543071142 888700928 20715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9208] ppid=9197 vsize=867872 CPUtime=1.04
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 9162 0 -1 64 4 869 0 0 0 0 103 1 15 0 10 0 1543071143 888700928 20715 996147200 134512640 134550740 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) 867872

[startup+6.30114 s]
/proc/loadavg: 1.82 1.96 1.98 3/89 9212
/proc/meminfo: memFree=1460624/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=868076 CPUtime=6.25
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 45884 993 1 0 496 25 103 1 18 0 9 0 1543071138 888909824 23171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 217019 23171 2637 9 0 211525 0
[pid=9199/tid=9200] ppid=9197 vsize=868076 CPUtime=5.7
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 29268 993 1 0 447 19 103 1 25 0 9 0 1543071139 888909824 23171 996147200 134512640 134550740 4294955968 18446744073709551615 4127170409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9201] ppid=9197 vsize=868076 CPUtime=1.25
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 14790 993 0 0 18 3 103 1 16 0 9 0 1543071140 888909824 23171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 26 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 14 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 18 0 9 0 1543071142 888909824 23171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=868076 CPUtime=1.35
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 9162 0 -1 64 965 993 0 0 30 1 103 1 15 0 9 0 1543071142 888909824 23171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9207] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 19 0 9 0 1543071142 888909824 23171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9208] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 9162 0 -1 64 33 993 0 0 0 0 103 1 15 0 9 0 1543071143 888909824 23171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868076

[startup+12.703 s]
/proc/loadavg: 1.84 1.96 1.98 3/89 9212
/proc/meminfo: memFree=1460304/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=868076 CPUtime=12.62
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 45967 993 1 0 1132 26 103 1 18 0 9 0 1543071138 888909824 23200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 217019 23200 2637 9 0 211525 0
[pid=9199/tid=9200] ppid=9197 vsize=868076 CPUtime=12.01
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 29286 993 1 0 1078 19 103 1 25 0 9 0 1543071139 888909824 23200 996147200 134512640 134550740 4294955968 18446744073709551615 4127208442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9201] ppid=9197 vsize=868076 CPUtime=1.25

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

/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 14 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 18 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=868076 CPUtime=1.43
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 9162 0 -1 64 1064 993 0 0 38 1 103 1 17 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9207] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 19 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9208] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 9162 0 -1 64 33 993 0 0 0 0 103 1 15 0 9 0 1543071143 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.83
Current children cumulated vsize (KiB) 868076

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9214
/proc/meminfo: memFree=1459536/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=868076 CPUtime=1594.54
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 46016 993 1 0 159321 29 103 1 18 0 9 0 1543071138 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 217019 23220 2637 9 0 211525 0
[pid=9199/tid=9200] ppid=9197 vsize=868076 CPUtime=1593.9
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 29301 993 1 0 159263 23 103 1 25 0 9 0 1543071139 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4127290174 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9201] ppid=9197 vsize=868076 CPUtime=1.25
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 14790 993 0 0 18 3 103 1 16 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 26 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 14 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 18 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=868076 CPUtime=1.43
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 9162 0 -1 64 1064 993 0 0 38 1 103 1 17 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9207] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 19 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9208] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 9162 0 -1 64 33 993 0 0 0 0 103 1 15 0 9 0 1543071143 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.54
Current children cumulated vsize (KiB) 868076

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9214
/proc/meminfo: memFree=1459536/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=868076 CPUtime=1654.24
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 46016 993 1 0 165291 29 103 1 18 0 9 0 1543071138 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 217019 23220 2637 9 0 211525 0
[pid=9199/tid=9200] ppid=9197 vsize=868076 CPUtime=1653.61
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 29301 993 1 0 165234 23 103 1 25 0 9 0 1543071139 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4126999976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9201] ppid=9197 vsize=868076 CPUtime=1.25
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 14790 993 0 0 18 3 103 1 16 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 26 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 14 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 18 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=868076 CPUtime=1.43
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 9162 0 -1 64 1064 993 0 0 38 1 103 1 17 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9207] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 19 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9208] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 9162 0 -1 64 33 993 0 0 0 0 103 1 15 0 9 0 1543071143 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.24
Current children cumulated vsize (KiB) 868076

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9214
/proc/meminfo: memFree=1459472/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=868076 CPUtime=1713.96
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 46016 993 1 0 171263 29 103 1 18 0 9 0 1543071138 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 217019 23220 2637 9 0 211525 0
[pid=9199/tid=9200] ppid=9197 vsize=868076 CPUtime=1713.32
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 29301 993 1 0 171205 23 103 1 25 0 9 0 1543071139 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4127178442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9201] ppid=9197 vsize=868076 CPUtime=1.25
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 14790 993 0 0 18 3 103 1 16 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 26 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 14 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 18 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=868076 CPUtime=1.43
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 9162 0 -1 64 1064 993 0 0 38 1 103 1 17 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9207] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 19 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9208] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 9162 0 -1 64 33 993 0 0 0 0 103 1 15 0 9 0 1543071143 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.96
Current children cumulated vsize (KiB) 868076

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9214
/proc/meminfo: memFree=1459472/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=868076 CPUtime=1773.66
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 46016 993 1 0 177233 29 103 1 18 0 9 0 1543071138 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 217019 23220 2637 9 0 211525 0
[pid=9199/tid=9200] ppid=9197 vsize=868076 CPUtime=1773.03
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 29301 993 1 0 177176 23 103 1 25 0 9 0 1543071139 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4126874842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9201] ppid=9197 vsize=868076 CPUtime=1.25
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 14790 993 0 0 18 3 103 1 16 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 26 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 14 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 18 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=868076 CPUtime=1.43
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 9162 0 -1 64 1064 993 0 0 38 1 103 1 17 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9207] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 19 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9208] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 9162 0 -1 64 33 993 0 0 0 0 103 1 15 0 9 0 1543071143 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.66
Current children cumulated vsize (KiB) 868076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.8 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 9258
/proc/meminfo: memFree=1506832/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=868076 CPUtime=1800.09
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 46016 993 1 0 179871 34 103 1 18 0 9 0 1543071138 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 217019 23220 2637 9 0 211525 0
[pid=9199/tid=9200] ppid=9197 vsize=868076 CPUtime=1799.44
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 29301 993 1 0 179813 27 103 1 25 0 9 0 1543071139 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4127176124 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9199/tid=9201] ppid=9197 vsize=868076 CPUtime=1.25
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 14790 993 0 0 18 3 103 1 16 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 26 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 14 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 18 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=868076 CPUtime=1.43
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 9162 0 -1 64 1064 993 0 0 38 1 103 1 17 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9207] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 19 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9208] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 9162 0 -1 64 33 993 0 0 0 0 103 1 15 0 9 0 1543071143 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868076

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

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

[startup+1808.8 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 9258
/proc/meminfo: memFree=1506832/2055920 swapFree=4180424/4192956
[pid=9199] ppid=9197 vsize=868076 CPUtime=1800.09
/proc/9199/stat : 9199 (java) S 9197 9199 9162 0 -1 0 46016 993 1 0 179871 34 103 1 18 0 9 0 1543071138 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9199/statm: 217019 23220 2637 9 0 211525 0
[pid=9199/tid=9200] ppid=9197 vsize=868076 CPUtime=1799.44
/proc/9199/task/9200/stat : 9200 (java) R 9197 9199 9162 0 -1 64 29301 993 1 0 179813 27 103 1 25 0 9 0 1543071139 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4127176124 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9199/tid=9201] ppid=9197 vsize=868076 CPUtime=1.25
/proc/9199/task/9201/stat : 9201 (java) S 9197 9199 9162 0 -1 64 14790 993 0 0 18 3 103 1 16 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9202] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 9162 0 -1 64 26 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9203] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 9162 0 -1 64 14 993 0 0 0 0 103 1 15 0 9 0 1543071140 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9204] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 18 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9205] ppid=9197 vsize=868076 CPUtime=1.43
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 9162 0 -1 64 1064 993 0 0 38 1 103 1 17 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9207] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 9162 0 -1 64 1 993 0 0 0 0 103 1 19 0 9 0 1543071142 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9199/tid=9208] ppid=9197 vsize=868076 CPUtime=1.04
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 9162 0 -1 64 33 993 0 0 0 0 103 1 15 0 9 0 1543071143 888909824 23220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868076

Child status: 143
Real time (s): 1808.85
CPU time (s): 1800.15
CPU user time (s): 1799.77
CPU system time (s): 0.375942
CPU usage (%): 99.5191
Max. virtual memory (cumulated for all children) (KiB): 872316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.375942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47039
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= 38688
involuntary context switches= 60972

runsolver used 1.93371 second user time and 6.30004 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-04 03:13:14
IDJOB=1062227
IDBENCH=54618
IDSOLVER=364
FILE ID=node13/1062227-1215133994
PBS_JOBID= 7877363
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-30-30.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-1062227-1215133994/watcher-1062227-1215133994 -o /tmp/evaluation-result-1062227-1215133994/solver-1062227-1215133994 -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-1062227-1215133994.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c7a10992fbd03921b43966fd04238705
RANDOM SEED=1942437346

node13.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.238
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.238
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:       1544136 kB
Buffers:         69964 kB
Cached:         270032 kB
SwapCached:       6668 kB
Active:         259984 kB
Inactive:       172940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1544136 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            5020 kB
Writeback:           0 kB
Mapped:         109308 kB
Slab:            63864 kB
Committed_AS:  3721588 kB
PageTables:       2088 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= 66524 MiB
End job on node13 at 2008-07-04 03:43:24