Trace number 1044814

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.09 1811.58

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-5_ext.xml
MD5SUM1bdde9be183c86ffbf239f4dbf5cbce7
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 benchmark2.68459
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.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.17/0.26	
0.17/0.26	   configuration
0.17/0.26	     name=esac.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-1044814-1215020268.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.46	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6265
0.38/0.46	       =>  wckTime=0.206  cpuTime=0.16  mem=9M869
0.38/0.46	   
0.38/0.46	   relations being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
1.36/1.43	     nbConstraints=9332  nbRelationTypes=26  nbGlobalConstraints=32  nbSingletonDomainVariables=390
1.36/1.43	     nbExtensionStructures=51  nbSharedExtensionStructures=9249  nbConflictsStructures=51
1.36/1.43	     nbSharedConflictsStructures=9249  nbSharedBinaryRepresentations=1323  minDegree=18  maxDegree=49  minArity=2
1.36/1.43	     avgArity=2.02  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.37  symmetryCpuTime=0.19  nbCliques=32
1.36/1.43	       =>  wckTime=1.176  cpuTime=0.74  mem=23M235
1.47/1.55	   
1.47/1.55	   solver IterativeSystematicSolver being built... 
1.56/1.63	   
1.56/1.63	   INFO : Forward propagation technique limited 
1.66/1.72	       =>  wckTime=1.466  cpuTime=0.89  mem=31M167
2.55/2.65	   
2.55/2.65	   preprocessing
2.55/2.65	     nbConstraintChecks=190898  nbPropagations=3783  nbRevisions=48421  nbUselessRevisions=40936  nbSingletonTests=1061
2.55/2.65	     nbEffectiveSingletonTests=0  nbACRemovals=4959  nbFoundSingletons=0  nbRemovedValues=4959  detectedInconsistency=no
2.55/2.65	       =>  wckTime=0.921  cpuTime=0.88  mem=32M162
2.85/2.95	   
2.85/2.95	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M189)

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-1044814-1215020268/watcher-1044814-1215020268 -o /tmp/evaluation-result-1044814-1215020268/solver-1044814-1215020268 -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-1044814-1215020268.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.97 1.41 4/80 11731
/proc/meminfo: memFree=1765728/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=18572 CPUtime=0
/proc/11731/stat : 11731 (runsolver) R 11729 11731 11086 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1980999805 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 209135922471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11731/statm: 4643 292 257 25 0 2626 0

[startup+0.030022 s]
/proc/loadavg: 2.00 1.97 1.41 4/80 11731
/proc/meminfo: memFree=1765728/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=861876 CPUtime=0.01
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 1898 0 1 0 1 0 0 0 18 0 5 0 1980999805 882561024 1583 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 215469 1865 855 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.120931 s]
/proc/loadavg: 2.00 1.97 1.41 4/80 11731
/proc/meminfo: memFree=1765728/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=865884 CPUtime=0.09
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 3911 0 1 0 8 1 0 0 18 0 9 0 1980999805 886665216 3351 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216471 3351 1761 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301946 s]
/proc/loadavg: 2.00 1.97 1.41 4/80 11731
/proc/meminfo: memFree=1765728/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=866284 CPUtime=0.28
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 5810 0 1 0 25 3 0 0 18 0 9 0 1980999805 887074816 5184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216571 5184 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701989 s]
/proc/loadavg: 2.00 1.97 1.41 4/80 11731
/proc/meminfo: memFree=1765728/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=867440 CPUtime=0.68
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 9252 0 1 0 62 6 0 0 18 0 9 0 1980999805 888258560 8622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216860 8622 1975 9 0 211388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867440

[startup+1.50206 s]
/proc/loadavg: 2.00 1.97 1.41 4/89 11740
/proc/meminfo: memFree=1701336/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=867924 CPUtime=1.47
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 23910 704 1 0 123 11 12 1 18 0 9 0 1980999805 888754176 18890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216981 18890 2067 9 0 211509 0
[pid=11731/tid=11733] ppid=11729 vsize=867924 CPUtime=1.05
/proc/11731/task/11733/stat : 11733 (java) R 11729 11731 11086 0 -1 64 17277 704 1 0 84 8 12 1 23 0 9 0 1980999807 888754176 18890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11734] ppid=11729 vsize=867924 CPUtime=0.28
/proc/11731/task/11734/stat : 11734 (java) R 11729 11731 11086 0 -1 64 5014 704 0 0 14 1 12 1 16 0 9 0 1980999808 888754176 18890 996147200 134512640 134550740 4294955968 18446744073709551615 102473274 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11735] ppid=11729 vsize=867924 CPUtime=0.13
/proc/11731/task/11735/stat : 11735 (java) S 11729 11731 11086 0 -1 64 13 704 0 0 0 0 12 1 16 0 9 0 1980999808 888754176 18890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11736] ppid=11729 vsize=867924 CPUtime=0.13
/proc/11731/task/11736/stat : 11736 (java) S 11729 11731 11086 0 -1 64 5 704 0 0 0 0 12 1 16 0 9 0 1980999808 888754176 18890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11729 vsize=867924 CPUtime=0.13
/proc/11731/task/11737/stat : 11737 (java) S 11729 11731 11086 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 1980999810 888754176 18890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11729 vsize=867924 CPUtime=0.36
/proc/11731/task/11738/stat : 11738 (java) S 11729 11731 11086 0 -1 64 785 704 0 0 23 0 12 1 15 0 9 0 1980999810 888754176 18890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11729 vsize=867924 CPUtime=0.13
/proc/11731/task/11739/stat : 11739 (java) S 11729 11731 11086 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 1980999810 888754176 18890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11740] ppid=11729 vsize=867924 CPUtime=0.13
/proc/11731/task/11740/stat : 11740 (java) S 11729 11731 11086 0 -1 64 9 704 0 0 0 0 12 1 15 0 9 0 1980999810 888754176 18890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867924

[startup+3.10119 s]
/proc/loadavg: 2.00 1.97 1.42 3/89 11744
/proc/meminfo: memFree=1690264/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=867896 CPUtime=3.05
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 31655 704 1 0 279 13 12 1 18 0 9 0 1980999805 888725504 21387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216974 21387 2636 9 0 211480 0
[pid=11731/tid=11733] ppid=11729 vsize=867896 CPUtime=2.5
/proc/11731/task/11733/stat : 11733 (java) R 11729 11731 11086 0 -1 64 22383 704 1 0 228 9 12 1 25 0 9 0 1980999807 888725504 21387 996147200 134512640 134550740 4294955968 18446744073709551615 4127093735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11734] ppid=11729 vsize=867896 CPUtime=0.34
/proc/11731/task/11734/stat : 11734 (java) S 11729 11731 11086 0 -1 64 7545 704 0 0 19 2 12 1 17 0 9 0 1980999808 888725504 21387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11735] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11735/stat : 11735 (java) S 11729 11731 11086 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 1980999808 888725504 21387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11736] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11736/stat : 11736 (java) S 11729 11731 11086 0 -1 64 9 704 0 0 0 0 12 1 15 0 9 0 1980999808 888725504 21387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11737/stat : 11737 (java) S 11729 11731 11086 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 1980999810 888725504 21387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11729 vsize=867896 CPUtime=0.44
/proc/11731/task/11738/stat : 11738 (java) S 11729 11731 11086 0 -1 64 886 704 0 0 31 0 12 1 16 0 9 0 1980999810 888725504 21387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11739/stat : 11739 (java) S 11729 11731 11086 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 1980999810 888725504 21387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11740] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11740/stat : 11740 (java) S 11729 11731 11086 0 -1 64 9 704 0 0 0 0 12 1 15 0 9 0 1980999810 888725504 21387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867896

[startup+6.30148 s]
/proc/loadavg: 2.00 1.97 1.42 3/89 11744
/proc/meminfo: memFree=1690136/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=867896 CPUtime=6.21
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 33295 704 1 0 594 14 12 1 18 0 9 0 1980999805 888725504 21403 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216974 21403 2636 9 0 211480 0
[pid=11731/tid=11733] ppid=11729 vsize=867896 CPUtime=5.63
/proc/11731/task/11733/stat : 11733 (java) R 11729 11731 11086 0 -1 64 23984 704 1 0 540 10 12 1 25 0 9 0 1980999807 888725504 21403 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11734] ppid=11729 vsize=867896 CPUtime=0.34
/proc/11731/task/11734/stat : 11734 (java) S 11729 11731 11086 0 -1 64 7545 704 0 0 19 2 12 1 16 0 9 0 1980999808 888725504 21403 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11735] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11735/stat : 11735 (java) S 11729 11731 11086 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 1980999808 888725504 21403 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11736] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11736/stat : 11736 (java) S 11729 11731 11086 0 -1 64 9 704 0 0 0 0 12 1 15 0 9 0 1980999808 888725504 21403 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11737/stat : 11737 (java) S 11729 11731 11086 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 1980999810 888725504 21403 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11729 vsize=867896 CPUtime=0.47
/proc/11731/task/11738/stat : 11738 (java) S 11729 11731 11086 0 -1 64 902 704 0 0 34 0 12 1 15 0 9 0 1980999810 888725504 21403 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11739/stat : 11739 (java) S 11729 11731 11086 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 1980999810 888725504 21403 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11740] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11740/stat : 11740 (java) S 11729 11731 11086 0 -1 64 32 704 0 0 0 0 12 1 15 0 9 0 1980999810 888725504 21403 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867896

[startup+12.701 s]
/proc/loadavg: 2.00 1.97 1.42 3/89 11744
/proc/meminfo: memFree=1690016/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=867896 CPUtime=12.56
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 36639 704 1 0 1228 15 12 1 18 0 9 0 1980999805 888725504 21405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216974 21405 2636 9 0 211480 0
[pid=11731/tid=11733] ppid=11729 vsize=867896 CPUtime=11.97
/proc/11731/task/11733/stat : 11733 (java) R 11729 11731 11086 0 -1 64 27324 704 1 0 1173 11 12 1 25 0 9 0 1980999807 888725504 21405 996147200 134512640 134550740 4294955968 18446744073709551615 4127100039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11734] ppid=11729 vsize=867896 CPUtime=0.34
/proc/11731/task/11734/stat : 11734 (java) S 11729 11731 11086 0 -1 64 7545 704 0 0 19 2 12 1 16 0 9 0 1980999808 888725504 21405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11735] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11735/stat : 11735 (java) S 11729 11731 11086 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 1980999808 888725504 21405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11736] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11736/stat : 11736 (java) S 11729 11731 11086 0 -1 64 9 704 0 0 0 0 12 1 15 0 9 0 1980999808 888725504 21405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11737/stat : 11737 (java) S 11729 11731 11086 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 1980999810 888725504 21405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11729 vsize=867896 CPUtime=0.48
/proc/11731/task/11738/stat : 11738 (java) S 11729 11731 11086 0 -1 64 906 704 0 0 35 0 12 1 15 0 9 0 1980999810 888725504 21405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11739/stat : 11739 (java) S 11729 11731 11086 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 1980999810 888725504 21405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11740] ppid=11729 vsize=867896 CPUtime=0.13
/proc/11731/task/11740/stat : 11740 (java) S 11729 11731 11086 0 -1 64 32 704 0 0 0 0 12 1 15 0 9 0 1980999810 888725504 21405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867896

[startup+25.5022 s]
/proc/loadavg: 2.00 1.97 1.43 3/89 11744
/proc/meminfo: memFree=1685792/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=867808 CPUtime=25.23
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 39069 704 1 0 2494 16 12 1 18 0 9 0 1980999805 888635392 22485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216952 22485 2615 9 0 211480 0
[pid=11731/tid=11733] ppid=11729 vsize=867808 CPUtime=24.63
/proc/11731/task/11733/stat : 11733 (java) R 11729 11731 11086 0 -1 64 28650 704 1 0 2438 12 12 1 25 0 9 0 1980999807 888635392 22485 996147200 134512640 134550740 4294955968 18446744073709551615 4127174739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11734] ppid=11729 vsize=867808 CPUtime=0.34
/proc/11731/task/11734/stat : 11734 (java) S 11729 11731 11086 0 -1 64 8648 704 0 0 19 2 12 1 16 0 9 0 1980999808 888635392 22485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11735] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11735/stat : 11735 (java) S 11729 11731 11086 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 22485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11736] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11736/stat : 11736 (java) S 11729 11731 11086 0 -1 64 10 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 22485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11737/stat : 11737 (java) S 11729 11731 11086 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 1980999810 888635392 22485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11729 vsize=867808 CPUtime=0.48
/proc/11731/task/11738/stat : 11738 (java) S 11729 11731 11086 0 -1 64 906 704 0 0 35 0 12 1 15 0 9 0 1980999810 888635392 22485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11739/stat : 11739 (java) S 11729 11731 11086 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 1980999810 888635392 22485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11740] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11740/stat : 11740 (java) S 11729 11731 11086 0 -1 64 32 704 0 0 0 0 12 1 15 0 9 0 1980999810 888635392 22485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867808

[startup+51.1024 s]
/proc/loadavg: 2.00 1.97 1.44 3/89 11744
/proc/meminfo: memFree=1681376/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=867808 CPUtime=50.6
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 40177 704 1 0 5030 17 12 1 18 0 9 0 1980999805 888635392 23588 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216952 23588 2615 9 0 211480 0
[pid=11731/tid=11733] ppid=11729 vsize=867808 CPUtime=49.98
/proc/11731/task/11733/stat : 11733 (java) R 11729 11731 11086 0 -1 64 28651 704 1 0 4973 12 12 1 25 0 9 0 1980999807 888635392 23588 996147200 134512640 134550740 4294955968 18446744073709551615 4127174739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11734] ppid=11729 vsize=867808 CPUtime=0.35
/proc/11731/task/11734/stat : 11734 (java) S 11729 11731 11086 0 -1 64 9755 704 0 0 20 2 12 1 16 0 9 0 1980999808 888635392 23588 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11735] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11735/stat : 11735 (java) S 11729 11731 11086 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23588 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11736] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11736/stat : 11736 (java) S 11729 11731 11086 0 -1 64 10 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23588 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11737/stat : 11737 (java) S 11729 11731 11086 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 1980999810 888635392 23588 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11729 vsize=867808 CPUtime=0.48
/proc/11731/task/11738/stat : 11738 (java) S 11729 11731 11086 0 -1 64 906 704 0 0 35 0 12 1 15 0 9 0 1980999810 888635392 23588 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11729 vsize=867808 CPUtime=0.13

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

/proc/11731/task/11736/stat : 11736 (java) S 11729 11731 11086 0 -1 64 10 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11737/stat : 11737 (java) S 11729 11731 11086 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11729 vsize=867808 CPUtime=0.48
/proc/11731/task/11738/stat : 11738 (java) S 11729 11731 11086 0 -1 64 907 704 0 0 35 0 12 1 16 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11739/stat : 11739 (java) S 11729 11731 11086 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11740] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11740/stat : 11740 (java) S 11729 11731 11086 0 -1 64 32 704 0 0 0 0 12 1 15 0 9 0 1980999810 888635392 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.91
Current children cumulated vsize (KiB) 867808

[startup+1602.3 s]
/proc/loadavg: 2.11 2.04 1.88 3/89 11791
/proc/meminfo: memFree=1684888/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=867808 CPUtime=1590.88
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 40259 704 1 0 159055 20 12 1 18 0 9 0 1980999805 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216952 23596 2615 9 0 211480 0
[pid=11731/tid=11733] ppid=11729 vsize=867808 CPUtime=1590.14
/proc/11731/task/11733/stat : 11733 (java) R 11729 11731 11086 0 -1 64 28722 704 1 0 158986 15 12 1 25 0 9 0 1980999807 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4127174742 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11731/tid=11734] ppid=11729 vsize=867808 CPUtime=0.49
/proc/11731/task/11734/stat : 11734 (java) S 11729 11731 11086 0 -1 64 9765 704 0 0 33 3 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11731/tid=11735] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11735/stat : 11735 (java) S 11729 11731 11086 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11736] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11736/stat : 11736 (java) S 11729 11731 11086 0 -1 64 10 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11737/stat : 11737 (java) S 11729 11731 11086 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11729 vsize=867808 CPUtime=0.48
/proc/11731/task/11738/stat : 11738 (java) S 11729 11731 11086 0 -1 64 907 704 0 0 35 0 12 1 16 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11739/stat : 11739 (java) S 11729 11731 11086 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11740] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11740/stat : 11740 (java) S 11729 11731 11086 0 -1 64 32 704 0 0 0 0 12 1 15 0 9 0 1980999810 888635392 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.88
Current children cumulated vsize (KiB) 867808

[startup+1662.3 s]
/proc/loadavg: 2.08 2.04 1.89 3/89 11791
/proc/meminfo: memFree=1684888/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=867808 CPUtime=1650.86
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 40262 704 1 0 165053 20 12 1 18 0 9 0 1980999805 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216952 23596 2615 9 0 211480 0
[pid=11731/tid=11733] ppid=11729 vsize=867808 CPUtime=1650.11
/proc/11731/task/11733/stat : 11733 (java) R 11729 11731 11086 0 -1 64 28725 704 1 0 164983 15 12 1 25 0 9 0 1980999807 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4126637464 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11731/tid=11734] ppid=11729 vsize=867808 CPUtime=0.49
/proc/11731/task/11734/stat : 11734 (java) S 11729 11731 11086 0 -1 64 9765 704 0 0 33 3 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11731/tid=11735] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11735/stat : 11735 (java) S 11729 11731 11086 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11736] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11736/stat : 11736 (java) S 11729 11731 11086 0 -1 64 10 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11737/stat : 11737 (java) S 11729 11731 11086 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11729 vsize=867808 CPUtime=0.48
/proc/11731/task/11738/stat : 11738 (java) S 11729 11731 11086 0 -1 64 907 704 0 0 35 0 12 1 16 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11739/stat : 11739 (java) S 11729 11731 11086 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11740] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11740/stat : 11740 (java) S 11729 11731 11086 0 -1 64 32 704 0 0 0 0 12 1 15 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.86
Current children cumulated vsize (KiB) 867808

[startup+1722.3 s]
/proc/loadavg: 2.16 2.08 1.91 3/89 11830
/proc/meminfo: memFree=1683296/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=867808 CPUtime=1710.84
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 40265 704 1 0 171049 22 12 1 18 0 9 0 1980999805 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216952 23596 2615 9 0 211480 0
[pid=11731/tid=11733] ppid=11729 vsize=867808 CPUtime=1710.07
/proc/11731/task/11733/stat : 11733 (java) R 11729 11731 11086 0 -1 64 28728 704 1 0 170978 16 12 1 25 0 9 0 1980999807 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4127095801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11731/tid=11734] ppid=11729 vsize=867808 CPUtime=0.5
/proc/11731/task/11734/stat : 11734 (java) S 11729 11731 11086 0 -1 64 9765 704 0 0 34 3 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11731/tid=11735] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11735/stat : 11735 (java) S 11729 11731 11086 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11736] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11736/stat : 11736 (java) S 11729 11731 11086 0 -1 64 10 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11737/stat : 11737 (java) S 11729 11731 11086 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11729 vsize=867808 CPUtime=0.48
/proc/11731/task/11738/stat : 11738 (java) S 11729 11731 11086 0 -1 64 907 704 0 0 35 0 12 1 16 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11739/stat : 11739 (java) S 11729 11731 11086 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11740] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11740/stat : 11740 (java) S 11729 11731 11086 0 -1 64 32 704 0 0 0 0 12 1 15 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.84
Current children cumulated vsize (KiB) 867808

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 1.91 3/89 11830
/proc/meminfo: memFree=1683104/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=867808 CPUtime=1770.82
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 40267 704 1 0 177047 22 12 1 18 0 9 0 1980999805 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216952 23596 2615 9 0 211480 0
[pid=11731/tid=11733] ppid=11729 vsize=867808 CPUtime=1770.05
/proc/11731/task/11733/stat : 11733 (java) R 11729 11731 11086 0 -1 64 28730 704 1 0 176976 16 12 1 25 0 9 0 1980999807 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11731/tid=11734] ppid=11729 vsize=867808 CPUtime=0.5
/proc/11731/task/11734/stat : 11734 (java) S 11729 11731 11086 0 -1 64 9765 704 0 0 34 3 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11731/tid=11735] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11735/stat : 11735 (java) S 11729 11731 11086 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11736] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11736/stat : 11736 (java) S 11729 11731 11086 0 -1 64 10 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11737/stat : 11737 (java) S 11729 11731 11086 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11729 vsize=867808 CPUtime=0.48
/proc/11731/task/11738/stat : 11738 (java) S 11729 11731 11086 0 -1 64 907 704 0 0 35 0 12 1 16 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11739/stat : 11739 (java) S 11729 11731 11086 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11740] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11740/stat : 11740 (java) S 11729 11731 11086 0 -1 64 32 704 0 0 0 0 12 1 15 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.82
Current children cumulated vsize (KiB) 867808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.5 s]
/proc/loadavg: 2.03 2.05 1.91 3/89 11830
/proc/meminfo: memFree=1683104/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=867808 CPUtime=1800.01
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 40269 704 1 0 179966 22 12 1 18 0 9 0 1980999805 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216952 23596 2615 9 0 211480 0
[pid=11731/tid=11733] ppid=11729 vsize=867808 CPUtime=1799.24
/proc/11731/task/11733/stat : 11733 (java) R 11729 11731 11086 0 -1 64 28732 704 1 0 179895 16 12 1 25 0 9 0 1980999807 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4127099342 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11731/tid=11734] ppid=11729 vsize=867808 CPUtime=0.51
/proc/11731/task/11734/stat : 11734 (java) S 11729 11731 11086 0 -1 64 9765 704 0 0 35 3 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11731/tid=11735] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11735/stat : 11735 (java) S 11729 11731 11086 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11736] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11736/stat : 11736 (java) S 11729 11731 11086 0 -1 64 10 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11737/stat : 11737 (java) S 11729 11731 11086 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11729 vsize=867808 CPUtime=0.48
/proc/11731/task/11738/stat : 11738 (java) S 11729 11731 11086 0 -1 64 907 704 0 0 35 0 12 1 16 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11739/stat : 11739 (java) S 11729 11731 11086 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11740] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11740/stat : 11740 (java) S 11729 11731 11086 0 -1 64 32 704 0 0 0 0 12 1 15 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867808

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

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

[startup+1811.5 s]
/proc/loadavg: 2.03 2.05 1.91 3/89 11830
/proc/meminfo: memFree=1683104/2055920 swapFree=4180688/4192956
[pid=11731] ppid=11729 vsize=867808 CPUtime=1800.01
/proc/11731/stat : 11731 (java) S 11729 11731 11086 0 -1 0 40269 704 1 0 179966 22 12 1 18 0 9 0 1980999805 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 216952 23596 2615 9 0 211480 0
[pid=11731/tid=11733] ppid=11729 vsize=867808 CPUtime=1799.24
/proc/11731/task/11733/stat : 11733 (java) R 11729 11731 11086 0 -1 64 28732 704 1 0 179895 16 12 1 25 0 9 0 1980999807 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4127099342 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11731/tid=11734] ppid=11729 vsize=867808 CPUtime=0.51
/proc/11731/task/11734/stat : 11734 (java) S 11729 11731 11086 0 -1 64 9765 704 0 0 35 3 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11731/tid=11735] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11735/stat : 11735 (java) S 11729 11731 11086 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11736] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11736/stat : 11736 (java) S 11729 11731 11086 0 -1 64 10 704 0 0 0 0 12 1 16 0 9 0 1980999808 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11737/stat : 11737 (java) S 11729 11731 11086 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11729 vsize=867808 CPUtime=0.48
/proc/11731/task/11738/stat : 11738 (java) S 11729 11731 11086 0 -1 64 907 704 0 0 35 0 12 1 16 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11739/stat : 11739 (java) S 11729 11731 11086 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11740] ppid=11729 vsize=867808 CPUtime=0.13
/proc/11731/task/11740/stat : 11740 (java) S 11729 11731 11086 0 -1 64 32 704 0 0 0 0 12 1 15 0 9 0 1980999810 888635392 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867808

Child status: 143
Real time (s): 1811.58
CPU time (s): 1800.09
CPU user time (s): 1799.84
CPU system time (s): 0.248962
CPU usage (%): 99.3658
Max. virtual memory (cumulated for all children) (KiB): 867924

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

runsolver used 1.93471 second user time and 6.31304 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-02 19:37:48
IDJOB=1044814
IDBENCH=53453
IDSOLVER=364
FILE ID=node41/1044814-1215020268
PBS_JOBID= 7874387
Free space on /tmp= 66196 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1bdde9be183c86ffbf239f4dbf5cbce7
RANDOM SEED=601196062

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1766144 kB
Buffers:         17336 kB
Cached:         169324 kB
SwapCached:       6596 kB
Active:         152948 kB
Inactive:        81972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766144 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            3052 kB
Writeback:           0 kB
Mapped:          64128 kB
Slab:            40024 kB
Committed_AS:  4218100 kB
PageTables:       1808 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= 66192 MiB
End job on node41 at 2008-07-02 20:08:02