Trace number 1082526

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.1 1811.16

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-5.xml
MD5SUM2e5c5c0c698ee4230add174259a929af
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.72843
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size325
Number of constraints which are defined in extension0
Number of constraints which are defined in intension325
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1082526-1215223175.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.27/0.37	   
0.27/0.37	   variables being loaded...
0.38/0.40	     nbVariables=50  nbDomainTypes=22  minDomainSize=235  maxDomainSize=325  nbTotalValues=13406
0.38/0.40	       =>  wckTime=0.163  cpuTime=0.12  mem=7M919
0.38/0.40	   
0.38/0.40	   predicates being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
2.56/2.68	     nbConstraints=330  nbGlobalConstraints=50  nbConvertedConstraints=280  nbConvertConstraintsChecks=7204457
2.56/2.68	     nbExtensionStructures=102  nbSharedExtensionStructures=178  nbConflictsStructures=102
2.56/2.68	     nbSharedConflictsStructures=178  nbSharedBinaryRepresentations=23333  minDegree=9  maxDegree=18  minArity=2
2.56/2.69	     avgArity=2.06  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.079  symmetryCpuTime=0.05  nbCliques=5
2.56/2.69	       =>  wckTime=2.448  cpuTime=2.23  mem=21M620
2.65/2.75	   
2.65/2.75	   solver IterativeSystematicSolver being built... 
2.75/2.82	   
2.75/2.82	   INFO : Forward propagation technique limited 
2.75/2.88	       =>  wckTime=2.644  cpuTime=2.35  mem=23M566
2.95/3.01	   
2.95/3.01	   preprocessing
2.95/3.01	     nbConstraintChecks=1722862  nbPropagations=1143  nbRevisions=4519  nbUselessRevisions=3033  nbSingletonTests=74
2.95/3.01	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
2.95/3.01	       =>  wckTime=0.128  cpuTime=0.11  mem=25M516
4.24/4.40	   
4.24/4.40	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=47M961)

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-1082526-1215223175/watcher-1082526-1215223175 -o /tmp/evaluation-result-1082526-1215223175/solver-1082526-1215223175 -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-1082526-1215223175.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 32554
/proc/meminfo: memFree=1775336/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=1616 CPUtime=0
/proc/32554/stat : 32554 (java) D 32552 32554 31525 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 2001290517 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/32554/statm: 68 37 28 9 0 6 0

[startup+0.043892 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 32554
/proc/meminfo: memFree=1775336/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=861876 CPUtime=0.03
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 2249 0 1 0 2 1 0 0 18 0 5 0 2001290517 882561024 1860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 215469 1860 854 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.102623 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 32554
/proc/meminfo: memFree=1775336/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=865884 CPUtime=0.09
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 3743 0 1 0 7 2 0 0 18 0 9 0 2001290517 886665216 3202 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216471 3202 1699 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.30164 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 32554
/proc/meminfo: memFree=1775336/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=866196 CPUtime=0.27
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 5617 0 1 0 25 2 0 0 18 0 9 0 2001290517 886984704 5031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216549 5031 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.701673 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 32554
/proc/meminfo: memFree=1775336/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=867096 CPUtime=0.68
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 7922 0 1 0 63 5 0 0 18 0 9 0 2001290517 887906304 7280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216774 7280 2011 9 0 211280 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867096

[startup+1.50174 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 32563
/proc/meminfo: memFree=1752928/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=867096 CPUtime=1.47
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 8626 0 1 0 142 5 0 0 18 0 9 0 2001290517 887906304 7983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216774 7983 2012 9 0 211280 0
[pid=32554/tid=32556] ppid=32552 vsize=867096 CPUtime=1.31
/proc/32554/task/32556/stat : 32556 (java) R 32552 32554 31525 0 -1 64 7425 0 1 0 127 4 0 0 25 0 9 0 2001290518 887906304 7983 996147200 134512640 134550740 4294955968 18446744073709551615 4126748885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32557] ppid=32552 vsize=867096 CPUtime=0
/proc/32554/task/32557/stat : 32557 (java) S 32552 32554 31525 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001290520 887906304 7983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32558] ppid=32552 vsize=867096 CPUtime=0
/proc/32554/task/32558/stat : 32558 (java) S 32552 32554 31525 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001290520 887906304 7983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32559] ppid=32552 vsize=867096 CPUtime=0
/proc/32554/task/32559/stat : 32559 (java) S 32552 32554 31525 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2001290520 887906304 7983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32560] ppid=32552 vsize=867096 CPUtime=0
/proc/32554/task/32560/stat : 32560 (java) S 32552 32554 31525 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001290522 887906304 7983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32561] ppid=32552 vsize=867096 CPUtime=0.14
/proc/32554/task/32561/stat : 32561 (java) S 32552 32554 31525 0 -1 64 504 0 0 0 14 0 0 0 16 0 9 0 2001290522 887906304 7983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32562] ppid=32552 vsize=867096 CPUtime=0
/proc/32554/task/32562/stat : 32562 (java) S 32552 32554 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001290522 887906304 7983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32563] ppid=32552 vsize=867096 CPUtime=0
/proc/32554/task/32563/stat : 32563 (java) S 32552 32554 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001290522 887906304 7983 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) 867096

[startup+3.10289 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 32563
/proc/meminfo: memFree=1749024/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=867556 CPUtime=3.04
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 18842 289 1 0 294 10 0 0 18 0 9 0 2001290517 888377344 11851 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216889 11851 2632 9 0 211395 0
[pid=32554/tid=32556] ppid=32552 vsize=867556 CPUtime=2.73
/proc/32554/task/32556/stat : 32556 (java) R 32552 32554 31525 0 -1 64 13382 289 1 0 265 8 0 0 25 0 9 0 2001290518 888377344 11851 996147200 134512640 134550740 4294955968 18446744073709551615 4125950506 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32557] ppid=32552 vsize=867556 CPUtime=0.05
/proc/32554/task/32557/stat : 32557 (java) S 32552 32554 31525 0 -1 64 3873 289 0 0 5 0 0 0 16 0 9 0 2001290520 888377344 11851 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32558] ppid=32552 vsize=867556 CPUtime=0
/proc/32554/task/32558/stat : 32558 (java) S 32552 32554 31525 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001290520 888377344 11851 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32559] ppid=32552 vsize=867556 CPUtime=0
/proc/32554/task/32559/stat : 32559 (java) S 32552 32554 31525 0 -1 64 12 289 0 0 0 0 0 0 16 0 9 0 2001290520 888377344 11851 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32560] ppid=32552 vsize=867556 CPUtime=0
/proc/32554/task/32560/stat : 32560 (java) S 32552 32554 31525 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 2001290522 888377344 11851 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32561] ppid=32552 vsize=867556 CPUtime=0.23
/proc/32554/task/32561/stat : 32561 (java) S 32552 32554 31525 0 -1 64 745 289 0 0 23 0 0 0 15 0 9 0 2001290522 888377344 11851 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32562] ppid=32552 vsize=867556 CPUtime=0
/proc/32554/task/32562/stat : 32562 (java) S 32552 32554 31525 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 2001290522 888377344 11851 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32563] ppid=32552 vsize=867556 CPUtime=0
/proc/32554/task/32563/stat : 32563 (java) S 32552 32554 31525 0 -1 64 7 289 0 0 0 0 0 0 15 0 9 0 2001290522 888377344 11851 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867556

[startup+6.30217 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 32567
/proc/meminfo: memFree=1707616/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=867468 CPUtime=6.22
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 26516 289 1 0 608 14 0 0 18 0 9 0 2001290517 888287232 19347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216867 19347 2614 9 0 211395 0
[pid=32554/tid=32556] ppid=32552 vsize=867468 CPUtime=5.84
/proc/32554/task/32556/stat : 32556 (java) R 32552 32554 31525 0 -1 64 19882 289 1 0 573 11 0 0 25 0 9 0 2001290518 888287232 19347 996147200 134512640 134550740 4294955968 18446744073709551615 4126711640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32557] ppid=32552 vsize=867468 CPUtime=0.07
/proc/32554/task/32557/stat : 32557 (java) S 32552 32554 31525 0 -1 64 5005 289 0 0 6 1 0 0 17 0 9 0 2001290520 888287232 19347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32558] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32558/stat : 32558 (java) S 32552 32554 31525 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 19347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32559] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32559/stat : 32559 (java) S 32552 32554 31525 0 -1 64 12 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 19347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32560] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32560/stat : 32560 (java) S 32552 32554 31525 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 2001290522 888287232 19347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32561] ppid=32552 vsize=867468 CPUtime=0.28
/proc/32554/task/32561/stat : 32561 (java) S 32552 32554 31525 0 -1 64 775 289 0 0 28 0 0 0 15 0 9 0 2001290522 888287232 19347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32562] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32562/stat : 32562 (java) S 32552 32554 31525 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 2001290522 888287232 19347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32563] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32563/stat : 32563 (java) S 32552 32554 31525 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 2001290522 888287232 19347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867468

[startup+12.7027 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 32567
/proc/meminfo: memFree=1702880/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=867468 CPUtime=12.56
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 27655 289 1 0 1241 15 0 0 18 0 9 0 2001290517 888287232 20481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216867 20481 2614 9 0 211395 0
[pid=32554/tid=32556] ppid=32552 vsize=867468 CPUtime=12.16
/proc/32554/task/32556/stat : 32556 (java) R 32552 32554 31525 0 -1 64 19886 289 1 0 1205 11 0 0 25 0 9 0 2001290518 888287232 20481 996147200 134512640 134550740 4294955968 18446744073709551615 4126962602 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32557] ppid=32552 vsize=867468 CPUtime=0.07
/proc/32554/task/32557/stat : 32557 (java) S 32552 32554 31525 0 -1 64 6138 289 0 0 6 1 0 0 16 0 9 0 2001290520 888287232 20481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32558] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32558/stat : 32558 (java) S 32552 32554 31525 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32559] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32559/stat : 32559 (java) S 32552 32554 31525 0 -1 64 12 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32560] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32560/stat : 32560 (java) S 32552 32554 31525 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 2001290522 888287232 20481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32561] ppid=32552 vsize=867468 CPUtime=0.28
/proc/32554/task/32561/stat : 32561 (java) S 32552 32554 31525 0 -1 64 777 289 0 0 28 0 0 0 15 0 9 0 2001290522 888287232 20481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32562] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32562/stat : 32562 (java) S 32552 32554 31525 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 2001290522 888287232 20481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32563] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32563/stat : 32563 (java) S 32552 32554 31525 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 2001290522 888287232 20481 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) 867468

[startup+25.5019 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 32567
/proc/meminfo: memFree=1702944/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=867468 CPUtime=25.25
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 27675 289 1 0 2510 15 0 0 18 0 9 0 2001290517 888287232 20488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216867 20488 2614 9 0 211395 0
[pid=32554/tid=32556] ppid=32552 vsize=867468 CPUtime=24.84
/proc/32554/task/32556/stat : 32556 (java) R 32552 32554 31525 0 -1 64 19892 289 1 0 2473 11 0 0 25 0 9 0 2001290518 888287232 20488 996147200 134512640 134550740 4294955968 18446744073709551615 4126959860 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32557] ppid=32552 vsize=867468 CPUtime=0.09
/proc/32554/task/32557/stat : 32557 (java) S 32552 32554 31525 0 -1 64 6143 289 0 0 7 2 0 0 16 0 9 0 2001290520 888287232 20488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32558] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32558/stat : 32558 (java) S 32552 32554 31525 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32559] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32559/stat : 32559 (java) S 32552 32554 31525 0 -1 64 12 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32560] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32560/stat : 32560 (java) S 32552 32554 31525 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 2001290522 888287232 20488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32561] ppid=32552 vsize=867468 CPUtime=0.29
/proc/32554/task/32561/stat : 32561 (java) S 32552 32554 31525 0 -1 64 786 289 0 0 29 0 0 0 17 0 9 0 2001290522 888287232 20488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32562] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32562/stat : 32562 (java) S 32552 32554 31525 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 2001290522 888287232 20488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32563] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32563/stat : 32563 (java) S 32552 32554 31525 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 2001290522 888287232 20488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867468

[startup+51.1011 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 32567
/proc/meminfo: memFree=1702816/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=867468 CPUtime=50.62
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 27699 289 1 0 5046 16 0 0 18 0 9 0 2001290517 888287232 20501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216867 20501 2614 9 0 211395 0
[pid=32554/tid=32556] ppid=32552 vsize=867468 CPUtime=50.2
/proc/32554/task/32556/stat : 32556 (java) R 32552 32554 31525 0 -1 64 19903 289 1 0 5008 12 0 0 25 0 9 0 2001290518 888287232 20501 996147200 134512640 134550740 4294955968 18446744073709551615 4126938592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32557] ppid=32552 vsize=867468 CPUtime=0.1
/proc/32554/task/32557/stat : 32557 (java) S 32552 32554 31525 0 -1 64 6155 289 0 0 8 2 0 0 16 0 9 0 2001290520 888287232 20501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32558] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32558/stat : 32558 (java) S 32552 32554 31525 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32559] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32559/stat : 32559 (java) S 32552 32554 31525 0 -1 64 12 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32560] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32560/stat : 32560 (java) S 32552 32554 31525 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 2001290522 888287232 20501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32561] ppid=32552 vsize=867468 CPUtime=0.29
/proc/32554/task/32561/stat : 32561 (java) S 32552 32554 31525 0 -1 64 787 289 0 0 29 0 0 0 16 0 9 0 2001290522 888287232 20501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32562] ppid=32552 vsize=867468 CPUtime=0

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

/proc/32554/task/32559/stat : 32559 (java) S 32552 32554 31525 0 -1 64 12 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32560] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32560/stat : 32560 (java) S 32552 32554 31525 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32561] ppid=32552 vsize=867468 CPUtime=0.29
/proc/32554/task/32561/stat : 32561 (java) S 32552 32554 31525 0 -1 64 788 289 0 0 29 0 0 0 16 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32562] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32562/stat : 32562 (java) S 32552 32554 31525 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32563] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32563/stat : 32563 (java) S 32552 32554 31525 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.35
Current children cumulated vsize (KiB) 867468

[startup+1602.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/90 737
/proc/meminfo: memFree=899232/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=867468 CPUtime=1591.33
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 28348 289 1 0 159093 40 0 0 18 0 9 0 2001290517 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216867 20541 2614 9 0 211395 0
[pid=32554/tid=32556] ppid=32552 vsize=867468 CPUtime=1590.4
/proc/32554/task/32556/stat : 32556 (java) R 32552 32554 31525 0 -1 64 20512 289 1 0 159009 31 0 0 25 0 9 0 2001290518 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4126938543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32557] ppid=32552 vsize=867468 CPUtime=0.59
/proc/32554/task/32557/stat : 32557 (java) S 32552 32554 31525 0 -1 64 6194 289 0 0 53 6 0 0 17 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32558] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32558/stat : 32558 (java) S 32552 32554 31525 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32559] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32559/stat : 32559 (java) S 32552 32554 31525 0 -1 64 12 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32560] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32560/stat : 32560 (java) S 32552 32554 31525 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32561] ppid=32552 vsize=867468 CPUtime=0.29
/proc/32554/task/32561/stat : 32561 (java) S 32552 32554 31525 0 -1 64 788 289 0 0 29 0 0 0 16 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32562] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32562/stat : 32562 (java) S 32552 32554 31525 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32563] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32563/stat : 32563 (java) S 32552 32554 31525 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.33
Current children cumulated vsize (KiB) 867468

[startup+1662.3 s]
/proc/loadavg: 2.16 2.09 2.02 3/90 737
/proc/meminfo: memFree=889120/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=867468 CPUtime=1651.3
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 28372 289 1 0 165089 41 0 0 18 0 9 0 2001290517 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216867 20541 2614 9 0 211395 0
[pid=32554/tid=32556] ppid=32552 vsize=867468 CPUtime=1650.35
/proc/32554/task/32556/stat : 32556 (java) R 32552 32554 31525 0 -1 64 20536 289 1 0 165003 32 0 0 25 0 9 0 2001290518 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4126962521 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32557] ppid=32552 vsize=867468 CPUtime=0.61
/proc/32554/task/32557/stat : 32557 (java) S 32552 32554 31525 0 -1 64 6194 289 0 0 55 6 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32558] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32558/stat : 32558 (java) S 32552 32554 31525 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32559] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32559/stat : 32559 (java) S 32552 32554 31525 0 -1 64 12 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32560] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32560/stat : 32560 (java) S 32552 32554 31525 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32561] ppid=32552 vsize=867468 CPUtime=0.29
/proc/32554/task/32561/stat : 32561 (java) S 32552 32554 31525 0 -1 64 788 289 0 0 29 0 0 0 16 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32562] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32562/stat : 32562 (java) S 32552 32554 31525 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32563] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32563/stat : 32563 (java) S 32552 32554 31525 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.3
Current children cumulated vsize (KiB) 867468

[startup+1722.3 s]
/proc/loadavg: 2.22 2.12 2.03 3/90 737
/proc/meminfo: memFree=879072/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=867468 CPUtime=1711.26
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 28393 289 1 0 171085 41 0 0 18 0 9 0 2001290517 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216867 20541 2614 9 0 211395 0
[pid=32554/tid=32556] ppid=32552 vsize=867468 CPUtime=1710.31
/proc/32554/task/32556/stat : 32556 (java) R 32552 32554 31525 0 -1 64 20557 289 1 0 170998 33 0 0 25 0 9 0 2001290518 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4126711406 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32557] ppid=32552 vsize=867468 CPUtime=0.62
/proc/32554/task/32557/stat : 32557 (java) S 32552 32554 31525 0 -1 64 6194 289 0 0 56 6 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32558] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32558/stat : 32558 (java) S 32552 32554 31525 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32559] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32559/stat : 32559 (java) S 32552 32554 31525 0 -1 64 12 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32560] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32560/stat : 32560 (java) S 32552 32554 31525 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32561] ppid=32552 vsize=867468 CPUtime=0.29
/proc/32554/task/32561/stat : 32561 (java) S 32552 32554 31525 0 -1 64 788 289 0 0 29 0 0 0 16 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32562] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32562/stat : 32562 (java) S 32552 32554 31525 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32563] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32563/stat : 32563 (java) S 32552 32554 31525 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.26
Current children cumulated vsize (KiB) 867468

[startup+1782.3 s]
/proc/loadavg: 2.18 2.13 2.03 3/90 737
/proc/meminfo: memFree=868448/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=867468 CPUtime=1771.24
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 28417 289 1 0 177082 42 0 0 18 0 9 0 2001290517 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216867 20541 2614 9 0 211395 0
[pid=32554/tid=32556] ppid=32552 vsize=867468 CPUtime=1770.25
/proc/32554/task/32556/stat : 32556 (java) R 32552 32554 31525 0 -1 64 20581 289 1 0 176992 33 0 0 25 0 9 0 2001290518 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4126726512 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32557] ppid=32552 vsize=867468 CPUtime=0.64
/proc/32554/task/32557/stat : 32557 (java) S 32552 32554 31525 0 -1 64 6194 289 0 0 58 6 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32558] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32558/stat : 32558 (java) S 32552 32554 31525 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32559] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32559/stat : 32559 (java) S 32552 32554 31525 0 -1 64 12 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32560] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32560/stat : 32560 (java) S 32552 32554 31525 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32561] ppid=32552 vsize=867468 CPUtime=0.29
/proc/32554/task/32561/stat : 32561 (java) S 32552 32554 31525 0 -1 64 788 289 0 0 29 0 0 0 16 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32562] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32562/stat : 32562 (java) S 32552 32554 31525 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32563] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32563/stat : 32563 (java) S 32552 32554 31525 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.24
Current children cumulated vsize (KiB) 867468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.1 s]
/proc/loadavg: 2.23 2.14 2.04 3/90 737
/proc/meminfo: memFree=863712/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=867468 CPUtime=1800.03
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 28428 289 1 0 179960 43 0 0 18 0 9 0 2001290517 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216867 20541 2614 9 0 211395 0
[pid=32554/tid=32556] ppid=32552 vsize=867468 CPUtime=1799.03
/proc/32554/task/32556/stat : 32556 (java) R 32552 32554 31525 0 -1 64 20592 289 1 0 179870 33 0 0 25 0 9 0 2001290518 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4126971804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32557] ppid=32552 vsize=867468 CPUtime=0.65
/proc/32554/task/32557/stat : 32557 (java) S 32552 32554 31525 0 -1 64 6194 289 0 0 59 6 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32558] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32558/stat : 32558 (java) S 32552 32554 31525 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32559] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32559/stat : 32559 (java) S 32552 32554 31525 0 -1 64 12 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32560] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32560/stat : 32560 (java) S 32552 32554 31525 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32561] ppid=32552 vsize=867468 CPUtime=0.29
/proc/32554/task/32561/stat : 32561 (java) S 32552 32554 31525 0 -1 64 788 289 0 0 29 0 0 0 16 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32562] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32562/stat : 32562 (java) S 32552 32554 31525 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32563] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32563/stat : 32563 (java) S 32552 32554 31525 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867468

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

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

[startup+1811.1 s]
/proc/loadavg: 2.23 2.14 2.04 3/90 737
/proc/meminfo: memFree=863712/2055920 swapFree=4180688/4192956
[pid=32554] ppid=32552 vsize=867468 CPUtime=1800.03
/proc/32554/stat : 32554 (java) S 32552 32554 31525 0 -1 0 28428 289 1 0 179960 43 0 0 18 0 9 0 2001290517 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32554/statm: 216867 20541 2614 9 0 211395 0
[pid=32554/tid=32556] ppid=32552 vsize=867468 CPUtime=1799.03
/proc/32554/task/32556/stat : 32556 (java) R 32552 32554 31525 0 -1 64 20592 289 1 0 179870 33 0 0 25 0 9 0 2001290518 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4126971804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32557] ppid=32552 vsize=867468 CPUtime=0.65
/proc/32554/task/32557/stat : 32557 (java) S 32552 32554 31525 0 -1 64 6194 289 0 0 59 6 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32558] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32558/stat : 32558 (java) S 32552 32554 31525 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32559] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32559/stat : 32559 (java) S 32552 32554 31525 0 -1 64 12 289 0 0 0 0 0 0 16 0 9 0 2001290520 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32560] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32560/stat : 32560 (java) S 32552 32554 31525 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32561] ppid=32552 vsize=867468 CPUtime=0.29
/proc/32554/task/32561/stat : 32561 (java) S 32552 32554 31525 0 -1 64 788 289 0 0 29 0 0 0 16 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32554/tid=32562] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32562/stat : 32562 (java) S 32552 32554 31525 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32554/tid=32563] ppid=32552 vsize=867468 CPUtime=0
/proc/32554/task/32563/stat : 32563 (java) S 32552 32554 31525 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 2001290522 888287232 20541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867468

Child status: 143
Real time (s): 1811.16
CPU time (s): 1800.1
CPU user time (s): 1799.65
CPU system time (s): 0.45693
CPU usage (%): 99.3896
Max. virtual memory (cumulated for all children) (KiB): 867556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.45693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28746
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= 42435
involuntary context switches= 42254

runsolver used 2.29865 second user time and 5.95109 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 03:59:35
IDJOB=1082526
IDBENCH=57261
IDSOLVER=364
FILE ID=node41/1082526-1215223175
PBS_JOBID= 7881816
Free space on /tmp= 66156 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-5/normalized-super-os-taillard-5-5.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-1082526-1215223175/watcher-1082526-1215223175 -o /tmp/evaluation-result-1082526-1215223175/solver-1082526-1215223175 -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-1082526-1215223175.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e5c5c0c698ee4230add174259a929af
RANDOM SEED=380466

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:       1775816 kB
Buffers:         31340 kB
Cached:         145916 kB
SwapCached:       5936 kB
Active:         175504 kB
Inactive:        53344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775816 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            2180 kB
Writeback:           0 kB
Mapped:          59284 kB
Slab:            36676 kB
Committed_AS:  3641520 kB
PageTables:       1748 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= 66040 MiB
End job on node41 at 2008-07-05 04:29:48