Trace number 1076016

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.1 1811.95

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg9-9_ext.xml
MD5SUMbd2caca1f8cbbcb068750b60fbb8ea96
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints18
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.10	
0.05/0.10	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=esac.xml
0.27/0.31	   
0.27/0.31	   instance
0.27/0.31	     name=HOME/instance-1076016-1215183027.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.27/0.40	     nbVariables=81  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=2106
0.27/0.40	       =>  wckTime=0.123  cpuTime=0.11  mem=7M919
0.27/0.40	   
0.27/0.40	   relations being loaded...
0.57/0.66	   
0.57/0.66	   constraints being loaded...
0.66/0.79	   Too large in ConstraintConflictsSTructure
0.87/0.95	     nbConstraints=19  nbRelationTypes=1  nbGlobalConstraints=19  nbExtensionStructures=1
0.87/0.95	     nbSharedExtensionStructures=17  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  minDegree=2
0.87/0.95	     maxDegree=3  minArity=9  avgArity=12.32  maxArity=72  nbGenerators=1  nbFusions=0  symmetryWckTime=0.126
0.87/0.95	     symmetryCpuTime=0.04
0.87/0.95	       =>  wckTime=0.677  cpuTime=0.52  mem=18M406
0.96/1.03	   
0.96/1.03	   solver IterativeSystematicSolver being built... 
1.06/1.11	   
1.06/1.11	   INFO : Forward propagation technique limited 
1.06/1.19	       =>  wckTime=0.917  cpuTime=0.65  mem=34M8
4.62/4.75	   
4.62/4.75	   preprocessing
4.62/4.75	     nbConstraintChecks=0  nbValidityChecks=32546686  nbPropagations=2347  nbRevisions=0  nbUselessRevisions=0
4.62/4.75	     nbSingletonTests=97  nbEffectiveSingletonTests=0  nbACRemovals=17  nbFoundSingletons=0  nbRemovedValues=17
4.62/4.75	     detectedInconsistency=no
4.62/4.75	       =>  wckTime=3.56  cpuTime=3.49  mem=34M853
12.64/12.82	   
12.64/12.82	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=35M714)

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-1076016-1215183027/watcher-1076016-1215183027 -o /tmp/evaluation-result-1076016-1215183027/solver-1076016-1215183027 -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-1076016-1215183027.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.99 4/82 30539
/proc/meminfo: memFree=692408/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=18572 CPUtime=0
/proc/30539/stat : 30539 (runsolver) R 30537 30539 28464 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 129972807 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30539/statm: 4643 292 257 25 0 2626 0

[startup+0.0712771 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 30539
/proc/meminfo: memFree=692408/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=864076 CPUtime=0.05
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 2806 0 1 0 3 2 0 0 20 0 9 0 129972807 884813824 2344 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216019 2344 1120 9 0 210976 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.102278 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 30539
/proc/meminfo: memFree=692408/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=865884 CPUtime=0.07
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 3628 0 1 0 5 2 0 0 20 0 9 0 129972807 886665216 3116 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216471 3116 1669 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.30129 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 30539
/proc/meminfo: memFree=692408/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=866204 CPUtime=0.27
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 5594 0 1 0 23 4 0 0 20 0 9 0 129972807 886992896 5017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216551 5017 1886 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866204

[startup+0.701337 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 30539
/proc/meminfo: memFree=692408/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=866520 CPUtime=0.66
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 14409 0 1 0 57 9 0 0 20 0 9 0 129972807 887316480 13769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216630 13769 1978 9 0 211158 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 866520

[startup+1.50142 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 30552
/proc/meminfo: memFree=619312/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=867256 CPUtime=1.45
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 31390 277 1 0 128 16 0 1 20 0 9 0 129972807 888070144 22423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216814 22423 2634 9 0 211320 0
[pid=30539/tid=30541] ppid=30537 vsize=867256 CPUtime=1.15
/proc/30539/task/30541/stat : 30541 (java) R 30537 30539 28464 0 -1 64 21417 277 1 0 103 11 0 1 25 0 9 0 129972808 888070144 22423 996147200 134512640 134550740 4294955968 18446744073709551615 4126766408 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30542] ppid=30537 vsize=867256 CPUtime=0.13
/proc/30539/task/30542/stat : 30542 (java) S 30537 30539 28464 0 -1 64 8620 277 0 0 9 3 0 1 16 0 9 0 129972810 888070144 22423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30543] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30543/stat : 30543 (java) S 30537 30539 28464 0 -1 64 16 277 0 0 0 0 0 1 16 0 9 0 129972810 888070144 22423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30544] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30544/stat : 30544 (java) S 30537 30539 28464 0 -1 64 8 277 0 0 0 0 0 1 15 0 9 0 129972810 888070144 22423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30545] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30545/stat : 30545 (java) S 30537 30539 28464 0 -1 64 0 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30546] ppid=30537 vsize=867256 CPUtime=0.15
/proc/30539/task/30546/stat : 30546 (java) S 30537 30539 28464 0 -1 64 518 277 0 0 14 0 0 1 15 0 9 0 129972812 888070144 22423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30547] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30547/stat : 30547 (java) S 30537 30539 28464 0 -1 64 2 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30548] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30548/stat : 30548 (java) S 30537 30539 28464 0 -1 64 3 277 0 0 0 0 0 1 15 0 9 0 129972812 888070144 22423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867256

[startup+3.10158 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 30552
/proc/meminfo: memFree=612400/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=867256 CPUtime=3.03
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 31663 277 1 0 286 16 0 1 20 0 9 0 129972807 888070144 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216814 22436 2635 9 0 211320 0
[pid=30539/tid=30541] ppid=30537 vsize=867256 CPUtime=2.71
/proc/30539/task/30541/stat : 30541 (java) R 30537 30539 28464 0 -1 64 21679 277 1 0 259 11 0 1 25 0 9 0 129972808 888070144 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4126755856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30542] ppid=30537 vsize=867256 CPUtime=0.13
/proc/30539/task/30542/stat : 30542 (java) S 30537 30539 28464 0 -1 64 8621 277 0 0 9 3 0 1 17 0 9 0 129972810 888070144 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30543] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30543/stat : 30543 (java) S 30537 30539 28464 0 -1 64 16 277 0 0 0 0 0 1 16 0 9 0 129972810 888070144 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30544] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30544/stat : 30544 (java) S 30537 30539 28464 0 -1 64 8 277 0 0 0 0 0 1 15 0 9 0 129972810 888070144 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30545] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30545/stat : 30545 (java) S 30537 30539 28464 0 -1 64 0 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30546] ppid=30537 vsize=867256 CPUtime=0.17
/proc/30539/task/30546/stat : 30546 (java) S 30537 30539 28464 0 -1 64 528 277 0 0 16 0 0 1 15 0 9 0 129972812 888070144 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30547] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30547/stat : 30547 (java) S 30537 30539 28464 0 -1 64 2 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30548] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30548/stat : 30548 (java) S 30537 30539 28464 0 -1 64 3 277 0 0 0 0 0 1 15 0 9 0 129972812 888070144 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 867256

[startup+6.3029 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 30552
/proc/meminfo: memFree=612208/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=867256 CPUtime=6.21
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 31940 277 1 0 603 17 0 1 20 0 9 0 129972807 888070144 22452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216814 22452 2635 9 0 211320 0
[pid=30539/tid=30541] ppid=30537 vsize=867256 CPUtime=5.87
/proc/30539/task/30541/stat : 30541 (java) R 30537 30539 28464 0 -1 64 21944 277 1 0 574 12 0 1 25 0 9 0 129972808 888070144 22452 996147200 134512640 134550740 4294955968 18446744073709551615 4126766219 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30542] ppid=30537 vsize=867256 CPUtime=0.13
/proc/30539/task/30542/stat : 30542 (java) S 30537 30539 28464 0 -1 64 8621 277 0 0 9 3 0 1 17 0 9 0 129972810 888070144 22452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30543] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30543/stat : 30543 (java) S 30537 30539 28464 0 -1 64 16 277 0 0 0 0 0 1 16 0 9 0 129972810 888070144 22452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30544] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30544/stat : 30544 (java) S 30537 30539 28464 0 -1 64 8 277 0 0 0 0 0 1 15 0 9 0 129972810 888070144 22452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30545] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30545/stat : 30545 (java) S 30537 30539 28464 0 -1 64 0 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30546] ppid=30537 vsize=867256 CPUtime=0.19
/proc/30539/task/30546/stat : 30546 (java) S 30537 30539 28464 0 -1 64 540 277 0 0 18 0 0 1 16 0 9 0 129972812 888070144 22452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30547] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30547/stat : 30547 (java) S 30537 30539 28464 0 -1 64 2 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30548] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30548/stat : 30548 (java) S 30537 30539 28464 0 -1 64 3 277 0 0 0 0 0 1 15 0 9 0 129972812 888070144 22452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867256

[startup+12.7026 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 30552
/proc/meminfo: memFree=612088/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=867256 CPUtime=12.55
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 31977 277 1 0 1237 17 0 1 20 0 9 0 129972807 888070144 22464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216814 22464 2635 9 0 211320 0
[pid=30539/tid=30541] ppid=30537 vsize=867256 CPUtime=12.18
/proc/30539/task/30541/stat : 30541 (java) R 30537 30539 28464 0 -1 64 21968 277 1 0 1205 12 0 1 25 0 9 0 129972808 888070144 22464 996147200 134512640 134550740 4294955968 18446744073709551615 4126766402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30542] ppid=30537 vsize=867256 CPUtime=0.13
/proc/30539/task/30542/stat : 30542 (java) S 30537 30539 28464 0 -1 64 8621 277 0 0 9 3 0 1 17 0 9 0 129972810 888070144 22464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30543] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30543/stat : 30543 (java) S 30537 30539 28464 0 -1 64 16 277 0 0 0 0 0 1 16 0 9 0 129972810 888070144 22464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30544] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30544/stat : 30544 (java) S 30537 30539 28464 0 -1 64 8 277 0 0 0 0 0 1 15 0 9 0 129972810 888070144 22464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30545] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30545/stat : 30545 (java) S 30537 30539 28464 0 -1 64 0 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30546] ppid=30537 vsize=867256 CPUtime=0.22
/proc/30539/task/30546/stat : 30546 (java) S 30537 30539 28464 0 -1 64 553 277 0 0 21 0 0 1 15 0 9 0 129972812 888070144 22464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30547] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30547/stat : 30547 (java) S 30537 30539 28464 0 -1 64 2 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30548] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30548/stat : 30548 (java) S 30537 30539 28464 0 -1 64 3 277 0 0 0 0 0 1 15 0 9 0 129972812 888070144 22464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867256

[startup+25.5028 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 30552
/proc/meminfo: memFree=612152/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=867256 CPUtime=25.22
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 31989 277 1 0 2504 17 0 1 20 0 9 0 129972807 888070144 22465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216814 22465 2635 9 0 211320 0
[pid=30539/tid=30541] ppid=30537 vsize=867256 CPUtime=24.86
/proc/30539/task/30541/stat : 30541 (java) R 30537 30539 28464 0 -1 64 21977 277 1 0 2473 12 0 1 25 0 9 0 129972808 888070144 22465 996147200 134512640 134550740 4294955968 18446744073709551615 4126766219 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30542] ppid=30537 vsize=867256 CPUtime=0.13
/proc/30539/task/30542/stat : 30542 (java) S 30537 30539 28464 0 -1 64 8621 277 0 0 9 3 0 1 16 0 9 0 129972810 888070144 22465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30543] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30543/stat : 30543 (java) S 30537 30539 28464 0 -1 64 16 277 0 0 0 0 0 1 16 0 9 0 129972810 888070144 22465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30544] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30544/stat : 30544 (java) S 30537 30539 28464 0 -1 64 8 277 0 0 0 0 0 1 15 0 9 0 129972810 888070144 22465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30545] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30545/stat : 30545 (java) S 30537 30539 28464 0 -1 64 0 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30546] ppid=30537 vsize=867256 CPUtime=0.22
/proc/30539/task/30546/stat : 30546 (java) S 30537 30539 28464 0 -1 64 556 277 0 0 21 0 0 1 16 0 9 0 129972812 888070144 22465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30547] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30547/stat : 30547 (java) S 30537 30539 28464 0 -1 64 2 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30548] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30548/stat : 30548 (java) S 30537 30539 28464 0 -1 64 3 277 0 0 0 0 0 1 15 0 9 0 129972812 888070144 22465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 867256

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 30552
/proc/meminfo: memFree=612216/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=867256 CPUtime=50.58
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 32028 277 1 0 5040 17 0 1 20 0 9 0 129972807 888070144 22478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216814 22478 2635 9 0 211320 0
[pid=30539/tid=30541] ppid=30537 vsize=867256 CPUtime=50.18
/proc/30539/task/30541/stat : 30541 (java) R 30537 30539 28464 0 -1 64 21990 277 1 0 5005 12 0 1 25 0 9 0 129972808 888070144 22478 996147200 134512640 134550740 4294955968 18446744073709551615 4126766474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30542] ppid=30537 vsize=867256 CPUtime=0.13
/proc/30539/task/30542/stat : 30542 (java) S 30537 30539 28464 0 -1 64 8621 277 0 0 9 3 0 1 16 0 9 0 129972810 888070144 22478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30543] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30543/stat : 30543 (java) S 30537 30539 28464 0 -1 64 16 277 0 0 0 0 0 1 16 0 9 0 129972810 888070144 22478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30544] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30544/stat : 30544 (java) S 30537 30539 28464 0 -1 64 8 277 0 0 0 0 0 1 15 0 9 0 129972810 888070144 22478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30545] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30545/stat : 30545 (java) S 30537 30539 28464 0 -1 64 0 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30546] ppid=30537 vsize=867256 CPUtime=0.26
/proc/30539/task/30546/stat : 30546 (java) S 30537 30539 28464 0 -1 64 582 277 0 0 25 0 0 1 16 0 9 0 129972812 888070144 22478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30547] ppid=30537 vsize=867256 CPUtime=0.01

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

/proc/30539/task/30544/stat : 30544 (java) S 30537 30539 28464 0 -1 64 8 277 0 0 0 0 0 1 15 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30545] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30545/stat : 30545 (java) S 30537 30539 28464 0 -1 64 0 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30546] ppid=30537 vsize=867256 CPUtime=0.27
/proc/30539/task/30546/stat : 30546 (java) S 30537 30539 28464 0 -1 64 590 277 0 0 26 0 0 1 16 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30547] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30547/stat : 30547 (java) S 30537 30539 28464 0 -1 64 2 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30548] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30548/stat : 30548 (java) S 30537 30539 28464 0 -1 64 3 277 0 0 0 0 0 1 15 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.77
Current children cumulated vsize (KiB) 867256

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 30676
/proc/meminfo: memFree=1305800/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=867256 CPUtime=1591.48
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 32723 277 1 0 159125 22 0 1 20 0 9 0 129972807 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216814 22483 2635 9 0 211320 0
[pid=30539/tid=30541] ppid=30537 vsize=867256 CPUtime=1591.07
/proc/30539/task/30541/stat : 30541 (java) R 30537 30539 28464 0 -1 64 22677 277 1 0 159089 17 0 1 25 0 9 0 129972808 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4126766402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30542] ppid=30537 vsize=867256 CPUtime=0.13
/proc/30539/task/30542/stat : 30542 (java) S 30537 30539 28464 0 -1 64 8621 277 0 0 9 3 0 1 16 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30543] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30543/stat : 30543 (java) S 30537 30539 28464 0 -1 64 16 277 0 0 0 0 0 1 16 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30544] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30544/stat : 30544 (java) S 30537 30539 28464 0 -1 64 8 277 0 0 0 0 0 1 15 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30545] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30545/stat : 30545 (java) S 30537 30539 28464 0 -1 64 0 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30546] ppid=30537 vsize=867256 CPUtime=0.27
/proc/30539/task/30546/stat : 30546 (java) S 30537 30539 28464 0 -1 64 590 277 0 0 26 0 0 1 16 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30547] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30547/stat : 30547 (java) S 30537 30539 28464 0 -1 64 2 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30548] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30548/stat : 30548 (java) S 30537 30539 28464 0 -1 64 3 277 0 0 0 0 0 1 15 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.48
Current children cumulated vsize (KiB) 867256

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 30676
/proc/meminfo: memFree=1305800/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=867256 CPUtime=1651.18
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 32757 277 1 0 165095 22 0 1 20 0 9 0 129972807 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216814 22483 2635 9 0 211320 0
[pid=30539/tid=30541] ppid=30537 vsize=867256 CPUtime=1650.76
/proc/30539/task/30541/stat : 30541 (java) R 30537 30539 28464 0 -1 64 22711 277 1 0 165058 17 0 1 25 0 9 0 129972808 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4126766514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30542] ppid=30537 vsize=867256 CPUtime=0.13
/proc/30539/task/30542/stat : 30542 (java) S 30537 30539 28464 0 -1 64 8621 277 0 0 9 3 0 1 16 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30543] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30543/stat : 30543 (java) S 30537 30539 28464 0 -1 64 16 277 0 0 0 0 0 1 16 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30544] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30544/stat : 30544 (java) S 30537 30539 28464 0 -1 64 8 277 0 0 0 0 0 1 15 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30545] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30545/stat : 30545 (java) S 30537 30539 28464 0 -1 64 0 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30546] ppid=30537 vsize=867256 CPUtime=0.27
/proc/30539/task/30546/stat : 30546 (java) S 30537 30539 28464 0 -1 64 590 277 0 0 26 0 0 1 16 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30547] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30547/stat : 30547 (java) S 30537 30539 28464 0 -1 64 2 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30548] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30548/stat : 30548 (java) S 30537 30539 28464 0 -1 64 3 277 0 0 0 0 0 1 15 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.18
Current children cumulated vsize (KiB) 867256

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 30676
/proc/meminfo: memFree=1305800/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=867256 CPUtime=1710.88
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 32788 277 1 0 171065 22 0 1 20 0 9 0 129972807 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216814 22483 2635 9 0 211320 0
[pid=30539/tid=30541] ppid=30537 vsize=867256 CPUtime=1710.47
/proc/30539/task/30541/stat : 30541 (java) R 30537 30539 28464 0 -1 64 22742 277 1 0 171029 17 0 1 25 0 9 0 129972808 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4126766412 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30542] ppid=30537 vsize=867256 CPUtime=0.13
/proc/30539/task/30542/stat : 30542 (java) S 30537 30539 28464 0 -1 64 8621 277 0 0 9 3 0 1 16 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30543] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30543/stat : 30543 (java) S 30537 30539 28464 0 -1 64 16 277 0 0 0 0 0 1 16 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30544] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30544/stat : 30544 (java) S 30537 30539 28464 0 -1 64 8 277 0 0 0 0 0 1 15 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30545] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30545/stat : 30545 (java) S 30537 30539 28464 0 -1 64 0 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30546] ppid=30537 vsize=867256 CPUtime=0.27
/proc/30539/task/30546/stat : 30546 (java) S 30537 30539 28464 0 -1 64 590 277 0 0 26 0 0 1 16 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30547] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30547/stat : 30547 (java) S 30537 30539 28464 0 -1 64 2 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30548] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30548/stat : 30548 (java) S 30537 30539 28464 0 -1 64 3 277 0 0 0 0 0 1 15 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.88
Current children cumulated vsize (KiB) 867256

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 30676
/proc/meminfo: memFree=1305800/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=867256 CPUtime=1770.59
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 32836 277 1 0 177035 23 0 1 20 0 9 0 129972807 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216814 22483 2635 9 0 211320 0
[pid=30539/tid=30541] ppid=30537 vsize=867256 CPUtime=1770.17
/proc/30539/task/30541/stat : 30541 (java) R 30537 30539 28464 0 -1 64 22790 277 1 0 176999 17 0 1 25 0 9 0 129972808 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4126807317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30542] ppid=30537 vsize=867256 CPUtime=0.13
/proc/30539/task/30542/stat : 30542 (java) S 30537 30539 28464 0 -1 64 8621 277 0 0 9 3 0 1 16 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30543] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30543/stat : 30543 (java) S 30537 30539 28464 0 -1 64 16 277 0 0 0 0 0 1 16 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30544] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30544/stat : 30544 (java) S 30537 30539 28464 0 -1 64 8 277 0 0 0 0 0 1 15 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30545] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30545/stat : 30545 (java) S 30537 30539 28464 0 -1 64 0 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30546] ppid=30537 vsize=867256 CPUtime=0.27
/proc/30539/task/30546/stat : 30546 (java) S 30537 30539 28464 0 -1 64 590 277 0 0 26 0 0 1 16 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30547] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30547/stat : 30547 (java) S 30537 30539 28464 0 -1 64 2 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30548] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30548/stat : 30548 (java) S 30537 30539 28464 0 -1 64 3 277 0 0 0 0 0 1 15 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.59
Current children cumulated vsize (KiB) 867256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.9 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 30676
/proc/meminfo: memFree=1305800/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=867256 CPUtime=1800.04
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 32862 277 1 0 179980 23 0 1 20 0 9 0 129972807 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216814 22483 2635 9 0 211320 0
[pid=30539/tid=30541] ppid=30537 vsize=867256 CPUtime=1799.62
/proc/30539/task/30541/stat : 30541 (java) R 30537 30539 28464 0 -1 64 22816 277 1 0 179944 17 0 1 25 0 9 0 129972808 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4126766402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30542] ppid=30537 vsize=867256 CPUtime=0.13
/proc/30539/task/30542/stat : 30542 (java) S 30537 30539 28464 0 -1 64 8621 277 0 0 9 3 0 1 16 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30543] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30543/stat : 30543 (java) S 30537 30539 28464 0 -1 64 16 277 0 0 0 0 0 1 16 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30544] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30544/stat : 30544 (java) S 30537 30539 28464 0 -1 64 8 277 0 0 0 0 0 1 15 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30545] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30545/stat : 30545 (java) S 30537 30539 28464 0 -1 64 0 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30546] ppid=30537 vsize=867256 CPUtime=0.27
/proc/30539/task/30546/stat : 30546 (java) S 30537 30539 28464 0 -1 64 590 277 0 0 26 0 0 1 16 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30547] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30547/stat : 30547 (java) S 30537 30539 28464 0 -1 64 2 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30548] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30548/stat : 30548 (java) S 30537 30539 28464 0 -1 64 3 277 0 0 0 0 0 1 15 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867256

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

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

[startup+1811.9 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 30676
/proc/meminfo: memFree=1305800/2055920 swapFree=4192812/4192956
[pid=30539] ppid=30537 vsize=867256 CPUtime=1800.04
/proc/30539/stat : 30539 (java) S 30537 30539 28464 0 -1 0 32862 277 1 0 179980 23 0 1 20 0 9 0 129972807 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30539/statm: 216814 22483 2635 9 0 211320 0
[pid=30539/tid=30541] ppid=30537 vsize=867256 CPUtime=1799.62
/proc/30539/task/30541/stat : 30541 (java) R 30537 30539 28464 0 -1 64 22816 277 1 0 179944 17 0 1 25 0 9 0 129972808 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4126766402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30542] ppid=30537 vsize=867256 CPUtime=0.13
/proc/30539/task/30542/stat : 30542 (java) S 30537 30539 28464 0 -1 64 8621 277 0 0 9 3 0 1 16 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30543] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30543/stat : 30543 (java) S 30537 30539 28464 0 -1 64 16 277 0 0 0 0 0 1 16 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30544] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30544/stat : 30544 (java) S 30537 30539 28464 0 -1 64 8 277 0 0 0 0 0 1 15 0 9 0 129972810 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30545] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30545/stat : 30545 (java) S 30537 30539 28464 0 -1 64 0 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30546] ppid=30537 vsize=867256 CPUtime=0.27
/proc/30539/task/30546/stat : 30546 (java) S 30537 30539 28464 0 -1 64 590 277 0 0 26 0 0 1 16 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30547] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30547/stat : 30547 (java) S 30537 30539 28464 0 -1 64 2 277 0 0 0 0 0 1 25 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30539/tid=30548] ppid=30537 vsize=867256 CPUtime=0.01
/proc/30539/task/30548/stat : 30548 (java) S 30537 30539 28464 0 -1 64 3 277 0 0 0 0 0 1 15 0 9 0 129972812 888070144 22483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867256

Child status: 143
Real time (s): 1811.95
CPU time (s): 1800.1
CPU user time (s): 1799.84
CPU system time (s): 0.26096
CPU usage (%): 99.346
Max. virtual memory (cumulated for all children) (KiB): 867256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33173
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= 38045
involuntary context switches= 65798

runsolver used 2.15467 second user time and 6.09607 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 16:50:27
IDJOB=1076016
IDBENCH=56557
IDSOLVER=364
FILE ID=node27/1076016-1215183027
PBS_JOBID= 7881509
Free space on /tmp= 66464 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg9-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076016-1215183027/watcher-1076016-1215183027 -o /tmp/evaluation-result-1076016-1215183027/solver-1076016-1215183027 -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-1076016-1215183027.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bd2caca1f8cbbcb068750b60fbb8ea96
RANDOM SEED=1858928756

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:        692824 kB
Buffers:         78420 kB
Cached:         494548 kB
SwapCached:          0 kB
Active:         943036 kB
Inactive:       345808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        692824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3448 kB
Writeback:           0 kB
Mapped:         738384 kB
Slab:            58184 kB
Committed_AS:  1052520 kB
PageTables:       3104 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66468 MiB
End job on node27 at 2008-07-04 17:20:41