Trace number 233373

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, and are wall clock time (not CPU 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 109 ESAC? (TO) 1800.18 1813.77

General information on the benchmark

Nametaillard/
os-taillard-15/os-taillard-15-95-4.xml
MD5SUMa7015b7b8a0911f86cf4ded97ed359d1
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size942
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.39	   
0.39	Abscon 109 (November, 2006)
0.39	   
0.39	   configuration
0.39	     name=esac.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/233373-1168325610/unknown.xml
0.45	   
0.45	   domains being loaded...
0.50	   
0.50	   variables being loaded...
0.56	     nbVariables=225  nbDomainTypes=225  minDomainSize=844  maxDomainSize=942
0.56	       =>  wckTime=0.169  cpuTime=0.14  mem=12M759
0.56	   
0.56	   predicates being loaded...
0.56	   
0.56	   constraints being loaded...
204.81	   
204.81	   INFO : Stopping converting binary constraints (cpu=200.14, mem = 254M186)
205.09	     nbConstraints=3150  nbConvertedConstraints=973  nbConvertConstraintsChecks=771013011  nbExtensionStructures=973
205.09	     nbSharedExtensionStructures=0  nbConflictsStructures=973  nbSharedConflictsStructures=0
205.09	     nbSharedBinaryRepresentations=474902  nbEvaluationManagers=2177  nbSharedEvaluationManagers=0  maxDegree=28
205.09	     maxArity=2
205.09	       =>  wckTime=204.696  cpuTime=200.37  mem=270M504
205.71	   
205.71	   solver IterativeSystematicSolver being built... 
205.95	       =>  wckTime=205.563  cpuTime=200.58  mem=276M702
259.83	   
259.83	   INFO : Stopping ESAC
259.83	   
259.83	   preprocessing
259.83	     nbConstraintChecks=133480695  nbValidityChecks=47172638  nbPropagations=4675  nbRevisions=77485
259.83	     nbUselessRevisions=73161  nbSingletonTests=231  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=0
259.83	     detectedInconsistency=no
259.83	       =>  wckTime=53.865  cpuTime=53.37  mem=276M702
273.75	   
273.75	   search
273.75	     run=0  nbConstraintChecks=29177694  nbValidityChecks=38446969  nbPropagations=9946  nbRevisions=158570
273.75	     nbUselessRevisions=145862  nbAssignments=399  nbFailedAssignments=305  nbBacktracks=10  nbVisitedNodes=715
273.75	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
273.75	       =>  wckTime=67.783  cpuTime=67.16  mem=279M585
286.07	   
286.07	   search
286.07	     run=1  nbConstraintChecks=53688622  nbValidityChecks=104552841  nbPropagations=25994  nbRevisions=428095
286.07	     nbUselessRevisions=391991  nbAssignments=745  nbFailedAssignments=594  nbBacktracks=25  nbVisitedNodes=1365
286.07	     nbRestartNogoods=10  mapSize=25  nbInferences=0  nbTooLargeKeys=0
286.07	       =>  wckTime=80.104  cpuTime=79.38  mem=280M84
295.88	   
295.88	   search
295.88	     run=2  nbConstraintChecks=74609223  nbValidityChecks=145409831  nbPropagations=46933  nbRevisions=778322
295.88	     nbUselessRevisions=708092  nbAssignments=1201  nbFailedAssignments=959  nbBacktracks=47  nbVisitedNodes=2197
295.88	     nbRestartNogoods=25  mapSize=47  nbInferences=0  nbTooLargeKeys=0
295.88	       =>  wckTime=89.91  cpuTime=89.05  mem=261M382
312.31	   
312.31	   search
312.31	     run=3  nbConstraintChecks=97231359  nbValidityChecks=287456328  nbPropagations=77708  nbRevisions=1305974
312.31	     nbUselessRevisions=1180582  nbAssignments=1945  nbFailedAssignments=1656  nbBacktracks=80  nbVisitedNodes=3669
312.31	     nbRestartNogoods=36  mapSize=80  nbInferences=0  nbTooLargeKeys=0
312.31	       =>  wckTime=106.348  cpuTime=105.33  mem=262M342
324.16	   
324.16	   search
324.16	     run=4  nbConstraintChecks=123682925  nbValidityChecks=322129762  nbPropagations=111967  nbRevisions=1880381
324.16	     nbUselessRevisions=1686181  nbAssignments=2702  nbFailedAssignments=2350  nbBacktracks=130  nbVisitedNodes=5170
324.16	     nbRestartNogoods=40  mapSize=130  nbInferences=0  nbTooLargeKeys=0
324.16	       =>  wckTime=118.192  cpuTime=117.07  mem=263M302
415.00	   
415.00	   search
415.00	     run=5  nbConstraintChecks=260722382  nbValidityChecks=1027316982  nbPropagations=194520  nbRevisions=3338187
415.00	     nbUselessRevisions=2964050  nbAssignments=6020  nbFailedAssignments=5581  nbBacktracks=205  nbVisitedNodes=11793
415.00	     nbRestartNogoods=54  mapSize=205  nbInferences=0  nbTooLargeKeys=0
415.00	       =>  wckTime=209.036  cpuTime=207.17  mem=265M221
552.54	   
552.54	   search
552.54	     run=6  nbConstraintChecks=464811472  nbValidityChecks=2099969180  nbPropagations=349701  nbRevisions=6127041
552.54	     nbUselessRevisions=5398325  nbAssignments=11060  nbFailedAssignments=10497  nbBacktracks=318  nbVisitedNodes=21859
552.54	     nbRestartNogoods=66  mapSize=318  nbInferences=0  nbTooLargeKeys=0
552.54	       =>  wckTime=346.572  cpuTime=343.28  mem=267M141
638.17	   
638.17	   search
638.17	     run=7  nbConstraintChecks=604921513  nbValidityChecks=2658872689  nbPropagations=544693  nbRevisions=9608268
638.17	     nbUselessRevisions=8419335  nbAssignments=15278  nbFailedAssignments=14534  nbBacktracks=488  nbVisitedNodes=30276
638.17	     nbRestartNogoods=85  mapSize=488  nbInferences=0  nbTooLargeKeys=0
638.17	       =>  wckTime=432.202  cpuTime=428.19  mem=271M294
842.42	   
842.42	   search
842.42	     run=8  nbConstraintChecks=913068910  nbValidityChecks=4245967844  nbPropagations=849127  nbRevisions=15046224
842.42	     nbUselessRevisions=13182406  nbAssignments=23208  nbFailedAssignments=20679  nbBacktracks=744  nbVisitedNodes=43077
842.42	     nbRestartNogoods=207  mapSize=744  nbInferences=0  nbTooLargeKeys=0
842.42	       =>  wckTime=636.454  cpuTime=630.74  mem=276M423
1121.84	   
1121.84	   INFO : Stopping hyperNogood (mapSize=1049, nbTooLargekeys=0, mem=283M142)
1149.09	   
1149.09	   search
1149.09	     run=9  nbConstraintChecks=1318301226  nbValidityChecks=7046950157  nbPropagations=1339523  nbRevisions=23941350
1149.09	     nbUselessRevisions=21018065  nbAssignments=34279  nbFailedAssignments=30574  nbBacktracks=1128
1149.09	     nbVisitedNodes=63645  nbRestartNogoods=269
1149.09	       =>  wckTime=943.123  cpuTime=934.7  mem=283M142
1564.79	   
1564.79	   search
1564.79	     run=10  nbConstraintChecks=1798774857  nbValidityChecks=11316752086  nbPropagations=2127114  nbRevisions=38088163
1564.79	     nbUselessRevisions=33498832  nbAssignments=54082  nbFailedAssignments=49774  nbBacktracks=1704
1564.79	     nbVisitedNodes=103205  nbRestartNogoods=291
1564.80	       =>  wckTime=1358.829  cpuTime=1347.13  mem=283M142

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node39/watcher-233373-1168325610 -o ROOT/results/node39/solver-233373-1168325610 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/233373-1168325610/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.01 1.92 1.71 4/73 32504
/proc/meminfo: memFree=981464/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=47416 CPUtime=0
/proc/32503/stat : 32503 (java) D 32501 32503 30441 0 -1 0 1211 0 1 0 0 0 0 0 17 0 1 0 180960608 48553984 960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/32503/statm: 11854 960 760 14 0 1707 0

[startup+0.104687 s]
/proc/loadavg: 2.01 1.92 1.71 4/73 32504
/proc/meminfo: memFree=981464/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=905992 CPUtime=0.01
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 1813 0 1 0 0 1 0 0 17 0 1 0 180960608 927735808 1562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155592976 0 4 0 7368 0 0 0 17 1 0 0
/proc/32503/statm: 226498 1562 911 14 0 214081 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 905992

[startup+0.512713 s]
/proc/loadavg: 2.01 1.92 1.71 4/73 32504
/proc/meminfo: memFree=981464/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915328 CPUtime=0.41
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 6011 0 1 0 37 4 0 0 18 0 8 0 180960608 937295872 5750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152169645 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32503/statm: 228832 5750 2126 14 0 215302 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 915328

[startup+1.33378 s]
/proc/loadavg: 2.01 1.92 1.71 3/80 32511
/proc/meminfo: memFree=940704/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=1.22
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 12648 0 1 0 114 8 0 0 24 0 8 0 180960608 937607168 12386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073784960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32503/statm: 228908 12386 2167 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 8 0 0 0 0 0 0 0 17 0 8 0 180960619 937607168 12386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 180960620 937607168 12386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 180960620 937607168 12386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 12386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.16
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 411 0 0 0 16 0 0 0 16 0 8 0 180960623 937607168 12386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 12386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) S 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 12386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 915632

[startup+2.97093 s]
/proc/loadavg: 2.01 1.92 1.71 3/80 32511
/proc/meminfo: memFree=939040/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=2.85
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 13307 0 1 0 277 8 0 0 25 0 8 0 180960608 937607168 13044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073786032 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32503/statm: 228908 13044 2167 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 8 0 0 0 0 0 0 0 17 0 8 0 180960619 937607168 13044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 180960620 937607168 13044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 180960620 937607168 13044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 13044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.16
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 411 0 0 0 16 0 0 0 16 0 8 0 180960623 937607168 13044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 13044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) S 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 13044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 915632

[startup+6.25823 s]
/proc/loadavg: 2.01 1.92 1.71 3/80 32511
/proc/meminfo: memFree=933536/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=6.12
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 14558 0 1 0 603 9 0 0 25 0 8 0 180960608 937607168 14294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782770 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32503/statm: 228908 14294 2167 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 180960619 937607168 14294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 180960620 937607168 14294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 180960620 937607168 14294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 14294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.16
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 412 0 0 0 16 0 0 0 16 0 8 0 180960623 937607168 14294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 14294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) S 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 14294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915632

[startup+12.7368 s]
/proc/loadavg: 2.01 1.92 1.71 3/80 32511
/proc/meminfo: memFree=904608/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=12.54
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 21644 0 1 0 1243 11 0 0 25 0 8 0 180960608 937607168 21379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32503/statm: 228908 21379 2178 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=0.14
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 5046 0 0 0 12 2 0 0 16 0 8 0 180960619 937607168 21379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 21379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 21379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 21379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.16
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 412 0 0 0 16 0 0 0 16 0 8 0 180960623 937607168 21379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 21379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) S 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 21379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 915632

[startup+25.609 s]
/proc/loadavg: 2.01 1.93 1.72 3/80 32511
/proc/meminfo: memFree=904736/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=25.31
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 21655 0 1 0 2519 12 0 0 25 0 8 0 180960608 937607168 21390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073786203 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32503/statm: 228908 21390 2178 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=0.14
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 5046 0 0 0 12 2 0 0 16 0 8 0 180960619 937607168 21390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 21390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 21390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 21390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.17
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 423 0 0 0 17 0 0 0 16 0 8 0 180960623 937607168 21390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 21390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) S 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 21390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 915632

[startup+51.2153 s]
/proc/loadavg: 2.00 1.93 1.72 3/80 32511
/proc/meminfo: memFree=860064/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=50.69
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 32815 0 1 0 5052 17 0 0 25 0 8 0 180960608 937607168 32548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073590201 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32503/statm: 228908 32548 2179 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=0.51
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 16197 0 0 0 45 6 0 0 16 0 8 0 180960619 937607168 32548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 32548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 32548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 32548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.18
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 429 0 0 0 18 0 0 0 16 0 8 0 180960623 937607168 32548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 32548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) S 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 32548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 915632

[startup+102.431 s]
/proc/loadavg: 2.00 1.94 1.74 3/80 32511
/proc/meminfo: memFree=819296/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=101.47
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 42989 0 1 0 10123 24 0 0 25 0 8 0 180960608 937607168 42721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783924 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32503/statm: 228908 42721 2179 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=0.92
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 26369 0 0 0 81 11 0 0 16 0 8 0 180960619 937607168 42721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 42721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 42721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 42721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.19
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 430 0 0 0 19 0 0 0 16 0 8 0 180960623 937607168 42721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 42721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) S 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 42721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 915632

[startup+162.487 s]
/proc/loadavg: 2.00 1.95 1.75 3/80 32511
/proc/meminfo: memFree=741024/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=161.03
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 62518 0 1 0 16070 33 0 0 25 0 8 0 180960608 937607168 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782757 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1411.86
Current children cumulated vsize (KiB) 915632

[startup+1484.38 s]
/proc/loadavg: 2.01 2.00 1.91 3/80 32711
/proc/meminfo: memFree=663776/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=1471.45
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 81924 0 1 0 147098 47 0 0 25 0 8 0 180960608 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074038641 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32503/statm: 228908 81614 2548 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=3.08
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 64730 0 0 0 283 25 0 0 16 0 8 0 180960619 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.39
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 538 0 0 0 38 1 0 0 16 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) S 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1471.45
Current children cumulated vsize (KiB) 915632

[startup+1544.47 s]
/proc/loadavg: 2.03 2.00 1.91 4/88 314
/proc/meminfo: memFree=15072/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=1531.16
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 81924 0 1 0 153068 48 0 0 25 0 8 0 180960608 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073786856 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32503/statm: 228908 81614 2548 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=3.08
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 64730 0 0 0 283 25 0 0 16 0 8 0 180960619 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.39
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 538 0 0 0 38 1 0 0 16 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) S 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.16
Current children cumulated vsize (KiB) 915632

[startup+1604.54 s]
/proc/loadavg: 1.97 1.98 1.91 3/87 371
/proc/meminfo: memFree=578600/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=1591.15
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 81924 0 1 0 159066 49 0 0 25 0 8 0 180960608 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073786228 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32503/statm: 228908 81614 2548 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=3.08
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 64730 0 0 0 283 25 0 0 16 0 8 0 180960619 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.39
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 538 0 0 0 38 1 0 0 16 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) S 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.15
Current children cumulated vsize (KiB) 915632

[startup+1664.61 s]
/proc/loadavg: 2.03 2.00 1.91 3/87 371
/proc/meminfo: memFree=501096/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=1651.15
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 81924 0 1 0 165066 49 0 0 25 0 8 0 180960608 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074027821 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32503/statm: 228908 81614 2548 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=3.08
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 64730 0 0 0 283 25 0 0 16 0 8 0 180960619 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.39
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 538 0 0 0 38 1 0 0 16 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) S 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.15
Current children cumulated vsize (KiB) 915632

[startup+1724.67 s]
/proc/loadavg: 2.04 2.01 1.92 3/87 371
/proc/meminfo: memFree=429160/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=1711.15
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 81924 0 1 0 171066 49 0 0 25 0 8 0 180960608 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074035628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32503/statm: 228908 81614 2548 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=3.08
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 64730 0 0 0 283 25 0 0 16 0 8 0 180960619 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.39
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 538 0 0 0 38 1 0 0 16 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) S 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.15
Current children cumulated vsize (KiB) 915632

[startup+1784.74 s]
/proc/loadavg: 2.01 2.01 1.92 3/87 371
/proc/meminfo: memFree=401448/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=1771.18
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 81924 0 1 0 177069 49 0 0 25 0 8 0 180960608 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074038605 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32503/statm: 228908 81614 2548 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=3.08
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 64730 0 0 0 283 25 0 0 16 0 8 0 180960619 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.39
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 538 0 0 0 38 1 0 0 16 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) S 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.18
Current children cumulated vsize (KiB) 915632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.66 s]
/proc/loadavg: 2.01 2.00 1.92 3/87 371
/proc/meminfo: memFree=401320/2055920 swapFree=4187312/4192956
[pid=32503] ppid=32501 vsize=915632 CPUtime=1800.06
/proc/32503/stat : 32503 (java) R 32501 32503 30441 0 -1 0 81924 0 1 0 179957 49 0 0 25 0 8 0 180960608 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074035130 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32503/statm: 228908 81614 2548 14 0 215378 0
[pid=32503/tid=32505] ppid=32501 vsize=915632 CPUtime=3.08
/proc/32503/task/32505/stat : 32505 (java) S 32501 32503 30441 0 -1 64 64730 0 0 0 283 25 0 0 16 0 8 0 180960619 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32506] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32506/stat : 32506 (java) S 32501 32503 30441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32507] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32507/stat : 32507 (java) S 32501 32503 30441 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 180960620 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32508] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32508/stat : 32508 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32509] ppid=32501 vsize=915632 CPUtime=0.39
/proc/32503/task/32509/stat : 32509 (java) S 32501 32503 30441 0 -1 64 538 0 0 0 38 1 0 0 16 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32510] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32510/stat : 32510 (java) S 32501 32503 30441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32503/tid=32511] ppid=32501 vsize=915632 CPUtime=0
/proc/32503/task/32511/stat : 32511 (java) R 32501 32503 30441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180960623 937607168 81614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915632

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

Child status: 143
Real time (s): 1813.77
CPU time (s): 1800.18
CPU user time (s): 1799.63
CPU system time (s): 0.549916
CPU usage (%): 99.2506
Max. virtual memory (cumulated for all children) (KiB): 915636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.549916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81941
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= 38378
involuntary context switches= 62423

runsolver used 2.04169 s user time and 5.98209 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Tue Jan  9 06:53:30 UTC 2007


IDJOB= 233373
IDBENCH= 6604
FILE ID= node39/233373-1168325610

PBS_JOBID= 3502892

Free space on /tmp= 66557 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-15/os-taillard-15-95-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/233373-1168325610/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-233373-1168325610 -o ROOT/results/node39/solver-233373-1168325610 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/233373-1168325610/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a7015b7b8a0911f86cf4ded97ed359d1

RANDOM SEED= 765554777

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.236
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.236
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:        981944 kB
Buffers:          6632 kB
Cached:         967004 kB
SwapCached:        940 kB
Active:         435644 kB
Inactive:       585732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        981944 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            2788 kB
Writeback:           0 kB
Mapped:          58832 kB
Slab:            37936 kB
Committed_AS:  3800796 kB
PageTables:       1796 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= 66559 MiB



End job on node39 on Tue Jan  9 07:23:44 UTC 2007