Trace number 1044813

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 1813.23

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-0_ext.xml
MD5SUM31554748f07a2fd0846470dec9671185
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 benchmark19.9
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.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1044813-1215020267.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.39/0.48	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6265
0.39/0.48	       =>  wckTime=0.251  cpuTime=0.17  mem=9M869
0.39/0.48	   
0.39/0.48	   relations being loaded...
0.39/0.49	   
0.39/0.49	   constraints being loaded...
1.36/1.45	     nbConstraints=9327  nbRelationTypes=26  nbGlobalConstraints=27  nbSingletonDomainVariables=390
1.46/1.54	     nbExtensionStructures=51  nbSharedExtensionStructures=9249  nbConflictsStructures=51
1.46/1.54	     nbSharedConflictsStructures=9249  nbSharedBinaryRepresentations=1323  minDegree=18  maxDegree=49  minArity=2
1.46/1.54	     avgArity=2.02  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.375  symmetryCpuTime=0.2  nbCliques=27
1.46/1.54	       =>  wckTime=1.217  cpuTime=0.74  mem=23M285
1.46/1.57	   
1.46/1.57	   solver IterativeSystematicSolver being built... 
1.56/1.64	   
1.56/1.64	   INFO : Forward propagation technique limited 
1.66/1.73	       =>  wckTime=1.503  cpuTime=0.89  mem=31M151
3.06/3.17	   
3.06/3.17	   preprocessing
3.06/3.17	     nbConstraintChecks=216780  nbPropagations=4131  nbRevisions=49222  nbUselessRevisions=42033  nbSingletonTests=1508
3.06/3.17	     nbEffectiveSingletonTests=2  nbACRemovals=4947  nbFoundSingletons=0  nbRemovedValues=4955  detectedInconsistency=no
3.06/3.17	       =>  wckTime=1.432  cpuTime=1.39  mem=32M146
3.35/3.46	   
3.35/3.47	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M157)

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-1044813-1215020267/watcher-1044813-1215020267 -o /tmp/evaluation-result-1044813-1215020267/solver-1044813-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-1044813-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: 2.00 1.95 1.41 4/80 14285
/proc/meminfo: memFree=1813768/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=152 CPUtime=0
/proc/14285/stat : 14285 (java) R 14283 14285 14062 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 113696864 155648 26 996147200 134512640 134550740 4294956144 18446744073709551615 10686763 0 0 4096 0 0 0 0 17 0 0 0
/proc/14285/statm: 38 26 19 9 0 4 0

[startup+0.048259 s]
/proc/loadavg: 2.00 1.95 1.41 4/80 14285
/proc/meminfo: memFree=1813768/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=862200 CPUtime=0.03
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 2377 0 1 0 2 1 0 0 18 0 6 0 113696864 882892800 1960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 215550 1960 901 9 0 210529 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862200

[startup+0.101687 s]
/proc/loadavg: 2.00 1.95 1.41 4/80 14285
/proc/meminfo: memFree=1813768/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=865884 CPUtime=0.08
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 3815 0 1 0 6 2 0 0 18 0 9 0 113696864 886665216 3266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 216471 3266 1728 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301706 s]
/proc/loadavg: 2.00 1.95 1.41 4/80 14285
/proc/meminfo: memFree=1813768/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=866276 CPUtime=0.28
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 5658 0 1 0 25 3 0 0 18 0 9 0 113696864 887066624 5067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 216569 5067 1916 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866276

[startup+0.701744 s]
/proc/loadavg: 2.00 1.95 1.41 4/80 14285
/proc/meminfo: memFree=1813768/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=867448 CPUtime=0.68
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 9079 0 1 0 62 6 0 0 18 0 9 0 113696864 888266752 8449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 216862 8449 1975 9 0 211390 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867448

[startup+1.50283 s]
/proc/loadavg: 2.00 1.95 1.41 4/89 14294
/proc/meminfo: memFree=1750464/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=868260 CPUtime=1.46
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 23913 705 1 0 122 12 11 1 18 0 9 0 113696864 889098240 18895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 217065 18895 2067 9 0 211593 0
[pid=14285/tid=14287] ppid=14283 vsize=868260 CPUtime=1.06
/proc/14285/task/14287/stat : 14287 (java) R 14283 14285 14062 0 -1 64 17279 705 1 0 85 9 11 1 17 0 9 0 113696865 889098240 18895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14288] ppid=14283 vsize=868260 CPUtime=0.25
/proc/14285/task/14288/stat : 14288 (java) R 14283 14285 14062 0 -1 64 5007 705 0 0 13 0 11 1 16 0 9 0 113696867 889098240 18895 996147200 134512640 134550740 4294955968 18446744073709551615 104180100 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14289] ppid=14283 vsize=868260 CPUtime=0.12
/proc/14285/task/14289/stat : 14289 (java) S 14283 14285 14062 0 -1 64 13 705 0 0 0 0 11 1 16 0 9 0 113696867 889098240 18895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14283 vsize=868260 CPUtime=0.12
/proc/14285/task/14290/stat : 14290 (java) S 14283 14285 14062 0 -1 64 5 705 0 0 0 0 11 1 16 0 9 0 113696867 889098240 18895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14283 vsize=868260 CPUtime=0.12
/proc/14285/task/14291/stat : 14291 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 18 0 9 0 113696869 889098240 18895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14292] ppid=14283 vsize=868260 CPUtime=0.34
/proc/14285/task/14292/stat : 14292 (java) S 14283 14285 14062 0 -1 64 785 705 0 0 22 0 11 1 15 0 9 0 113696869 889098240 18895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14293] ppid=14283 vsize=868260 CPUtime=0.12
/proc/14285/task/14293/stat : 14293 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 19 0 9 0 113696869 889098240 18895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14294] ppid=14283 vsize=868260 CPUtime=0.12
/proc/14285/task/14294/stat : 14294 (java) S 14283 14285 14062 0 -1 64 7 705 0 0 0 0 11 1 15 0 9 0 113696869 889098240 18895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868260

[startup+3.10299 s]
/proc/loadavg: 2.00 1.95 1.41 3/89 14298
/proc/meminfo: memFree=1738240/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=868232 CPUtime=3.06
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 31150 705 1 0 279 15 11 1 18 0 9 0 113696864 889069568 21375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 217058 21375 2636 9 0 211564 0
[pid=14285/tid=14287] ppid=14283 vsize=868232 CPUtime=2.53
/proc/14285/task/14287/stat : 14287 (java) R 14283 14285 14062 0 -1 64 21892 705 1 0 230 11 11 1 25 0 9 0 113696865 889069568 21375 996147200 134512640 134550740 4294955968 18446744073709551615 4125969137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14288] ppid=14283 vsize=868232 CPUtime=0.32
/proc/14285/task/14288/stat : 14288 (java) S 14283 14285 14062 0 -1 64 7535 705 0 0 19 1 11 1 17 0 9 0 113696867 889069568 21375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14289] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14289/stat : 14289 (java) S 14283 14285 14062 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113696867 889069568 21375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14290/stat : 14290 (java) S 14283 14285 14062 0 -1 64 10 705 0 0 0 0 11 1 15 0 9 0 113696867 889069568 21375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14291/stat : 14291 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 18 0 9 0 113696869 889069568 21375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14292] ppid=14283 vsize=868232 CPUtime=0.41
/proc/14285/task/14292/stat : 14292 (java) S 14283 14285 14062 0 -1 64 872 705 0 0 28 1 11 1 15 0 9 0 113696869 889069568 21375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14293] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14293/stat : 14293 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 19 0 9 0 113696869 889069568 21375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14294] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14294/stat : 14294 (java) S 14283 14285 14062 0 -1 64 7 705 0 0 0 0 11 1 15 0 9 0 113696869 889069568 21375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868232

[startup+6.30132 s]
/proc/loadavg: 2.00 1.95 1.41 3/89 14298
/proc/meminfo: memFree=1737984/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=868232 CPUtime=6.24
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 33261 705 1 0 596 16 11 1 18 0 9 0 113696864 889069568 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 217058 21407 2636 9 0 211564 0
[pid=14285/tid=14287] ppid=14283 vsize=868232 CPUtime=5.64
/proc/14285/task/14287/stat : 14287 (java) R 14283 14285 14062 0 -1 64 23947 705 1 0 541 11 11 1 17 0 9 0 113696865 889069568 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4127091696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14288] ppid=14283 vsize=868232 CPUtime=0.32
/proc/14285/task/14288/stat : 14288 (java) S 14283 14285 14062 0 -1 64 7535 705 0 0 19 1 11 1 16 0 9 0 113696867 889069568 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14285/tid=14289] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14289/stat : 14289 (java) S 14283 14285 14062 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113696867 889069568 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14290/stat : 14290 (java) S 14283 14285 14062 0 -1 64 10 705 0 0 0 0 11 1 15 0 9 0 113696867 889069568 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14291/stat : 14291 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 18 0 9 0 113696869 889069568 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14292] ppid=14283 vsize=868232 CPUtime=0.47
/proc/14285/task/14292/stat : 14292 (java) S 14283 14285 14062 0 -1 64 905 705 0 0 34 1 11 1 15 0 9 0 113696869 889069568 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14293] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14293/stat : 14293 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 19 0 9 0 113696869 889069568 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14294] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14294/stat : 14294 (java) S 14283 14285 14062 0 -1 64 30 705 0 0 0 0 11 1 15 0 9 0 113696869 889069568 21407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868232

[startup+12.703 s]
/proc/loadavg: 2.00 1.96 1.42 3/89 14298
/proc/meminfo: memFree=1737856/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=868232 CPUtime=12.61
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 36798 705 1 0 1232 17 11 1 18 0 9 0 113696864 889069568 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 217058 21408 2636 9 0 211564 0
[pid=14285/tid=14287] ppid=14283 vsize=868232 CPUtime=12.01
/proc/14285/task/14287/stat : 14287 (java) R 14283 14285 14062 0 -1 64 27482 705 1 0 1177 12 11 1 25 0 9 0 113696865 889069568 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4127184603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14288] ppid=14283 vsize=868232 CPUtime=0.32
/proc/14285/task/14288/stat : 14288 (java) S 14283 14285 14062 0 -1 64 7535 705 0 0 19 1 11 1 16 0 9 0 113696867 889069568 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14285/tid=14289] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14289/stat : 14289 (java) S 14283 14285 14062 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113696867 889069568 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14290/stat : 14290 (java) S 14283 14285 14062 0 -1 64 10 705 0 0 0 0 11 1 15 0 9 0 113696867 889069568 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14291/stat : 14291 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 18 0 9 0 113696869 889069568 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14292] ppid=14283 vsize=868232 CPUtime=0.48
/proc/14285/task/14292/stat : 14292 (java) S 14283 14285 14062 0 -1 64 907 705 0 0 35 1 11 1 16 0 9 0 113696869 889069568 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14293] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14293/stat : 14293 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 19 0 9 0 113696869 889069568 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14294] ppid=14283 vsize=868232 CPUtime=0.12
/proc/14285/task/14294/stat : 14294 (java) S 14283 14285 14062 0 -1 64 30 705 0 0 0 0 11 1 15 0 9 0 113696869 889069568 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 868232

[startup+25.5013 s]
/proc/loadavg: 2.00 1.96 1.43 3/89 14298
/proc/meminfo: memFree=1733632/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=868144 CPUtime=25.35
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 39071 705 1 0 2505 18 11 1 18 0 9 0 113696864 888979456 22486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 217036 22486 2615 9 0 211564 0
[pid=14285/tid=14287] ppid=14283 vsize=868144 CPUtime=24.73
/proc/14285/task/14287/stat : 14287 (java) R 14283 14285 14062 0 -1 64 28653 705 1 0 2449 12 11 1 25 0 9 0 113696865 888979456 22486 996147200 134512640 134550740 4294955968 18446744073709551615 4127088334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14288] ppid=14283 vsize=868144 CPUtime=0.33
/proc/14285/task/14288/stat : 14288 (java) S 14283 14285 14062 0 -1 64 8635 705 0 0 20 1 11 1 16 0 9 0 113696867 888979456 22486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14289] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14289/stat : 14289 (java) S 14283 14285 14062 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 22486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14290/stat : 14290 (java) S 14283 14285 14062 0 -1 64 10 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 22486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14291/stat : 14291 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 18 0 9 0 113696869 888979456 22486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14292] ppid=14283 vsize=868144 CPUtime=0.48
/proc/14285/task/14292/stat : 14292 (java) S 14283 14285 14062 0 -1 64 909 705 0 0 35 1 11 1 16 0 9 0 113696869 888979456 22486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14293] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14293/stat : 14293 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 19 0 9 0 113696869 888979456 22486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14294] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14294/stat : 14294 (java) S 14283 14285 14062 0 -1 64 30 705 0 0 0 0 11 1 15 0 9 0 113696869 888979456 22486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 868144

[startup+51.1019 s]
/proc/loadavg: 2.07 1.97 1.45 3/89 14298
/proc/meminfo: memFree=1729280/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=868144 CPUtime=50.82
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 40176 705 1 0 5052 18 11 1 18 0 9 0 113696864 888979456 23586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 217036 23586 2615 9 0 211564 0
[pid=14285/tid=14287] ppid=14283 vsize=868144 CPUtime=50.2
/proc/14285/task/14287/stat : 14287 (java) R 14283 14285 14062 0 -1 64 28654 705 1 0 4996 12 11 1 25 0 9 0 113696865 888979456 23586 996147200 134512640 134550740 4294955968 18446744073709551615 4127079694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14288] ppid=14283 vsize=868144 CPUtime=0.34
/proc/14285/task/14288/stat : 14288 (java) S 14283 14285 14062 0 -1 64 9739 705 0 0 20 2 11 1 16 0 9 0 113696867 888979456 23586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14289] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14289/stat : 14289 (java) S 14283 14285 14062 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14290/stat : 14290 (java) S 14283 14285 14062 0 -1 64 10 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14291/stat : 14291 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 18 0 9 0 113696869 888979456 23586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14292] ppid=14283 vsize=868144 CPUtime=0.48
/proc/14285/task/14292/stat : 14292 (java) S 14283 14285 14062 0 -1 64 909 705 0 0 35 1 11 1 16 0 9 0 113696869 888979456 23586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14293] ppid=14283 vsize=868144 CPUtime=0.12

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

/proc/14285/task/14290/stat : 14290 (java) S 14283 14285 14062 0 -1 64 10 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14291/stat : 14291 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 18 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14292] ppid=14283 vsize=868144 CPUtime=0.48
/proc/14285/task/14292/stat : 14292 (java) S 14283 14285 14062 0 -1 64 910 705 0 0 35 1 11 1 16 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14293] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14293/stat : 14293 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 19 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14294] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14294/stat : 14294 (java) S 14283 14285 14062 0 -1 64 30 705 0 0 0 0 11 1 15 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.78
Current children cumulated vsize (KiB) 868144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/93 14433
/proc/meminfo: memFree=1692440/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=868144 CPUtime=1530.49
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 40262 705 1 0 153011 26 11 1 18 0 9 0 113696864 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 217036 23596 2615 9 0 211564 0
[pid=14285/tid=14287] ppid=14283 vsize=868144 CPUtime=1529.77
/proc/14285/task/14287/stat : 14287 (java) R 14283 14285 14062 0 -1 64 28725 705 1 0 152945 20 11 1 25 0 9 0 113696865 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4127108615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14288] ppid=14283 vsize=868144 CPUtime=0.44
/proc/14285/task/14288/stat : 14288 (java) S 14283 14285 14062 0 -1 64 9753 705 0 0 29 3 11 1 16 0 9 0 113696867 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14289] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14289/stat : 14289 (java) S 14283 14285 14062 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14290/stat : 14290 (java) S 14283 14285 14062 0 -1 64 10 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14291/stat : 14291 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 18 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14292] ppid=14283 vsize=868144 CPUtime=0.48
/proc/14285/task/14292/stat : 14292 (java) S 14283 14285 14062 0 -1 64 910 705 0 0 35 1 11 1 16 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14293] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14293/stat : 14293 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 19 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14294] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14294/stat : 14294 (java) S 14283 14285 14062 0 -1 64 30 705 0 0 0 0 11 1 15 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.49
Current children cumulated vsize (KiB) 868144

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/93 14433
/proc/meminfo: memFree=1692440/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=868144 CPUtime=1590.2
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 40264 705 1 0 158982 26 11 1 18 0 9 0 113696864 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 217036 23596 2615 9 0 211564 0
[pid=14285/tid=14287] ppid=14283 vsize=868144 CPUtime=1589.48
/proc/14285/task/14287/stat : 14287 (java) R 14283 14285 14062 0 -1 64 28727 705 1 0 158916 20 11 1 25 0 9 0 113696865 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4127182222 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14288] ppid=14283 vsize=868144 CPUtime=0.45
/proc/14285/task/14288/stat : 14288 (java) S 14283 14285 14062 0 -1 64 9753 705 0 0 30 3 11 1 16 0 9 0 113696867 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14289] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14289/stat : 14289 (java) S 14283 14285 14062 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14290/stat : 14290 (java) S 14283 14285 14062 0 -1 64 10 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14291/stat : 14291 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 18 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14292] ppid=14283 vsize=868144 CPUtime=0.48
/proc/14285/task/14292/stat : 14292 (java) S 14283 14285 14062 0 -1 64 910 705 0 0 35 1 11 1 16 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14293] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14293/stat : 14293 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 19 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14294] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14294/stat : 14294 (java) S 14283 14285 14062 0 -1 64 30 705 0 0 0 0 11 1 15 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.2
Current children cumulated vsize (KiB) 868144

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/101 14444
/proc/meminfo: memFree=1645840/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=868144 CPUtime=1649.91
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 40267 705 1 0 164953 26 11 1 18 0 9 0 113696864 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 217036 23596 2615 9 0 211564 0
[pid=14285/tid=14287] ppid=14283 vsize=868144 CPUtime=1649.19
/proc/14285/task/14287/stat : 14287 (java) R 14283 14285 14062 0 -1 64 28730 705 1 0 164887 20 11 1 25 0 9 0 113696865 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4127096076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14288] ppid=14283 vsize=868144 CPUtime=0.45
/proc/14285/task/14288/stat : 14288 (java) S 14283 14285 14062 0 -1 64 9753 705 0 0 30 3 11 1 16 0 9 0 113696867 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14289] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14289/stat : 14289 (java) S 14283 14285 14062 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14290/stat : 14290 (java) S 14283 14285 14062 0 -1 64 10 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14291/stat : 14291 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 18 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14292] ppid=14283 vsize=868144 CPUtime=0.48
/proc/14285/task/14292/stat : 14292 (java) S 14283 14285 14062 0 -1 64 910 705 0 0 35 1 11 1 16 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14293] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14293/stat : 14293 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 19 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14294] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14294/stat : 14294 (java) S 14283 14285 14062 0 -1 64 30 705 0 0 0 0 11 1 15 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.91
Current children cumulated vsize (KiB) 868144

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 1.88 3/101 14444
/proc/meminfo: memFree=1645840/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=868144 CPUtime=1709.63
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 40270 705 1 0 170924 27 11 1 18 0 9 0 113696864 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 217036 23596 2615 9 0 211564 0
[pid=14285/tid=14287] ppid=14283 vsize=868144 CPUtime=1708.89
/proc/14285/task/14287/stat : 14287 (java) R 14283 14285 14062 0 -1 64 28733 705 1 0 170857 20 11 1 25 0 9 0 113696865 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4126705364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14288] ppid=14283 vsize=868144 CPUtime=0.46
/proc/14285/task/14288/stat : 14288 (java) S 14283 14285 14062 0 -1 64 9753 705 0 0 31 3 11 1 16 0 9 0 113696867 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14289] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14289/stat : 14289 (java) S 14283 14285 14062 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14290/stat : 14290 (java) S 14283 14285 14062 0 -1 64 10 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14291/stat : 14291 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 18 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14292] ppid=14283 vsize=868144 CPUtime=0.48
/proc/14285/task/14292/stat : 14292 (java) S 14283 14285 14062 0 -1 64 910 705 0 0 35 1 11 1 16 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14293] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14293/stat : 14293 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 19 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14294] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14294/stat : 14294 (java) S 14283 14285 14062 0 -1 64 30 705 0 0 0 0 11 1 15 0 9 0 113696869 888979456 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.63
Current children cumulated vsize (KiB) 868144

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.89 3/101 14444
/proc/meminfo: memFree=1645776/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=868144 CPUtime=1769.34
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 40273 705 1 0 176895 27 11 1 18 0 9 0 113696864 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 217036 23597 2615 9 0 211564 0
[pid=14285/tid=14287] ppid=14283 vsize=868144 CPUtime=1768.6
/proc/14285/task/14287/stat : 14287 (java) R 14283 14285 14062 0 -1 64 28735 705 1 0 176828 20 11 1 25 0 9 0 113696865 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4127096054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14288] ppid=14283 vsize=868144 CPUtime=0.46
/proc/14285/task/14288/stat : 14288 (java) S 14283 14285 14062 0 -1 64 9753 705 0 0 31 3 11 1 16 0 9 0 113696867 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14289] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14289/stat : 14289 (java) S 14283 14285 14062 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14290/stat : 14290 (java) S 14283 14285 14062 0 -1 64 10 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14291/stat : 14291 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 18 0 9 0 113696869 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14292] ppid=14283 vsize=868144 CPUtime=0.48
/proc/14285/task/14292/stat : 14292 (java) S 14283 14285 14062 0 -1 64 911 705 0 0 35 1 11 1 16 0 9 0 113696869 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14293] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14293/stat : 14293 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 19 0 9 0 113696869 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14294] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14294/stat : 14294 (java) S 14283 14285 14062 0 -1 64 30 705 0 0 0 0 11 1 15 0 9 0 113696869 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.34
Current children cumulated vsize (KiB) 868144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.2 s]
/proc/loadavg: 2.01 2.01 1.89 3/101 14444
/proc/meminfo: memFree=1645776/2055920 swapFree=4192812/4192956
[pid=14285] ppid=14283 vsize=868144 CPUtime=1800.09
/proc/14285/stat : 14285 (java) S 14283 14285 14062 0 -1 0 40275 705 1 0 179970 27 11 1 18 0 9 0 113696864 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 217036 23597 2615 9 0 211564 0
[pid=14285/tid=14287] ppid=14283 vsize=868144 CPUtime=1799.35
/proc/14285/task/14287/stat : 14287 (java) R 14283 14285 14062 0 -1 64 28737 705 1 0 179903 20 11 1 25 0 9 0 113696865 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14288] ppid=14283 vsize=868144 CPUtime=0.46
/proc/14285/task/14288/stat : 14288 (java) S 14283 14285 14062 0 -1 64 9753 705 0 0 31 3 11 1 16 0 9 0 113696867 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14289] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14289/stat : 14289 (java) S 14283 14285 14062 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14290/stat : 14290 (java) S 14283 14285 14062 0 -1 64 10 705 0 0 0 0 11 1 16 0 9 0 113696867 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14291/stat : 14291 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 18 0 9 0 113696869 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14292] ppid=14283 vsize=868144 CPUtime=0.48
/proc/14285/task/14292/stat : 14292 (java) S 14283 14285 14062 0 -1 64 911 705 0 0 35 1 11 1 16 0 9 0 113696869 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14293] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14293/stat : 14293 (java) S 14283 14285 14062 0 -1 64 1 705 0 0 0 0 11 1 19 0 9 0 113696869 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14285/tid=14294] ppid=14283 vsize=868144 CPUtime=0.12
/proc/14285/task/14294/stat : 14294 (java) S 14283 14285 14062 0 -1 64 30 705 0 0 0 0 11 1 15 0 9 0 113696869 888979456 23597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868144

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): 1813.23
CPU time (s): 1800.14
CPU user time (s): 1799.84
CPU system time (s): 0.303953
CPU usage (%): 99.2779
Max. virtual memory (cumulated for all children) (KiB): 868260

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

runsolver used 1.9767 second user time and 6.28005 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-02 19:37:47
IDJOB=1044813
IDBENCH=53452
IDSOLVER=364
FILE ID=node27/1044813-1215020267
PBS_JOBID= 7874416
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 31554748f07a2fd0846470dec9671185
RANDOM SEED=746899373

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:       1814248 kB
Buffers:         15504 kB
Cached:         119612 kB
SwapCached:          0 kB
Active:         131236 kB
Inactive:        55464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3072 kB
Writeback:           0 kB
Mapped:          73364 kB
Slab:            40340 kB
Committed_AS:   998040 kB
PageTables:       1636 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= 66440 MiB
End job on node27 at 2008-07-02 20:08:03