Trace number 1044812

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.14 1816.58

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-9_ext.xml
MD5SUM16e709776bbf6ea883e19cecb053fb30
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.71883
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints9300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension9300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1044812-1215020267.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.44	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6265
0.38/0.44	       =>  wckTime=0.196  cpuTime=0.14  mem=9M869
0.38/0.44	   
0.38/0.44	   relations being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
1.26/1.36	     nbConstraints=9325  nbRelationTypes=26  nbGlobalConstraints=25  nbSingletonDomainVariables=390
1.26/1.39	     nbExtensionStructures=51  nbSharedExtensionStructures=9249  nbConflictsStructures=51
1.26/1.39	     nbSharedConflictsStructures=9249  nbSharedBinaryRepresentations=1323  minDegree=18  maxDegree=49  minArity=2
1.26/1.39	     avgArity=2.02  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.351  symmetryCpuTime=0.17  nbCliques=25
1.26/1.39	       =>  wckTime=1.116  cpuTime=0.69  mem=23M303
1.36/1.48	   
1.36/1.48	   solver IterativeSystematicSolver being built... 
1.45/1.55	   
1.45/1.55	   INFO : Forward propagation technique limited 
1.55/1.64	       =>  wckTime=1.395  cpuTime=0.83  mem=31M162
1.94/2.06	   
1.94/2.06	   preprocessing
1.94/2.06	     nbConstraintChecks=223122  nbPropagations=4690  nbRevisions=57560  nbUselessRevisions=49933  nbSingletonTests=1573
1.94/2.06	     nbEffectiveSingletonTests=2  nbACRemovals=4963  nbFoundSingletons=0  nbRemovedValues=4965  detectedInconsistency=no
1.94/2.06	       =>  wckTime=0.413  cpuTime=0.37  mem=32M156
2.24/2.32	   
2.24/2.32	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M216)

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-1044812-1215020267/watcher-1044812-1215020267 -o /tmp/evaluation-result-1044812-1215020267/solver-1044812-1215020267 -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-1044812-1215020267.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: 3.19 3.69 2.84 4/81 6356
/proc/meminfo: memFree=1778680/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=18572 CPUtime=0
/proc/6356/stat : 6356 (runsolver) R 6354 6356 4070 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 615244555 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 228043844903 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6356/statm: 4643 292 257 25 0 2626 0

[startup+0.102753 s]
/proc/loadavg: 3.19 3.69 2.84 4/81 6356
/proc/meminfo: memFree=1778680/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=865884 CPUtime=0.08
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 3697 0 1 0 6 2 0 0 18 0 9 0 615244555 886665216 3171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 216471 3171 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.202774 s]
/proc/loadavg: 3.19 3.69 2.84 4/81 6356
/proc/meminfo: memFree=1778680/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=866044 CPUtime=0.18
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 4776 0 1 0 15 3 0 0 18 0 9 0 615244555 886829056 4203 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 216511 4203 1861 9 0 211059 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866044

[startup+0.302805 s]
/proc/loadavg: 3.19 3.69 2.84 4/81 6356
/proc/meminfo: memFree=1778680/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=866284 CPUtime=0.28
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 5914 0 1 0 24 4 0 0 18 0 9 0 615244555 887074816 5288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 216571 5288 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701871 s]
/proc/loadavg: 3.19 3.69 2.84 4/81 6356
/proc/meminfo: memFree=1778680/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=867440 CPUtime=0.68
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 9895 0 1 0 62 6 0 0 18 0 9 0 615244555 888258560 9255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 216860 9255 1983 9 0 211388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867440

[startup+1.5037 s]
/proc/loadavg: 3.19 3.69 2.84 4/90 6365
/proc/meminfo: memFree=1711152/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=868240 CPUtime=1.45
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 26957 582 1 0 122 12 10 1 18 0 10 0 615244555 889077760 21288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 217060 21288 2635 9 0 211566 0
[pid=6356/tid=6358] ppid=6354 vsize=868240 CPUtime=1.01
/proc/6356/task/6358/stat : 6358 (java) R 6354 6356 4070 0 -1 64 17779 582 1 0 82 8 10 1 17 0 10 0 615244556 889077760 21288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6359] ppid=6354 vsize=868240 CPUtime=0.31
/proc/6356/task/6359/stat : 6359 (java) S 6354 6356 4070 0 -1 64 7539 582 0 0 18 2 10 1 17 0 10 0 615244558 889077760 21288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6360] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6360/stat : 6360 (java) S 6354 6356 4070 0 -1 64 17 582 0 0 0 0 10 1 16 0 10 0 615244558 889077760 21288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6361] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6361/stat : 6361 (java) S 6354 6356 4070 0 -1 64 10 582 0 0 0 0 10 1 15 0 10 0 615244558 889077760 21288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6362/stat : 6362 (java) S 6354 6356 4070 0 -1 64 1 582 0 0 0 0 10 1 18 0 10 0 615244560 889077760 21288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6354 vsize=868240 CPUtime=0.32
/proc/6356/task/6363/stat : 6363 (java) S 6354 6356 4070 0 -1 64 787 582 0 0 21 0 10 1 15 0 10 0 615244560 889077760 21288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6364/stat : 6364 (java) S 6354 6356 4070 0 -1 64 1 582 0 0 0 0 10 1 19 0 10 0 615244560 889077760 21288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6365] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6365/stat : 6365 (java) S 6354 6356 4070 0 -1 64 7 582 0 0 0 0 10 1 15 0 10 0 615244560 889077760 21288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868240

[startup+3.10234 s]
/proc/loadavg: 3.19 3.69 2.84 3/90 6369
/proc/meminfo: memFree=1703024/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=868240 CPUtime=3.04
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 32034 706 1 0 278 15 10 1 18 0 9 0 615244555 889077760 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 217060 21407 2636 9 0 211566 0
[pid=6356/tid=6358] ppid=6354 vsize=868240 CPUtime=2.47
/proc/6356/task/6358/stat : 6358 (java) R 6354 6356 4070 0 -1 64 22740 706 1 0 226 10 10 1 25 0 9 0 615244556 889077760 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4127095458 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6359] ppid=6354 vsize=868240 CPUtime=0.31
/proc/6356/task/6359/stat : 6359 (java) S 6354 6356 4070 0 -1 64 7540 706 0 0 18 2 10 1 17 0 9 0 615244558 889077760 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6360] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6360/stat : 6360 (java) S 6354 6356 4070 0 -1 64 17 706 0 0 0 0 10 1 16 0 9 0 615244558 889077760 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6361] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6361/stat : 6361 (java) S 6354 6356 4070 0 -1 64 10 706 0 0 0 0 10 1 15 0 9 0 615244558 889077760 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6362/stat : 6362 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 18 0 9 0 615244560 889077760 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6354 vsize=868240 CPUtime=0.45
/proc/6356/task/6363/stat : 6363 (java) S 6354 6356 4070 0 -1 64 902 706 0 0 33 1 10 1 15 0 9 0 615244560 889077760 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6364/stat : 6364 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 19 0 9 0 615244560 889077760 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6365] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6365/stat : 6365 (java) S 6354 6356 4070 0 -1 64 7 706 0 0 0 0 10 1 15 0 9 0 615244560 889077760 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868240

[startup+6.30197 s]
/proc/loadavg: 3.10 3.66 2.84 3/90 6369
/proc/meminfo: memFree=1702768/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=868240 CPUtime=6.19
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 33798 706 1 0 593 15 10 1 18 0 9 0 615244555 889077760 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 217060 21408 2636 9 0 211566 0
[pid=6356/tid=6358] ppid=6354 vsize=868240 CPUtime=5.63
/proc/6356/task/6358/stat : 6358 (java) R 6354 6356 4070 0 -1 64 24480 706 1 0 541 11 10 1 25 0 9 0 615244556 889077760 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6359] ppid=6354 vsize=868240 CPUtime=0.31
/proc/6356/task/6359/stat : 6359 (java) S 6354 6356 4070 0 -1 64 7540 706 0 0 18 2 10 1 16 0 9 0 615244558 889077760 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6360] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6360/stat : 6360 (java) S 6354 6356 4070 0 -1 64 17 706 0 0 0 0 10 1 16 0 9 0 615244558 889077760 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6361] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6361/stat : 6361 (java) S 6354 6356 4070 0 -1 64 10 706 0 0 0 0 10 1 15 0 9 0 615244558 889077760 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6362/stat : 6362 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 18 0 9 0 615244560 889077760 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6354 vsize=868240 CPUtime=0.45
/proc/6356/task/6363/stat : 6363 (java) S 6354 6356 4070 0 -1 64 903 706 0 0 33 1 10 1 15 0 9 0 615244560 889077760 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6364/stat : 6364 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 19 0 9 0 615244560 889077760 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6365] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6365/stat : 6365 (java) S 6354 6356 4070 0 -1 64 30 706 0 0 0 0 10 1 15 0 9 0 615244560 889077760 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 868240

[startup+12.7012 s]
/proc/loadavg: 3.01 3.63 2.83 3/90 6369
/proc/meminfo: memFree=1702576/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=868240 CPUtime=12.54
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 37314 706 1 0 1227 16 10 1 18 0 9 0 615244555 889077760 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 217060 21409 2636 9 0 211566 0
[pid=6356/tid=6358] ppid=6354 vsize=868240 CPUtime=11.97
/proc/6356/task/6358/stat : 6358 (java) R 6354 6356 4070 0 -1 64 27995 706 1 0 1175 11 10 1 25 0 9 0 615244556 889077760 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4127108672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6359] ppid=6354 vsize=868240 CPUtime=0.31
/proc/6356/task/6359/stat : 6359 (java) S 6354 6356 4070 0 -1 64 7540 706 0 0 18 2 10 1 16 0 9 0 615244558 889077760 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6360] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6360/stat : 6360 (java) S 6354 6356 4070 0 -1 64 17 706 0 0 0 0 10 1 16 0 9 0 615244558 889077760 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6361] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6361/stat : 6361 (java) S 6354 6356 4070 0 -1 64 10 706 0 0 0 0 10 1 15 0 9 0 615244558 889077760 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6362/stat : 6362 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 18 0 9 0 615244560 889077760 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6354 vsize=868240 CPUtime=0.45
/proc/6356/task/6363/stat : 6363 (java) S 6354 6356 4070 0 -1 64 904 706 0 0 33 1 10 1 15 0 9 0 615244560 889077760 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6364/stat : 6364 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 19 0 9 0 615244560 889077760 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6365] ppid=6354 vsize=868240 CPUtime=0.11
/proc/6356/task/6365/stat : 6365 (java) S 6354 6356 4070 0 -1 64 30 706 0 0 0 0 10 1 15 0 9 0 615244560 889077760 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868240

[startup+25.5027 s]
/proc/loadavg: 2.78 3.55 2.82 3/90 6369
/proc/meminfo: memFree=1698232/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=868152 CPUtime=25.21
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 39074 706 1 0 2494 16 10 1 18 0 9 0 615244555 888987648 22488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 217038 22488 2615 9 0 211566 0
[pid=6356/tid=6358] ppid=6354 vsize=868152 CPUtime=24.63
/proc/6356/task/6358/stat : 6358 (java) R 6354 6356 4070 0 -1 64 28652 706 1 0 2441 11 10 1 25 0 9 0 615244556 888987648 22488 996147200 134512640 134550740 4294955968 18446744073709551615 4127099655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6359] ppid=6354 vsize=868152 CPUtime=0.31
/proc/6356/task/6359/stat : 6359 (java) S 6354 6356 4070 0 -1 64 8642 706 0 0 18 2 10 1 16 0 9 0 615244558 888987648 22488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6360] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6360/stat : 6360 (java) S 6354 6356 4070 0 -1 64 17 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 22488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6361] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6361/stat : 6361 (java) S 6354 6356 4070 0 -1 64 10 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 22488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6362/stat : 6362 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 18 0 9 0 615244560 888987648 22488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6354 vsize=868152 CPUtime=0.45
/proc/6356/task/6363/stat : 6363 (java) S 6354 6356 4070 0 -1 64 905 706 0 0 33 1 10 1 15 0 9 0 615244560 888987648 22488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6364/stat : 6364 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 19 0 9 0 615244560 888987648 22488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6365] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6365/stat : 6365 (java) S 6354 6356 4070 0 -1 64 30 706 0 0 0 0 10 1 15 0 9 0 615244560 888987648 22488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 868152

[startup+51.1028 s]
/proc/loadavg: 2.52 3.42 2.80 3/90 6369
/proc/meminfo: memFree=1693944/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=868152 CPUtime=50.57
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 40180 706 1 0 5029 17 10 1 18 0 9 0 615244555 888987648 23589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 217038 23589 2615 9 0 211566 0
[pid=6356/tid=6358] ppid=6354 vsize=868152 CPUtime=49.98
/proc/6356/task/6358/stat : 6358 (java) R 6354 6356 4070 0 -1 64 28653 706 1 0 4976 11 10 1 25 0 9 0 615244556 888987648 23589 996147200 134512640 134550740 4294955968 18446744073709551615 4127091056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6359] ppid=6354 vsize=868152 CPUtime=0.33
/proc/6356/task/6359/stat : 6359 (java) S 6354 6356 4070 0 -1 64 9747 706 0 0 19 3 10 1 16 0 9 0 615244558 888987648 23589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6360] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6360/stat : 6360 (java) S 6354 6356 4070 0 -1 64 17 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6361] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6361/stat : 6361 (java) S 6354 6356 4070 0 -1 64 10 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6362/stat : 6362 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 18 0 9 0 615244560 888987648 23589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6354 vsize=868152 CPUtime=0.45
/proc/6356/task/6363/stat : 6363 (java) S 6354 6356 4070 0 -1 64 905 706 0 0 33 1 10 1 15 0 9 0 615244560 888987648 23589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6354 vsize=868152 CPUtime=0.11

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

/proc/6356/task/6361/stat : 6361 (java) S 6354 6356 4070 0 -1 64 10 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6362/stat : 6362 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 18 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6354 vsize=868152 CPUtime=0.45
/proc/6356/task/6363/stat : 6363 (java) S 6354 6356 4070 0 -1 64 906 706 0 0 33 1 10 1 16 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6364/stat : 6364 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 19 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6365] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6365/stat : 6365 (java) S 6354 6356 4070 0 -1 64 30 706 0 0 0 0 10 1 15 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.19
Current children cumulated vsize (KiB) 868152

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.13 3/90 6417
/proc/meminfo: memFree=1703160/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=868152 CPUtime=1527.63
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 40264 706 1 0 152733 19 10 1 18 0 9 0 615244555 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 217038 23599 2615 9 0 211566 0
[pid=6356/tid=6358] ppid=6354 vsize=868152 CPUtime=1526.95
/proc/6356/task/6358/stat : 6358 (java) R 6354 6356 4070 0 -1 64 28723 706 1 0 152671 13 10 1 25 0 9 0 615244556 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4126971703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6359] ppid=6354 vsize=868152 CPUtime=0.4
/proc/6356/task/6359/stat : 6359 (java) S 6354 6356 4070 0 -1 64 9760 706 0 0 26 3 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6360] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6360/stat : 6360 (java) S 6354 6356 4070 0 -1 64 17 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6361] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6361/stat : 6361 (java) S 6354 6356 4070 0 -1 64 10 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6362/stat : 6362 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 18 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6354 vsize=868152 CPUtime=0.45
/proc/6356/task/6363/stat : 6363 (java) S 6354 6356 4070 0 -1 64 906 706 0 0 33 1 10 1 16 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6364/stat : 6364 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 19 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6365] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6365/stat : 6365 (java) S 6354 6356 4070 0 -1 64 30 706 0 0 0 0 10 1 15 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.63
Current children cumulated vsize (KiB) 868152

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/90 6418
/proc/meminfo: memFree=1702968/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=868152 CPUtime=1587.05
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 40267 706 1 0 158675 19 10 1 18 0 9 0 615244555 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 217038 23599 2615 9 0 211566 0
[pid=6356/tid=6358] ppid=6354 vsize=868152 CPUtime=1586.38
/proc/6356/task/6358/stat : 6358 (java) R 6354 6356 4070 0 -1 64 28726 706 1 0 158614 13 10 1 25 0 9 0 615244556 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4127113072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6359] ppid=6354 vsize=868152 CPUtime=0.4
/proc/6356/task/6359/stat : 6359 (java) S 6354 6356 4070 0 -1 64 9760 706 0 0 26 3 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6360] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6360/stat : 6360 (java) S 6354 6356 4070 0 -1 64 17 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6361] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6361/stat : 6361 (java) S 6354 6356 4070 0 -1 64 10 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6362/stat : 6362 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 18 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6354 vsize=868152 CPUtime=0.45
/proc/6356/task/6363/stat : 6363 (java) S 6354 6356 4070 0 -1 64 906 706 0 0 33 1 10 1 16 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6364/stat : 6364 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 19 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6365] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6365/stat : 6365 (java) S 6354 6356 4070 0 -1 64 30 706 0 0 0 0 10 1 15 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.05
Current children cumulated vsize (KiB) 868152

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.11 3/82 6445
/proc/meminfo: memFree=1728240/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=868152 CPUtime=1646.48
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 40270 706 1 0 164617 20 10 1 18 0 9 0 615244555 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 217038 23599 2615 9 0 211566 0
[pid=6356/tid=6358] ppid=6354 vsize=868152 CPUtime=1645.79
/proc/6356/task/6358/stat : 6358 (java) R 6354 6356 4070 0 -1 64 28729 706 1 0 164555 13 10 1 25 0 9 0 615244556 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4127078348 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6356/tid=6359] ppid=6354 vsize=868152 CPUtime=0.41
/proc/6356/task/6359/stat : 6359 (java) S 6354 6356 4070 0 -1 64 9760 706 0 0 27 3 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6360] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6360/stat : 6360 (java) S 6354 6356 4070 0 -1 64 17 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6361] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6361/stat : 6361 (java) S 6354 6356 4070 0 -1 64 10 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6362/stat : 6362 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 18 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6354 vsize=868152 CPUtime=0.45
/proc/6356/task/6363/stat : 6363 (java) S 6354 6356 4070 0 -1 64 906 706 0 0 33 1 10 1 16 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6364/stat : 6364 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 19 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6365] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6365/stat : 6365 (java) S 6354 6356 4070 0 -1 64 30 706 0 0 0 0 10 1 15 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.48
Current children cumulated vsize (KiB) 868152

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.10 3/82 6445
/proc/meminfo: memFree=1728184/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=868152 CPUtime=1706.23
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 40273 706 1 0 170592 20 10 1 18 0 9 0 615244555 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 217038 23599 2615 9 0 211566 0
[pid=6356/tid=6358] ppid=6354 vsize=868152 CPUtime=1705.55
/proc/6356/task/6358/stat : 6358 (java) R 6354 6356 4070 0 -1 64 28732 706 1 0 170530 14 10 1 25 0 9 0 615244556 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4127183054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6356/tid=6359] ppid=6354 vsize=868152 CPUtime=0.41
/proc/6356/task/6359/stat : 6359 (java) S 6354 6356 4070 0 -1 64 9760 706 0 0 27 3 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6356/tid=6360] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6360/stat : 6360 (java) S 6354 6356 4070 0 -1 64 17 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6361] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6361/stat : 6361 (java) S 6354 6356 4070 0 -1 64 10 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6362/stat : 6362 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 18 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6354 vsize=868152 CPUtime=0.45
/proc/6356/task/6363/stat : 6363 (java) S 6354 6356 4070 0 -1 64 906 706 0 0 33 1 10 1 16 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6364/stat : 6364 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 19 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6365] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6365/stat : 6365 (java) S 6354 6356 4070 0 -1 64 30 706 0 0 0 0 10 1 15 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.23
Current children cumulated vsize (KiB) 868152

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.09 3/82 6445
/proc/meminfo: memFree=1727992/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=868152 CPUtime=1765.99
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 40276 706 1 0 176568 20 10 1 18 0 9 0 615244555 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 217038 23599 2615 9 0 211566 0
[pid=6356/tid=6358] ppid=6354 vsize=868152 CPUtime=1765.3
/proc/6356/task/6358/stat : 6358 (java) R 6354 6356 4070 0 -1 64 28735 706 1 0 176505 14 10 1 25 0 9 0 615244556 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4127189900 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6356/tid=6359] ppid=6354 vsize=868152 CPUtime=0.41
/proc/6356/task/6359/stat : 6359 (java) S 6354 6356 4070 0 -1 64 9760 706 0 0 27 3 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6356/tid=6360] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6360/stat : 6360 (java) S 6354 6356 4070 0 -1 64 17 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6361] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6361/stat : 6361 (java) S 6354 6356 4070 0 -1 64 10 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6362/stat : 6362 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 18 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6354 vsize=868152 CPUtime=0.45
/proc/6356/task/6363/stat : 6363 (java) S 6354 6356 4070 0 -1 64 906 706 0 0 33 1 10 1 16 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6364/stat : 6364 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 19 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6365] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6365/stat : 6365 (java) R 6354 6356 4070 0 -1 64 30 706 0 0 0 0 10 1 15 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.99
Current children cumulated vsize (KiB) 868152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.5 s]
/proc/loadavg: 2.00 2.00 2.09 3/82 6445
/proc/meminfo: memFree=1727992/2055920 swapFree=4165996/4192956
[pid=6356] ppid=6354 vsize=868152 CPUtime=1800.05
/proc/6356/stat : 6356 (java) S 6354 6356 4070 0 -1 0 40277 706 1 0 179974 20 10 1 18 0 9 0 615244555 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 217038 23599 2615 9 0 211566 0
[pid=6356/tid=6358] ppid=6354 vsize=868152 CPUtime=1799.36
/proc/6356/task/6358/stat : 6358 (java) R 6354 6356 4070 0 -1 64 28736 706 1 0 179911 14 10 1 25 0 9 0 615244556 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4127183054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6356/tid=6359] ppid=6354 vsize=868152 CPUtime=0.42
/proc/6356/task/6359/stat : 6359 (java) S 6354 6356 4070 0 -1 64 9760 706 0 0 28 3 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6356/tid=6360] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6360/stat : 6360 (java) S 6354 6356 4070 0 -1 64 17 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6361] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6361/stat : 6361 (java) S 6354 6356 4070 0 -1 64 10 706 0 0 0 0 10 1 16 0 9 0 615244558 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6362/stat : 6362 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 18 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6354 vsize=868152 CPUtime=0.45
/proc/6356/task/6363/stat : 6363 (java) S 6354 6356 4070 0 -1 64 906 706 0 0 33 1 10 1 16 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6364/stat : 6364 (java) S 6354 6356 4070 0 -1 64 1 706 0 0 0 0 10 1 19 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6365] ppid=6354 vsize=868152 CPUtime=0.11
/proc/6356/task/6365/stat : 6365 (java) R 6354 6356 4070 0 -1 64 30 706 0 0 0 0 10 1 15 0 9 0 615244560 888987648 23599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868152

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

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

Child status: 143
Real time (s): 1816.58
CPU time (s): 1800.14
CPU user time (s): 1799.9
CPU system time (s): 0.239963
CPU usage (%): 99.0954
Max. virtual memory (cumulated for all children) (KiB): 868252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41014
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= 39044
involuntary context switches= 74018

runsolver used 2.40363 second user time and 5.86611 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-02 19:37:48
IDJOB=1044812
IDBENCH=53451
IDSOLVER=364
FILE ID=node77/1044812-1215020267
PBS_JOBID= 7874318
Free space on /tmp= 66496 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QWH-25/normalized-qwh-25-235-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-1044812-1215020267/watcher-1044812-1215020267 -o /tmp/evaluation-result-1044812-1215020267/solver-1044812-1215020267 -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-1044812-1215020267.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 16e709776bbf6ea883e19cecb053fb30
RANDOM SEED=633503626

node77.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.274
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.274
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1779224 kB
Buffers:         25488 kB
Cached:         125048 kB
SwapCached:      20620 kB
Active:         186516 kB
Inactive:        31932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779224 kB
SwapTotal:     4192956 kB
SwapFree:      4165996 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:          83884 kB
Slab:            43524 kB
Committed_AS:  1795004 kB
PageTables:       1872 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= 66496 MiB
End job on node77 at 2008-07-02 20:08:06