Trace number 235386

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.08 1805.27

General information on the benchmark

Nametaillard/
os-taillard-10/os-taillard-10-95-9.xml
MD5SUMd96a1b082adaf530e3e98925ae43a69c
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 benchmark269.004
SatisfiableNO
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size574
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/235386-1168337574/unknown.xml
0.39	   
0.39	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.46	     nbVariables=100  nbDomainTypes=100  minDomainSize=477  maxDomainSize=574
0.46	       =>  wckTime=0.134  cpuTime=0.11  mem=8M838
0.46	   
0.46	   predicates being loaded...
0.47	   
0.47	   constraints being loaded...
68.89	     nbConstraints=900  nbConvertedConstraints=900  nbConvertConstraintsChecks=248300448  nbExtensionStructures=900
68.89	     nbSharedExtensionStructures=0  nbConflictsStructures=900  nbSharedConflictsStructures=0
68.89	     nbSharedBinaryRepresentations=311413  maxDegree=18  maxArity=2
68.89	       =>  wckTime=68.564  cpuTime=67.09  mem=109M685
69.17	   
69.17	   solver IterativeSystematicSolver being built... 
69.35	       =>  wckTime=69.02  cpuTime=67.24  mem=101M427
69.59	   
69.59	   preprocessing
69.59	     nbConstraintChecks=4493460  nbPropagations=2165  nbRevisions=3796  nbUselessRevisions=1513  nbSingletonTests=128
69.59	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
69.59	       =>  wckTime=0.242  cpuTime=0.21  mem=101M427
70.04	   
70.04	   search
70.04	     run=0  nbConstraintChecks=2798197  nbPropagations=4322  nbRevisions=11194  nbUselessRevisions=4543
70.04	     nbAssignments=180  nbFailedAssignments=165  nbBacktracks=10  nbVisitedNodes=356  nbRestartNogoods=0  mapSize=10
70.04	     nbInferences=0  nbTooLargeKeys=0
70.04	       =>  wckTime=0.683  cpuTime=0.64  mem=101M427
70.48	   
70.48	   search
70.48	     run=1  nbConstraintChecks=13060102  nbPropagations=13637  nbRevisions=31705  nbUselessRevisions=11893
70.48	     nbAssignments=568  nbFailedAssignments=290  nbBacktracks=25  nbVisitedNodes=637  nbRestartNogoods=28  mapSize=23
70.48	     nbInferences=0  nbTooLargeKeys=0
70.48	       =>  wckTime=1.131  cpuTime=1.07  mem=101M427
71.56	   
71.56	   search
71.56	     run=2  nbConstraintChecks=51633272  nbPropagations=34717  nbRevisions=79009  nbUselessRevisions=28152
71.56	     nbAssignments=1265  nbFailedAssignments=630  nbBacktracks=47  nbVisitedNodes=1366  nbRestartNogoods=89  mapSize=45
71.56	     nbInferences=0  nbTooLargeKeys=0
71.56	       =>  wckTime=2.21  cpuTime=2.13  mem=101M427
73.09	   
73.09	   search
73.09	     run=3  nbConstraintChecks=121044224  nbPropagations=70731  nbRevisions=167807  nbUselessRevisions=58227
73.09	     nbAssignments=2282  nbFailedAssignments=1371  nbBacktracks=80  nbVisitedNodes=2919  nbRestartNogoods=145
73.09	     mapSize=78  nbInferences=0  nbTooLargeKeys=0
73.09	       =>  wckTime=3.736  cpuTime=3.64  mem=102M375
73.88	   
73.88	   search
73.88	     run=4  nbConstraintChecks=150807797  nbPropagations=112795  nbRevisions=279148  nbUselessRevisions=96551
73.88	     nbAssignments=2853  nbFailedAssignments=1886  nbBacktracks=130  nbVisitedNodes=4049  nbRestartNogoods=173
73.88	     mapSize=126  nbInferences=0  nbTooLargeKeys=0
73.88	       =>  wckTime=4.524  cpuTime=4.4  mem=102M375
74.69	   
74.69	   search
74.69	     run=5  nbConstraintChecks=172830151  nbPropagations=162843  nbRevisions=412675  nbUselessRevisions=142018
74.69	     nbAssignments=3588  nbFailedAssignments=2331  nbBacktracks=205  nbVisitedNodes=5080  nbRestartNogoods=215
74.69	     mapSize=198  nbInferences=0  nbTooLargeKeys=0
74.69	       =>  wckTime=5.341  cpuTime=5.21  mem=102M375
82.00	   
82.00	   search
82.00	     run=6  nbConstraintChecks=386074076  nbPropagations=294358  nbRevisions=811039  nbUselessRevisions=298455
82.00	     nbAssignments=10781  nbFailedAssignments=8403  nbBacktracks=318  nbVisitedNodes=17446  nbRestartNogoods=410
82.00	     mapSize=311  nbInferences=0  nbTooLargeKeys=0
82.00	       =>  wckTime=12.647  cpuTime=12.44  mem=103M324
85.19	   
85.19	   search
85.19	     run=7  nbConstraintChecks=525794872  nbPropagations=452855  nbRevisions=1309556  nbUselessRevisions=495704
85.19	     nbAssignments=13089  nbFailedAssignments=10535  nbBacktracks=488  nbVisitedNodes=22029  nbRestartNogoods=426
85.19	     mapSize=471  nbInferences=0  nbTooLargeKeys=0
85.19	       =>  wckTime=15.835  cpuTime=15.6  mem=104M272
89.83	   
89.83	   search
89.83	     run=8  nbConstraintChecks=661850182  nbPropagations=652064  nbRevisions=1976006  nbUselessRevisions=764124
89.83	     nbAssignments=17317  nbFailedAssignments=14334  nbBacktracks=744  nbVisitedNodes=30104  nbRestartNogoods=504
89.83	     mapSize=709  nbInferences=0  nbTooLargeKeys=0
89.83	       =>  wckTime=20.478  cpuTime=20.2  mem=105M220
98.59	   
98.59	   INFO : Stopping hyperNogood (mapSize=1010, nbTooLargekeys=0, mem=107M117)
100.66	   
100.66	   search
100.66	     run=9  nbConstraintChecks=1108126643  nbPropagations=917113  nbRevisions=2955018  nbUselessRevisions=1169402
100.66	     nbAssignments=28193  nbFailedAssignments=24561  nbBacktracks=1128  nbVisitedNodes=51317  nbRestartNogoods=647
100.66	       =>  wckTime=31.308  cpuTime=30.93  mem=107M117
117.01	   
117.01	   search
117.01	     run=10  nbConstraintChecks=1727929238  nbPropagations=1348999  nbRevisions=4511653  nbUselessRevisions=1823201
117.01	     nbAssignments=44242  nbFailedAssignments=39283  nbBacktracks=1704  nbVisitedNodes=81911  nbRestartNogoods=977
117.01	       =>  wckTime=47.661  cpuTime=47.12  mem=107M117
127.27	   
127.27	   search
127.27	     run=11  nbConstraintChecks=2053468585  nbPropagations=1880682  nbRevisions=6450267  nbUselessRevisions=2632509
127.27	     nbAssignments=54613  nbFailedAssignments=48642  nbBacktracks=2568  nbVisitedNodes=102234  nbRestartNogoods=1068
127.27	       =>  wckTime=57.914  cpuTime=57.28  mem=107M117
141.01	   
141.01	   search
141.01	     run=12  nbConstraintChecks=2318744285  nbPropagations=2538734  nbRevisions=8936545  nbUselessRevisions=3675561
141.01	     nbAssignments=70991  nbFailedAssignments=63679  nbBacktracks=3865  nbVisitedNodes=134806  nbRestartNogoods=1217
141.01	       =>  wckTime=71.658  cpuTime=70.91  mem=107M117
204.63	   
204.63	   search
204.63	     run=13  nbConstraintChecks=4970333735  nbPropagations=3710121  nbRevisions=13531462  nbUselessRevisions=5647703
204.63	     nbAssignments=131151  nbFailedAssignments=121613  nbBacktracks=5811  nbVisitedNodes=254479  nbRestartNogoods=1366
204.63	       =>  wckTime=135.276  cpuTime=133.95  mem=107M117
252.39	   
252.39	   search
252.39	     run=14  nbConstraintChecks=7101095601  nbPropagations=5250114  nbRevisions=19692371  nbUselessRevisions=8279829
252.39	     nbAssignments=180052  nbFailedAssignments=167268  nbBacktracks=8730  nbVisitedNodes=351464  nbRestartNogoods=1571
252.39	       =>  wckTime=183.038  cpuTime=181.27  mem=107M117
325.10	   
325.10	   search
325.10	     run=15  nbConstraintChecks=8590595318  nbPropagations=7390867  nbRevisions=28659438  nbUselessRevisions=12199773
325.10	     nbAssignments=266256  nbFailedAssignments=248424  nbBacktracks=13108  nbVisitedNodes=522416  nbRestartNogoods=1949
325.10	       =>  wckTime=255.749  cpuTime=253.49  mem=107M117
506.76	   
506.76	   search
506.76	     run=16  nbConstraintChecks=16132655753  nbPropagations=10830128  nbRevisions=43601331  nbUselessRevisions=18741281
506.76	     nbAssignments=464348  nbFailedAssignments=439943  nbBacktracks=19676  nbVisitedNodes=918312  nbRestartNogoods=2134
506.76	       =>  wckTime=437.409  cpuTime=434.3  mem=107M117
638.59	   
638.59	   search
638.59	     run=17  nbConstraintChecks=18598679619  nbPropagations=15532775  nbRevisions=64074962  nbUselessRevisions=27640418
638.59	     nbAssignments=632513  nbFailedAssignments=598251  nbBacktracks=29528  nbVisitedNodes=1254108  nbRestartNogoods=2165
638.59	       =>  wckTime=569.234  cpuTime=565.89  mem=107M117
915.06	   
915.06	   search
915.06	     run=18  nbConstraintChecks=28588323968  nbPropagations=22243932  nbRevisions=95077695  nbUselessRevisions=41328727
915.06	     nbAssignments=990220  nbFailedAssignments=941013  nbBacktracks=44306  nbVisitedNodes=1968849  nbRestartNogoods=2374
915.06	       =>  wckTime=845.712  cpuTime=842.04  mem=107M117
1277.51	   
1277.51	   search
1277.51	     run=19  nbConstraintChecks=42840584758  nbPropagations=31960403  nbRevisions=139474854  nbUselessRevisions=60718915
1277.51	     nbAssignments=1420637  nbFailedAssignments=1349257  nbBacktracks=66474  nbVisitedNodes=2828616
1277.51	     nbRestartNogoods=2681
1277.51	       =>  wckTime=1208.159  cpuTime=1204.1  mem=107M117
1708.19	   
1708.19	   search
1708.19	     run=20  nbConstraintChecks=53218904392  nbPropagations=46434679  nbRevisions=203624238  nbUselessRevisions=88413611
1708.19	     nbAssignments=2039400  nbFailedAssignments=1934377  nbBacktracks=99726  nbVisitedNodes=4064280
1708.19	     nbRestartNogoods=3125
1708.19	       =>  wckTime=1638.839  cpuTime=1634.34  mem=107M117

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/node10/watcher-235386-1168337574 -o ROOT/results/node10/solver-235386-1168337574 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/235386-1168337574/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.02 2.03 2.00 5/93 15174
/proc/meminfo: memFree=1228704/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=18540 CPUtime=0
/proc/15173/stat : 15173 (runsolver) R 15171 15173 14046 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 182152686 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15173/statm: 4635 279 244 17 0 2626 0

[startup+0.108613 s]
/proc/loadavg: 2.02 2.03 2.00 5/93 15174
/proc/meminfo: memFree=1228704/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=913228 CPUtime=0.07
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 2919 0 1 0 6 1 0 0 19 0 8 0 182152686 935145472 2665 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15173/statm: 228307 2665 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913228

[startup+0.520668 s]
/proc/loadavg: 2.02 2.03 2.00 5/93 15174
/proc/meminfo: memFree=1228704/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915328 CPUtime=0.49
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 6738 0 1 0 45 4 0 0 18 0 8 0 182152686 937295872 6477 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15173/statm: 228832 6477 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34977 s]
/proc/loadavg: 2.02 2.03 2.00 3/100 15181
/proc/meminfo: memFree=1205096/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=1.3
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 8381 0 1 0 125 5 0 0 25 0 8 0 182152686 937418752 8119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15173/statm: 228862 8119 2167 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 182152690 937418752 8119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 182152691 937418752 8119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 182152691 937418752 8119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 8119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.14
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 357 0 0 0 14 0 0 0 16 0 8 0 182152694 937418752 8119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 8119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 8119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915448

[startup+2.99 s]
/proc/loadavg: 2.02 2.03 2.00 3/100 15181
/proc/meminfo: memFree=1202664/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=2.94
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 9235 0 1 0 288 6 0 0 25 0 8 0 182152686 937418752 8972 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073751154 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15173/statm: 228862 8972 2167 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 182152690 937418752 8972 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 182152691 937418752 8972 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 182152691 937418752 8972 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 8972 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.14
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 357 0 0 0 14 0 0 0 16 0 8 0 182152694 937418752 8972 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 8972 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 8972 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915448

[startup+6.26944 s]
/proc/loadavg: 2.02 2.03 2.00 3/100 15181
/proc/meminfo: memFree=1195816/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=6.19
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 10814 0 1 0 612 7 0 0 25 0 8 0 182152686 937418752 10551 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073753768 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15173/statm: 228862 10551 2167 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182152690 937418752 10551 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 182152691 937418752 10551 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 182152691 937418752 10551 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 10551 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.14
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 359 0 0 0 14 0 0 0 16 0 8 0 182152694 937418752 10551 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 10551 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 10551 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915448

[startup+12.7613 s]
/proc/loadavg: 2.02 2.03 2.00 3/100 15181
/proc/meminfo: memFree=1183080/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=12.61
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 13889 0 1 0 1253 8 0 0 25 0 8 0 182152686 937418752 13626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15173/statm: 228862 13626 2168 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182152690 937418752 13626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 182152691 937418752 13626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 182152691 937418752 13626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 13626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.17
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 371 0 0 0 16 1 0 0 16 0 8 0 182152694 937418752 13626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 13626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 13626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915448

[startup+25.5691 s]
/proc/loadavg: 2.01 2.03 2.00 4/100 15181
/proc/meminfo: memFree=1142952/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=25.31
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 23812 0 1 0 2518 13 0 0 25 0 8 0 182152686 937418752 23547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073751141 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15173/statm: 228862 23547 2179 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0.28
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 7253 0 0 0 26 2 0 0 16 0 8 0 182152690 937418752 23547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 182152691 937418752 23547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 182152691 937418752 23547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 23547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.17
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 372 0 0 0 16 1 0 0 16 0 8 0 182152694 937418752 23547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 23547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 23547 18446744073709551615 134512640 134570532 4294956464 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) 915448

[startup+51.1825 s]
/proc/loadavg: 2.01 2.03 2.00 4/100 15181
/proc/meminfo: memFree=1102440/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=50.68
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 33928 0 1 0 5048 20 0 0 25 0 8 0 182152686 937418752 33661 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073752308 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15173/statm: 228862 33661 2179 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0.69
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 17362 0 0 0 62 7 0 0 16 0 8 0 182152690 937418752 33661 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 182152691 937418752 33661 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 182152691 937418752 33661 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 33661 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.18
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 377 0 0 0 17 1 0 0 16 0 8 0 182152694 937418752 33661 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 33661 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 33661 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 915448

[startup+102.414 s]
/proc/loadavg: 2.00 2.02 2.00 3/100 15181
/proc/meminfo: memFree=1076264/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=101.44
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 40832 0 1 0 10118 26 0 0 25 0 8 0 182152686 937418752 40556 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073972198 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15173/statm: 228862 40556 2546 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0.95
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 23751 0 0 0 86 9 0 0 16 0 8 0 182152690 937418752 40556 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40556 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40556 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 40556 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.31
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 444 0 0 0 30 1 0 0 16 0 8 0 182152694 937418752 40556 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 40556 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 40556 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 915448

[startup+162.516 s]
/proc/loadavg: 2.05 2.03 2.00 4/100 15181
/proc/meminfo: memFree=1076328/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=160.99
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 40835 0 1 0 16073 26 0 0 25 0 8 0 182152686 937418752 40559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073972307 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1418.95
Current children cumulated vsize (KiB) 915448

[startup+1483.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 15361
/proc/meminfo: memFree=1100520/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=1478.9
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 40837 0 1 0 147853 37 0 0 25 0 8 0 182152686 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073954871 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 228862 40560 2546 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0.95
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 23751 0 0 0 86 9 0 0 16 0 8 0 182152690 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.32
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 448 0 0 0 31 1 0 0 16 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.9
Current children cumulated vsize (KiB) 915448

[startup+1543.75 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 15361
/proc/meminfo: memFree=1100520/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=1538.84
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 40837 0 1 0 153847 37 0 0 25 0 8 0 182152686 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074024824 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 228862 40560 2546 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0.95
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 23751 0 0 0 86 9 0 0 16 0 8 0 182152690 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.32
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 448 0 0 0 31 1 0 0 16 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.84
Current children cumulated vsize (KiB) 915448

[startup+1603.76 s]
/proc/loadavg: 2.03 2.01 2.00 3/101 15361
/proc/meminfo: memFree=1100520/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=1598.79
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 40837 0 1 0 159842 37 0 0 25 0 8 0 182152686 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073972084 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 228862 40560 2546 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0.95
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 23751 0 0 0 86 9 0 0 16 0 8 0 182152690 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.32
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 448 0 0 0 31 1 0 0 16 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.79
Current children cumulated vsize (KiB) 915448

[startup+1663.78 s]
/proc/loadavg: 2.01 2.01 2.00 3/101 15361
/proc/meminfo: memFree=1100520/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=1658.76
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 40837 0 1 0 165839 37 0 0 25 0 8 0 182152686 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073986407 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 228862 40560 2546 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0.95
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 23751 0 0 0 86 9 0 0 16 0 8 0 182152690 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.32
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 448 0 0 0 31 1 0 0 16 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.76
Current children cumulated vsize (KiB) 915448

[startup+1723.79 s]
/proc/loadavg: 2.06 2.02 2.00 3/101 15361
/proc/meminfo: memFree=1100456/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=1718.68
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 40837 0 1 0 171831 37 0 0 25 0 8 0 182152686 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073972378 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 228862 40560 2546 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0.95
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 23751 0 0 0 86 9 0 0 16 0 8 0 182152690 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.32
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 448 0 0 0 31 1 0 0 16 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.68
Current children cumulated vsize (KiB) 915448

[startup+1783.8 s]
/proc/loadavg: 2.02 2.01 2.00 3/101 15361
/proc/meminfo: memFree=1100456/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=1778.64
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 40837 0 1 0 177826 38 0 0 25 0 8 0 182152686 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073985786 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 228862 40560 2546 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0.95
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 23751 0 0 0 86 9 0 0 16 0 8 0 182152690 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.32
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 448 0 0 0 31 1 0 0 16 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.64
Current children cumulated vsize (KiB) 915448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.21 s]
/proc/loadavg: 2.01 2.01 2.00 3/101 15361
/proc/meminfo: memFree=1100456/2055920 swapFree=4178216/4192956
[pid=15173] ppid=15171 vsize=915448 CPUtime=1800.02
/proc/15173/stat : 15173 (java) R 15171 15173 14046 0 -1 0 40837 0 1 0 179964 38 0 0 25 0 8 0 182152686 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074024838 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 228862 40560 2546 14 0 215332 0
[pid=15173/tid=15175] ppid=15171 vsize=915448 CPUtime=0.95
/proc/15173/task/15175/stat : 15175 (java) S 15171 15173 14046 0 -1 64 23751 0 0 0 86 9 0 0 16 0 8 0 182152690 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14046 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182152691 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=915448 CPUtime=0.32
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14046 0 -1 64 448 0 0 0 31 1 0 0 16 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15173/tid=15180] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14046 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15173/tid=15181] ppid=15171 vsize=915448 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14046 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182152694 937418752 40560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915448

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

Child status: 143
Real time (s): 1805.27
CPU time (s): 1800.08
CPU user time (s): 1799.67
CPU system time (s): 0.405938
CPU usage (%): 99.7125
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.405938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40853
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= 37924
involuntary context switches= 68134

runsolver used 2.24966 s user time and 6.18706 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Jan  9 10:12:56 UTC 2007


IDJOB= 235386
IDBENCH= 6765
FILE ID= node10/235386-1168337574

PBS_JOBID= 3503112

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d96a1b082adaf530e3e98925ae43a69c

RANDOM SEED= 324289524

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.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:       1229184 kB
Buffers:         84260 kB
Cached:         484176 kB
SwapCached:       2628 kB
Active:         299688 kB
Inactive:       463828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1229184 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:         214136 kB
Slab:            47624 kB
Committed_AS:  5911656 kB
PageTables:       2568 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= 66561 MiB



End job on node10 on Tue Jan  9 10:43:01 UTC 2007