Trace number 1057370

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.11 1800.83

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-3-3.xml
MD5SUM731de278672e01032a698d5eefd6377a
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 benchmark719.109
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity6
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1057370-1215110672.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.29/0.39	     nbVariables=100  nbDomainTypes=1  minDomainSize=96  maxDomainSize=96  nbTotalValues=9600
0.29/0.39	       =>  wckTime=0.159  cpuTime=0.11  mem=7M919
0.29/0.39	   
0.29/0.39	   predicates being loaded...
0.48/0.53	   
0.48/0.53	   constraints being loaded...
0.68/0.71	     nbConstraints=55  nbGlobalConstraints=15  nbDisconnectedVariables=16  nbUnbuiltConflictsStructures=40
0.68/0.71	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=40  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=5
0.68/0.71	     minArity=2  avgArity=3.95  maxArity=6  nbGenerators=15  nbFusions=0  symmetryWckTime=0.046  symmetryCpuTime=0.02
0.68/0.71	       =>  wckTime=0.48  cpuTime=0.35  mem=17M745
0.68/0.76	   
0.68/0.76	   solver IterativeSystematicSolver being built... 
0.78/0.84	   
0.78/0.84	   INFO : Forward propagation technique limited 
0.88/0.91	       =>  wckTime=0.681  cpuTime=0.48  mem=21M781
37.90/38.02	   
37.90/38.02	   preprocessing
37.90/38.02	     nbConstraintChecks=83611186  nbValidityChecks=42350  nbPropagations=1450  nbRevisions=1258  nbUselessRevisions=267
37.90/38.02	     nbSingletonTests=437  nbEffectiveSingletonTests=134  nbACRemovals=753  nbFoundSingletons=0  nbRemovedValues=902
37.90/38.02	     detectedInconsistency=no
37.90/38.02	       =>  wckTime=37.105  cpuTime=36.99  mem=22M757
146.85/147.08	   
146.85/147.08	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M732)

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-1057370-1215110672/watcher-1057370-1215110672 -o /tmp/evaluation-result-1057370-1215110672/solver-1057370-1215110672 -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-1057370-1215110672.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.92 1.98 1.91 4/80 13880
/proc/meminfo: memFree=1549000/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=1616 CPUtime=0
/proc/13880/stat : 13880 (java) D 13878 13880 13406 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 1990041804 1654784 151 996147200 134512640 134550740 4294955968 18446744073709551615 2605860 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/13880/statm: 404 151 125 9 0 46 0
[pid=13880/tid=13881] ppid=13878 vsize=10616 CPUtime=0
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1990041805 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 3452888 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0771789 s]
/proc/loadavg: 1.92 1.98 1.91 4/80 13880
/proc/meminfo: memFree=1549000/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=865856 CPUtime=0.06
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 3433 0 1 0 4 2 0 0 18 0 9 0 1990041804 886636544 2931 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216464 2931 1576 9 0 211026 0
[pid=13880/tid=13881] ppid=13878 vsize=865856 CPUtime=0.05
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 2531 0 1 0 4 1 0 0 18 0 9 0 1990041805 886636544 2931 996147200 134512640 134550740 4294955968 18446744073709551615 103782258 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101175 s]
/proc/loadavg: 1.92 1.98 1.91 4/80 13880
/proc/meminfo: memFree=1549000/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=865884 CPUtime=0.09
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 3785 0 1 0 7 2 0 0 18 0 9 0 1990041804 886665216 3236 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216471 3236 1715 9 0 211026 0
[pid=13880/tid=13881] ppid=13878 vsize=865884 CPUtime=0.07
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 2883 0 1 0 6 1 0 0 18 0 9 0 1990041805 886665216 3236 996147200 134512640 134550740 4294955968 18446744073709551615 102257736 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301196 s]
/proc/loadavg: 1.92 1.98 1.91 4/80 13880
/proc/meminfo: memFree=1549000/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=866196 CPUtime=0.29
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 5627 0 1 0 25 4 0 0 18 0 9 0 1990041804 886984704 5041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216549 5041 1903 9 0 211097 0
[pid=13880/tid=13881] ppid=13878 vsize=866196 CPUtime=0.24
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 4655 0 1 0 21 3 0 0 19 0 9 0 1990041805 886984704 5041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701237 s]
/proc/loadavg: 1.92 1.98 1.91 4/80 13880
/proc/meminfo: memFree=1549000/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=867280 CPUtime=0.68
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 9085 156 1 0 62 6 0 0 18 0 10 0 1990041804 888094720 8010 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216820 8010 2015 9 0 211326 0
[pid=13880/tid=13881] ppid=13878 vsize=867280 CPUtime=0.56
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 7907 156 1 0 51 5 0 0 20 0 10 0 1990041805 888094720 8010 996147200 134512640 134550740 4294955968 18446744073709551615 104454912 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867280

[startup+1.50131 s]
/proc/loadavg: 1.92 1.98 1.91 3/89 13893
/proc/meminfo: memFree=1516608/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=867280 CPUtime=1.47
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 16628 280 1 0 138 9 0 0 18 0 9 0 1990041804 888094720 10629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216820 10629 2629 9 0 211326 0
[pid=13880/tid=13881] ppid=13878 vsize=867280 CPUtime=1.27
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 12763 280 1 0 120 7 0 0 24 0 9 0 1990041805 888094720 10629 996147200 134512640 134550740 4294955968 18446744073709551615 4126775852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=867280 CPUtime=0.03
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13406 0 -1 64 2514 280 0 0 3 0 0 0 16 0 9 0 1990041807 888094720 10629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13884] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13406 0 -1 64 14 280 0 0 0 0 0 0 16 0 9 0 1990041807 888094720 10629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13406 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1990041807 888094720 10629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13406 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 1990041809 888094720 10629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=867280 CPUtime=0.14
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13406 0 -1 64 513 280 0 0 14 0 0 0 16 0 9 0 1990041809 888094720 10629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13406 0 -1 64 2 280 0 0 0 0 0 0 19 0 9 0 1990041809 888094720 10629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13406 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 1990041809 888094720 10629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867280

[startup+3.10148 s]
/proc/loadavg: 1.92 1.98 1.91 3/89 13893
/proc/meminfo: memFree=1516416/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=867280 CPUtime=3.06
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 16638 280 1 0 297 9 0 0 18 0 9 0 1990041804 888094720 10637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216820 10637 2629 9 0 211326 0
[pid=13880/tid=13881] ppid=13878 vsize=867280 CPUtime=2.86
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 12769 280 1 0 279 7 0 0 25 0 9 0 1990041805 888094720 10637 996147200 134512640 134550740 4294955968 18446744073709551615 4126771428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=867280 CPUtime=0.03
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13406 0 -1 64 2514 280 0 0 3 0 0 0 17 0 9 0 1990041807 888094720 10637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13884] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13406 0 -1 64 14 280 0 0 0 0 0 0 16 0 9 0 1990041807 888094720 10637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13406 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1990041807 888094720 10637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13406 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 1990041809 888094720 10637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=867280 CPUtime=0.14
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13406 0 -1 64 517 280 0 0 14 0 0 0 16 0 9 0 1990041809 888094720 10637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13406 0 -1 64 2 280 0 0 0 0 0 0 19 0 9 0 1990041809 888094720 10637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13406 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 1990041809 888094720 10637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867280

[startup+6.30281 s]
/proc/loadavg: 1.93 1.98 1.91 3/89 13893
/proc/meminfo: memFree=1516224/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=867280 CPUtime=6.25
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 16658 280 1 0 616 9 0 0 18 0 9 0 1990041804 888094720 10653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216820 10653 2630 9 0 211326 0
[pid=13880/tid=13881] ppid=13878 vsize=867280 CPUtime=6.03
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 12780 280 1 0 596 7 0 0 17 0 9 0 1990041805 888094720 10653 996147200 134512640 134550740 4294955968 18446744073709551615 4126777783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=867280 CPUtime=0.03
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13406 0 -1 64 2514 280 0 0 3 0 0 0 16 0 9 0 1990041807 888094720 10653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13406 0 -1 64 14 280 0 0 0 0 0 0 16 0 9 0 1990041807 888094720 10653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13406 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1990041807 888094720 10653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13406 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 1990041809 888094720 10653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=867280 CPUtime=0.15
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13406 0 -1 64 526 280 0 0 15 0 0 0 16 0 9 0 1990041809 888094720 10653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13406 0 -1 64 2 280 0 0 0 0 0 0 19 0 9 0 1990041809 888094720 10653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13406 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 1990041809 888094720 10653 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) 867280

[startup+12.7025 s]
/proc/loadavg: 1.93 1.98 1.91 3/82 13893
/proc/meminfo: memFree=1525760/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=867280 CPUtime=12.61
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 16663 280 1 0 1252 9 0 0 18 0 9 0 1990041804 888094720 10654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216820 10654 2630 9 0 211326 0
[pid=13880/tid=13881] ppid=13878 vsize=867280 CPUtime=12.4
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 12785 280 1 0 1233 7 0 0 25 0 9 0 1990041805 888094720 10654 996147200 134512640 134550740 4294955968 18446744073709551615 4126777783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=867280 CPUtime=0.03
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13406 0 -1 64 2514 280 0 0 3 0 0 0 17 0 9 0 1990041807 888094720 10654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13406 0 -1 64 14 280 0 0 0 0 0 0 16 0 9 0 1990041807 888094720 10654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13406 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1990041807 888094720 10654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13406 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 1990041809 888094720 10654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=867280 CPUtime=0.15
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13406 0 -1 64 526 280 0 0 15 0 0 0 16 0 9 0 1990041809 888094720 10654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13406 0 -1 64 2 280 0 0 0 0 0 0 19 0 9 0 1990041809 888094720 10654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13406 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 1990041809 888094720 10654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867280

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.91 3/93 13938
/proc/meminfo: memFree=1501168/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=867280 CPUtime=25.4
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 16698 280 1 0 2529 11 0 0 18 0 9 0 1990041804 888094720 10686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216820 10686 2630 9 0 211326 0
[pid=13880/tid=13881] ppid=13878 vsize=867280 CPUtime=25.17
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 12816 280 1 0 2509 8 0 0 25 0 9 0 1990041805 888094720 10686 996147200 134512640 134550740 4294955968 18446744073709551615 4126775845 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=867280 CPUtime=0.03
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13406 0 -1 64 2514 280 0 0 3 0 0 0 16 0 9 0 1990041807 888094720 10686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13406 0 -1 64 14 280 0 0 0 0 0 0 16 0 9 0 1990041807 888094720 10686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13406 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1990041807 888094720 10686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13406 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 1990041809 888094720 10686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=867280 CPUtime=0.16
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13406 0 -1 64 530 280 0 0 16 0 0 0 16 0 9 0 1990041809 888094720 10686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13406 0 -1 64 2 280 0 0 0 0 0 0 19 0 9 0 1990041809 888094720 10686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13406 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 1990041809 888094720 10686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 867280

[startup+51.1015 s]
/proc/loadavg: 1.96 1.98 1.91 3/93 13938
/proc/meminfo: memFree=1499824/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=867280 CPUtime=50.99
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 16994 280 1 0 5088 11 0 0 18 0 9 0 1990041804 888094720 10970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216820 10970 2630 9 0 211326 0
[pid=13880/tid=13881] ppid=13878 vsize=867280 CPUtime=50.74
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 13097 280 1 0 5066 8 0 0 25 0 9 0 1990041805 888094720 10970 996147200 134512640 134550740 4294955968 18446744073709551615 4126775736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=867280 CPUtime=0.03

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

/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13406 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1990041807 888094720 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13406 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 1990041809 888094720 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=867280 CPUtime=0.23
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13406 0 -1 64 583 280 0 0 23 0 0 0 16 0 9 0 1990041809 888094720 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13406 0 -1 64 2 280 0 0 0 0 0 0 19 0 9 0 1990041809 888094720 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13406 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 1990041809 888094720 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 867280

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 13944
/proc/meminfo: memFree=1498736/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=867280 CPUtime=1541.65
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 17074 280 1 0 154152 13 0 0 18 0 9 0 1990041804 888094720 11025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216820 11025 2630 9 0 211326 0
[pid=13880/tid=13881] ppid=13878 vsize=867280 CPUtime=1541.34
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 13138 280 1 0 154124 10 0 0 25 0 9 0 1990041805 888094720 11025 996147200 134512640 134550740 4294955968 18446744073709551615 4126772865 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=867280 CPUtime=0.03
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13406 0 -1 64 2514 280 0 0 3 0 0 0 16 0 9 0 1990041807 888094720 11025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13406 0 -1 64 14 280 0 0 0 0 0 0 16 0 9 0 1990041807 888094720 11025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13406 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1990041807 888094720 11025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13406 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 1990041809 888094720 11025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=867280 CPUtime=0.23
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13406 0 -1 64 584 280 0 0 23 0 0 0 17 0 9 0 1990041809 888094720 11025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13406 0 -1 64 2 280 0 0 0 0 0 0 19 0 9 0 1990041809 888094720 11025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13406 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 1990041809 888094720 11025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 867280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 13944
/proc/meminfo: memFree=1498736/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=867280 CPUtime=1601.63
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 17076 280 1 0 160150 13 0 0 18 0 9 0 1990041804 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216820 11026 2630 9 0 211326 0
[pid=13880/tid=13881] ppid=13878 vsize=867280 CPUtime=1601.32
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 13139 280 1 0 160122 10 0 0 25 0 9 0 1990041805 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4126775728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=867280 CPUtime=0.03
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13406 0 -1 64 2514 280 0 0 3 0 0 0 16 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13406 0 -1 64 14 280 0 0 0 0 0 0 16 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13406 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13406 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=867280 CPUtime=0.23
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13406 0 -1 64 585 280 0 0 23 0 0 0 16 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13406 0 -1 64 2 280 0 0 0 0 0 0 19 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13406 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 867280

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 13944
/proc/meminfo: memFree=1498736/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=867280 CPUtime=1661.61
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 17076 280 1 0 166148 13 0 0 18 0 9 0 1990041804 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216820 11026 2630 9 0 211326 0
[pid=13880/tid=13881] ppid=13878 vsize=867280 CPUtime=1661.3
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 13139 280 1 0 166120 10 0 0 25 0 9 0 1990041805 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4126774625 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=867280 CPUtime=0.03
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13406 0 -1 64 2514 280 0 0 3 0 0 0 16 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13406 0 -1 64 14 280 0 0 0 0 0 0 16 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13406 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13406 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=867280 CPUtime=0.23
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13406 0 -1 64 585 280 0 0 23 0 0 0 16 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13406 0 -1 64 2 280 0 0 0 0 0 0 19 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13406 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 867280

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 13944
/proc/meminfo: memFree=1498736/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=867280 CPUtime=1721.58
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 17076 280 1 0 172145 13 0 0 18 0 9 0 1990041804 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216820 11026 2630 9 0 211326 0
[pid=13880/tid=13881] ppid=13878 vsize=867280 CPUtime=1721.29
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 13139 280 1 0 172118 11 0 0 25 0 9 0 1990041805 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4126777863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=867280 CPUtime=0.03
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13406 0 -1 64 2514 280 0 0 3 0 0 0 16 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13406 0 -1 64 14 280 0 0 0 0 0 0 16 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13406 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13406 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=867280 CPUtime=0.23
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13406 0 -1 64 585 280 0 0 23 0 0 0 16 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13406 0 -1 64 2 280 0 0 0 0 0 0 19 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13406 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.58
Current children cumulated vsize (KiB) 867280

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 13944
/proc/meminfo: memFree=1498672/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=867280 CPUtime=1781.56
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 17076 280 1 0 178143 13 0 0 18 0 9 0 1990041804 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216820 11026 2630 9 0 211326 0
[pid=13880/tid=13881] ppid=13878 vsize=867280 CPUtime=1781.27
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 13139 280 1 0 178116 11 0 0 25 0 9 0 1990041805 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4126775728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=867280 CPUtime=0.03
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13406 0 -1 64 2514 280 0 0 3 0 0 0 16 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13406 0 -1 64 14 280 0 0 0 0 0 0 16 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13406 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13406 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=867280 CPUtime=0.23
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13406 0 -1 64 585 280 0 0 23 0 0 0 16 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13406 0 -1 64 2 280 0 0 0 0 0 0 19 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13406 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 867280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 13944
/proc/meminfo: memFree=1498544/2055920 swapFree=4180448/4192956
[pid=13880] ppid=13878 vsize=867280 CPUtime=1800.06
/proc/13880/stat : 13880 (java) S 13878 13880 13406 0 -1 0 17076 280 1 0 179993 13 0 0 18 0 9 0 1990041804 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216820 11026 2630 9 0 211326 0
[pid=13880/tid=13881] ppid=13878 vsize=867280 CPUtime=1799.77
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 13406 0 -1 64 13139 280 1 0 179966 11 0 0 25 0 9 0 1990041805 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4126771516 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=867280 CPUtime=0.03
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13406 0 -1 64 2514 280 0 0 3 0 0 0 16 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13406 0 -1 64 14 280 0 0 0 0 0 0 16 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13406 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1990041807 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13406 0 -1 64 1 280 0 0 0 0 0 0 18 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=867280 CPUtime=0.23
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13406 0 -1 64 585 280 0 0 23 0 0 0 16 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13406 0 -1 64 2 280 0 0 0 0 0 0 19 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=867280 CPUtime=0
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13406 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 1990041809 888094720 11026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867280

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

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

Child status: 143
Real time (s): 1800.83
CPU time (s): 1800.11
CPU user time (s): 1799.95
CPU system time (s): 0.152976
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 867280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17389
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= 37589
involuntary context switches= 44025

runsolver used 2.70659 second user time and 5.50216 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-03 20:44:32
IDJOB=1057370
IDBENCH=54028
IDSOLVER=364
FILE ID=node24/1057370-1215110672
PBS_JOBID= 7877155
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-40-3-3.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-1057370-1215110672/watcher-1057370-1215110672 -o /tmp/evaluation-result-1057370-1215110672/solver-1057370-1215110672 -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-1057370-1215110672.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 731de278672e01032a698d5eefd6377a
RANDOM SEED=85202705

node24.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1549480 kB
Buffers:         47396 kB
Cached:         352280 kB
SwapCached:       6556 kB
Active:         197028 kB
Inactive:       249872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549480 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:          63608 kB
Slab:            44656 kB
Committed_AS:  4228256 kB
PageTables:       1912 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= 66500 MiB
End job on node24 at 2008-07-03 21:14:35