Trace number 2095090

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.2 1808.92

General information on the benchmark

Namecsp/pseudo/ttp/
normalized-circ-10-3.xml
MD5SUM11f7abfc110ac22ef81d83cb5f40489e
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 benchmark55.3816
Satisfiable
(Un)Satisfiability was proved
Number of variables2700
Number of constraints43070
Maximum constraint arity36
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension43070
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2095090-1247406585.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.48/0.54	     nbVariables=2700  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=5400
0.48/0.54	       =>  wckTime=0.292  cpuTime=0.19  mem=14M719
0.48/0.54	   
0.48/0.54	   predicates being loaded...
0.58/0.62	   
0.58/0.62	   constraints being loaded...
24.48/24.61	     nbConstraints=42620  nbMergedConstraints=450  nbConvertedConstraints=3330  nbConvertConstraintsChecks=18968
24.48/24.61	     nbExtensionStructures=2  nbSharedExtensionStructures=3328  nbConflictsStructures=19
24.48/24.61	     nbSharedConflictsStructures=35161  nbUnbuiltConflictsStructures=7  nbSharedBinaryRepresentations=5
24.48/24.61	     nbEvaluationManagers=24  nbSharedEvaluationManagers=39266  minDegree=20  maxDegree=272  minArity=2  avgArity=7.21
24.48/24.61	     maxArity=36  nbGenerators=0  nbFusions=0  symmetryWckTime=4.551  symmetryCpuTime=1.39
24.48/24.61	       =>  wckTime=24.368  cpuTime=19.06  mem=419M611
25.38/25.57	   
25.38/25.57	   solver IterativeSystematicSolver being built... 
27.47/27.65	   
27.47/27.67	   INFO : Forward propagation technique limited 
27.66/27.88	       =>  wckTime=27.631  cpuTime=20.67  mem=444M191
91.95/92.44	   
91.95/92.44	   INFO : Stopping ESAC
91.95/92.44	   
91.95/92.44	   preprocessing
91.95/92.44	     nbConstraintChecks=1960331  nbValidityChecks=7902902  nbPropagations=9146  nbRevisions=4949018
91.95/92.44	     nbUselessRevisions=4945839  nbSingletonTests=3327  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
91.95/92.44	     nbRemovedValues=0  detectedInconsistency=no
91.95/92.44	       =>  wckTime=64.562  cpuTime=64.2  mem=462M570

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095090-1247406585/watcher-2095090-1247406585 -o /tmp/evaluation-result-2095090-1247406585/solver-2095090-1247406585 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095090-1247406585.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.91 4/80 27557
/proc/meminfo: memFree=1782920/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=1616 CPUtime=0
/proc/27557/stat : 27557 (java) R 27555 27557 26856 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 27725159 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/27557/statm: 404 148 122 9 0 46 0

[startup+0.089207 s]
/proc/loadavg: 1.92 1.97 1.91 4/80 27557
/proc/meminfo: memFree=1782920/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=865980 CPUtime=0.08
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 3658 0 1 0 6 2 0 0 18 0 9 0 27725159 886763520 3141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 216495 3142 1680 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.101207 s]
/proc/loadavg: 1.92 1.97 1.91 4/80 27557
/proc/meminfo: memFree=1782920/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=865980 CPUtime=0.09
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 3742 0 1 0 7 2 0 0 18 0 9 0 27725159 886763520 3210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 216495 3210 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.30123 s]
/proc/loadavg: 1.92 1.97 1.91 4/80 27557
/proc/meminfo: memFree=1782920/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=866380 CPUtime=0.28
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 5990 0 1 0 25 3 0 0 18 0 9 0 27725159 887173120 5356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 216595 5356 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701276 s]
/proc/loadavg: 1.92 1.97 1.91 4/80 27557
/proc/meminfo: memFree=1782920/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=867612 CPUtime=0.68
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 9922 0 1 0 63 5 0 0 18 0 9 0 27725159 888434688 9276 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 216903 9277 2038 9 0 211339 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867612

[startup+1.50237 s]
/proc/loadavg: 1.92 1.97 1.91 3/89 27566
/proc/meminfo: memFree=1735872/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=867524 CPUtime=1.48
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 18914 0 1 0 139 9 0 0 18 0 9 0 27725159 888344576 18242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 216881 18242 2027 9 0 211339 0
[pid=27557/tid=27559] ppid=27555 vsize=867524 CPUtime=1.22
/proc/27557/task/27559/stat : 27559 (java) R 27555 27557 26856 0 -1 64 15783 0 1 0 115 7 0 0 25 0 9 0 27725160 888344576 18242 996147200 134512640 134550932 4294955968 18446744073709551615 103199473 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27560] ppid=27555 vsize=867524 CPUtime=0.07
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 26856 0 -1 64 1784 0 0 0 7 0 0 0 16 0 9 0 27725162 888344576 18242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27561] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 26856 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27725162 888344576 18242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27562] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 26856 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27725162 888344576 18242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27563] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 26856 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 27725164 888344576 18242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=867524 CPUtime=0.16
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 26856 0 -1 64 645 0 0 0 16 0 0 0 16 0 9 0 27725164 888344576 18242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27565] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 26856 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 27725164 888344576 18242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 26856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27725164 888344576 18242 996147200 134512640 134550932 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) 867524

[startup+3.10156 s]
/proc/loadavg: 1.92 1.97 1.91 3/89 27566
/proc/meminfo: memFree=1703296/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=867524 CPUtime=3.07
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 24177 0 1 0 296 11 0 0 18 0 9 0 27725159 888344576 23503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 216881 23503 2027 9 0 211339 0
[pid=27557/tid=27559] ppid=27555 vsize=867524 CPUtime=2.6
/proc/27557/task/27559/stat : 27559 (java) R 27555 27557 26856 0 -1 64 15785 0 1 0 252 8 0 0 20 0 9 0 27725160 888344576 23503 996147200 134512640 134550932 4294955968 18446744073709551615 102094106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27560] ppid=27555 vsize=867524 CPUtime=0.29
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 26856 0 -1 64 7044 0 0 0 27 2 0 0 16 0 9 0 27725162 888344576 23503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27561] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 26856 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27725162 888344576 23503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27562] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 26856 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27725162 888344576 23503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27563] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 26856 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 27725164 888344576 23503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=867524 CPUtime=0.16
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 26856 0 -1 64 646 0 0 0 16 0 0 0 16 0 9 0 27725164 888344576 23503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27565] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 26856 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 27725164 888344576 23503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 26856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27725164 888344576 23503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867524

[startup+6.30193 s]
/proc/loadavg: 1.85 1.95 1.90 3/89 27603
/proc/meminfo: memFree=1685312/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=867524 CPUtime=6.26
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 30602 0 1 0 572 54 0 0 18 0 9 0 27725159 888344576 29920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 216881 29920 2032 9 0 211339 0
[pid=27557/tid=27559] ppid=27555 vsize=867524 CPUtime=5.44
/proc/27557/task/27559/stat : 27559 (java) R 27555 27557 26856 0 -1 64 15824 0 1 0 496 48 0 0 25 0 9 0 27725160 888344576 29920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27560] ppid=27555 vsize=867528 CPUtime=0.58
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 26856 0 -1 64 13386 0 0 0 54 4 0 0 16 0 9 0 27725162 888348672 29920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27561] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 26856 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27725162 888344576 29920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27562] ppid=27555 vsize=867528 CPUtime=0
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 26856 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27725162 888348672 29920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27563] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 26856 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 27725164 888344576 29920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=867524 CPUtime=0.21
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 26856 0 -1 64 690 0 0 0 21 0 0 0 16 0 9 0 27725164 888344576 29920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27565] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 26856 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 27725164 888344576 29920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 26856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27725164 888344576 29920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867524

[startup+12.7017 s]
/proc/loadavg: 1.86 1.95 1.90 3/89 27644
/proc/meminfo: memFree=1486784/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=867524 CPUtime=12.65
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 71810 0 1 0 1106 159 0 0 18 0 9 0 27725159 888344576 71118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 216881 71118 2032 9 0 211339 0
[pid=27557/tid=27559] ppid=27555 vsize=867524 CPUtime=11.06
/proc/27557/task/27559/stat : 27559 (java) R 27555 27557 26856 0 -1 64 15836 0 1 0 969 137 0 0 25 0 9 0 27725160 888344576 71118 996147200 134512640 134550932 4294955968 18446744073709551615 102628805 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27560] ppid=27555 vsize=867524 CPUtime=1.31
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 26856 0 -1 64 54572 0 0 0 112 19 0 0 16 0 9 0 27725162 888344576 71118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27561] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 26856 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27725162 888344576 71118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27562] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 26856 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27725162 888344576 71118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27563] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 26856 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 27725164 888344576 71118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=867524 CPUtime=0.23
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 26856 0 -1 64 700 0 0 0 23 0 0 0 16 0 9 0 27725164 888344576 71118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27565] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 26856 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 27725164 888344576 71118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=867524 CPUtime=0
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 26856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27725164 888344576 71118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 867524

[startup+25.5022 s]
/proc/loadavg: 1.89 1.96 1.91 3/89 27652
/proc/meminfo: memFree=1288424/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=869324 CPUtime=25.38
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 169340 6063 1 0 2021 232 274 11 18 0 9 0 27725159 890187776 112527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 217331 112527 2638 9 0 211789 0
[pid=27557/tid=27559] ppid=27555 vsize=869324 CPUtime=22.1
/proc/27557/task/27559/stat : 27559 (java) S 27555 27557 26856 0 -1 64 21043 6063 1 0 1744 181 274 11 22 0 9 0 27725160 890187776 112527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27560] ppid=27555 vsize=869324 CPUtime=5.79
/proc/27557/task/27560/stat : 27560 (java) R 27555 27557 26856 0 -1 64 146600 6063 0 0 249 45 274 11 23 0 9 0 27725162 890187776 112527 996147200 134512640 134550932 4294955968 18446744073709551615 102768109 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27561] ppid=27555 vsize=869324 CPUtime=2.85
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 26856 0 -1 64 16 6063 0 0 0 0 274 11 16 0 9 0 27725162 890187776 112527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27562] ppid=27555 vsize=869324 CPUtime=2.85
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 26856 0 -1 64 5 6063 0 0 0 0 274 11 16 0 9 0 27725162 890187776 112527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27563] ppid=27555 vsize=869324 CPUtime=2.85
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 26856 0 -1 64 2 6063 0 0 0 0 274 11 23 0 9 0 27725164 890187776 112527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=869324 CPUtime=3.12
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 26856 0 -1 64 846 6063 0 0 27 0 274 11 15 0 9 0 27725164 890187776 112527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27565] ppid=27555 vsize=869324 CPUtime=2.85
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 26856 0 -1 64 0 6063 0 0 0 0 274 11 24 0 9 0 27725164 890187776 112527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=869324 CPUtime=2.85
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 26856 0 -1 64 12 6063 0 0 0 0 274 11 15 0 9 0 27725164 890187776 112527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 869324

[startup+51.1021 s]
/proc/loadavg: 1.93 1.96 1.91 3/89 27654
/proc/meminfo: memFree=1232040/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=868172 CPUtime=50.85
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 193423 6063 1 0 4559 241 274 11 18 0 9 0 27725159 889008128 126414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 217043 126414 2641 9 0 211501 0
[pid=27557/tid=27559] ppid=27555 vsize=868172 CPUtime=46.76
/proc/27557/task/27559/stat : 27559 (java) R 27555 27557 26856 0 -1 64 29342 6063 1 0 4208 183 274 11 25 0 9 0 27725160 889008128 126414 996147200 134512640 134550932 4294955968 18446744073709551615 4127494839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27560] ppid=27555 vsize=868172 CPUtime=6.48
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 26856 0 -1 64 162234 6063 0 0 312 51 274 11 16 0 9 0 27725162 889008128 126414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27561] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 26856 0 -1 64 21 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27562] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 26856 0 -1 64 31 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27563] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 26856 0 -1 64 2 6063 0 0 0 0 274 11 23 0 9 0 27725164 889008128 126414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=868172 CPUtime=3.24
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 26856 0 -1 64 965 6063 0 0 38 1 274 11 16 0 9 0 27725164 889008128 126414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27565] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 26856 0 -1 64 0 6063 0 0 0 0 274 11 24 0 9 0 27725164 889008128 126414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 1475.15
Current children cumulated vsize (KiB) 868172

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/89 27660
/proc/meminfo: memFree=1230952/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=868172 CPUtime=1534.86
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 193470 6063 1 0 152956 245 274 11 18 0 9 0 27725159 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 217043 126443 2641 9 0 211501 0
[pid=27557/tid=27559] ppid=27555 vsize=868172 CPUtime=1530.71
/proc/27557/task/27559/stat : 27559 (java) R 27555 27557 26856 0 -1 64 29354 6063 1 0 152599 187 274 11 25 0 9 0 27725160 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4127417642 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27560] ppid=27555 vsize=868172 CPUtime=6.48
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 26856 0 -1 64 162234 6063 0 0 312 51 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27561] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 26856 0 -1 64 21 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27562] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 26856 0 -1 64 31 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27563] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 26856 0 -1 64 2 6063 0 0 0 0 274 11 23 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=868172 CPUtime=3.29
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 26856 0 -1 64 1000 6063 0 0 43 1 274 11 17 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27565] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 26856 0 -1 64 0 6063 0 0 0 0 274 11 24 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 26856 0 -1 64 12 6063 0 0 0 0 274 11 15 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.86
Current children cumulated vsize (KiB) 868172

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/89 27660
/proc/meminfo: memFree=1230952/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=868172 CPUtime=1594.57
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 193470 6063 1 0 158927 245 274 11 18 0 9 0 27725159 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 217043 126443 2641 9 0 211501 0
[pid=27557/tid=27559] ppid=27555 vsize=868172 CPUtime=1590.42
/proc/27557/task/27559/stat : 27559 (java) R 27555 27557 26856 0 -1 64 29354 6063 1 0 158570 187 274 11 25 0 9 0 27725160 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4127266680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27560] ppid=27555 vsize=868172 CPUtime=6.48
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 26856 0 -1 64 162234 6063 0 0 312 51 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27561] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 26856 0 -1 64 21 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27562] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 26856 0 -1 64 31 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27563] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 26856 0 -1 64 2 6063 0 0 0 0 274 11 23 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=868172 CPUtime=3.29
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 26856 0 -1 64 1000 6063 0 0 43 1 274 11 17 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27565] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 26856 0 -1 64 0 6063 0 0 0 0 274 11 24 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 26856 0 -1 64 12 6063 0 0 0 0 274 11 15 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.57
Current children cumulated vsize (KiB) 868172

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/89 27660
/proc/meminfo: memFree=1230952/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=868172 CPUtime=1654.28
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 193470 6063 1 0 164898 245 274 11 18 0 9 0 27725159 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 217043 126443 2641 9 0 211501 0
[pid=27557/tid=27559] ppid=27555 vsize=868172 CPUtime=1650.13
/proc/27557/task/27559/stat : 27559 (java) R 27555 27557 26856 0 -1 64 29354 6063 1 0 164541 187 274 11 25 0 9 0 27725160 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4127119064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27560] ppid=27555 vsize=868172 CPUtime=6.48
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 26856 0 -1 64 162234 6063 0 0 312 51 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27561] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 26856 0 -1 64 21 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27562] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 26856 0 -1 64 31 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27563] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 26856 0 -1 64 2 6063 0 0 0 0 274 11 23 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=868172 CPUtime=3.29
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 26856 0 -1 64 1000 6063 0 0 43 1 274 11 17 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27565] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 26856 0 -1 64 0 6063 0 0 0 0 274 11 24 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 26856 0 -1 64 12 6063 0 0 0 0 274 11 15 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.28
Current children cumulated vsize (KiB) 868172

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/89 27660
/proc/meminfo: memFree=1230952/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=868172 CPUtime=1713.99
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 193470 6063 1 0 170869 245 274 11 18 0 9 0 27725159 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 217043 126443 2641 9 0 211501 0
[pid=27557/tid=27559] ppid=27555 vsize=868172 CPUtime=1709.84
/proc/27557/task/27559/stat : 27559 (java) R 27555 27557 26856 0 -1 64 29354 6063 1 0 170512 187 274 11 25 0 9 0 27725160 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4127417667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27560] ppid=27555 vsize=868172 CPUtime=6.48
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 26856 0 -1 64 162234 6063 0 0 312 51 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27561] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 26856 0 -1 64 21 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27562] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 26856 0 -1 64 31 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27563] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 26856 0 -1 64 2 6063 0 0 0 0 274 11 23 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=868172 CPUtime=3.29
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 26856 0 -1 64 1000 6063 0 0 43 1 274 11 17 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27565] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 26856 0 -1 64 0 6063 0 0 0 0 274 11 24 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 26856 0 -1 64 12 6063 0 0 0 0 274 11 15 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.99
Current children cumulated vsize (KiB) 868172

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/89 27660
/proc/meminfo: memFree=1230696/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=868172 CPUtime=1773.7
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 193470 6063 1 0 176840 245 274 11 18 0 9 0 27725159 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 217043 126443 2641 9 0 211501 0
[pid=27557/tid=27559] ppid=27555 vsize=868172 CPUtime=1769.55
/proc/27557/task/27559/stat : 27559 (java) R 27555 27557 26856 0 -1 64 29354 6063 1 0 176483 187 274 11 25 0 9 0 27725160 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4127417667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27560] ppid=27555 vsize=868172 CPUtime=6.48
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 26856 0 -1 64 162234 6063 0 0 312 51 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27561] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 26856 0 -1 64 21 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27562] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 26856 0 -1 64 31 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27563] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 26856 0 -1 64 2 6063 0 0 0 0 274 11 23 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=868172 CPUtime=3.29
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 26856 0 -1 64 1000 6063 0 0 43 1 274 11 17 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27565] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 26856 0 -1 64 0 6063 0 0 0 0 274 11 24 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 26856 0 -1 64 12 6063 0 0 0 0 274 11 15 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.7
Current children cumulated vsize (KiB) 868172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.8 s]
/proc/loadavg: 2.00 2.00 1.93 3/89 27660
/proc/meminfo: memFree=1230696/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=868172 CPUtime=1800.07
/proc/27557/stat : 27557 (java) S 27555 27557 26856 0 -1 0 193470 6063 1 0 179477 245 274 11 18 0 9 0 27725159 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27557/statm: 217043 126443 2641 9 0 211501 0
[pid=27557/tid=27559] ppid=27555 vsize=868172 CPUtime=1795.92
/proc/27557/task/27559/stat : 27559 (java) R 27555 27557 26856 0 -1 64 29354 6063 1 0 179120 187 274 11 25 0 9 0 27725160 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4127442866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27560] ppid=27555 vsize=868172 CPUtime=6.48
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 26856 0 -1 64 162234 6063 0 0 312 51 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27561] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 26856 0 -1 64 21 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27562] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 26856 0 -1 64 31 6063 0 0 0 0 274 11 16 0 9 0 27725162 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27563] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 26856 0 -1 64 2 6063 0 0 0 0 274 11 23 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=868172 CPUtime=3.29
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 26856 0 -1 64 1000 6063 0 0 43 1 274 11 17 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27557/tid=27565] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 26856 0 -1 64 0 6063 0 0 0 0 274 11 24 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=868172 CPUtime=2.85
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 26856 0 -1 64 12 6063 0 0 0 0 274 11 15 0 9 0 27725164 889008128 126443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868172

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

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

[startup+1808.91 s]
/proc/loadavg: 2.00 2.00 1.93 3/89 27660
/proc/meminfo: memFree=1230696/2055920 swapFree=4192812/4192956
[pid=27557] ppid=27555 vsize=0 CPUtime=1800.17
/proc/27557/stat : 27557 (java) R 27555 27557 26856 0 -1 1028 193501 6063 1 0 179480 252 274 11 17 0 1 0 27725159 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/27557/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1808.92
CPU time (s): 1800.2
CPU user time (s): 1797.55
CPU system time (s): 2.6426
CPU usage (%): 99.518
Max. virtual memory (cumulated for all children) (KiB): 905160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.55
system time used= 2.6426
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199564
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= 39057
involuntary context switches= 60038

runsolver used 2.57061 second user time and 5.66814 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 15:49:46
IDJOB=2095090
IDBENCH=54863
IDSOLVER=774
FILE ID=node20/2095090-1247406585
PBS_JOBID= 9510604
Free space on /tmp= 66296 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/ttp/normalized-circ-10-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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095090-1247406585/watcher-2095090-1247406585 -o /tmp/evaluation-result-2095090-1247406585/solver-2095090-1247406585 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095090-1247406585.xml

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

MD5SUM BENCH= 11f7abfc110ac22ef81d83cb5f40489e
RANDOM SEED=1250519929

node20.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.236
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.236
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:       1783400 kB
Buffers:         32668 kB
Cached:         133116 kB
SwapCached:          0 kB
Active:         122556 kB
Inactive:        94552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10988 kB
Writeback:           0 kB
Mapped:          71780 kB
Slab:            40544 kB
Committed_AS:   996924 kB
PageTables:       1884 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= 66292 MiB
End job on node20 at 2009-07-12 16:19:57