Trace number 277287

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
AbsconMax 109 PFCMSAT (TO) 2400.11 2402.06

General information on the benchmark

Nametaillard/
os-taillard-4/os-taillard-4-95-9.xml
MD5SUM4d05ea6d1cd92b8c83c24cf008f4219b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints45
Best CPU time to get the best result obtained on this benchmark2400.1
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size206
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=pfc.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/277287-1169265074/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=16  nbDomainTypes=16  minDomainSize=110  maxDomainSize=206
0.39	       =>  wckTime=0.098  cpuTime=0.09  mem=6M910
0.39	   
0.39	   predicates being loaded...
0.39	   
0.39	   constraints being loaded...
0.83	     nbConstraints=48  nbConvertedConstraints=48  nbConvertConstraintsChecks=1246978  nbExtensionStructures=48
0.83	     nbSharedExtensionStructures=0  nbConflictsStructures=48  nbSharedConflictsStructures=0
0.83	     nbSharedBinaryRepresentations=7168  maxDegree=6  maxArity=2
0.83	       =>  wckTime=0.535  cpuTime=0.49  mem=9M835
0.87	   
0.87	   solver LocalSearchSolver being built... 
0.90	       =>  wckTime=0.613  cpuTime=0.53  mem=5M977
0.91	
0.91	s SATISFIABLE
0.91	o 27
0.91	c 21
0.91	o 31
0.91	c 17
0.92	o 35
0.92	c 13
0.92	o 38
0.92	c 10
0.92	o 39
0.92	c 9
0.92	o 40
0.92	c 8
0.92	o 41
0.92	c 7
0.92	o 42
0.92	c 6
0.92	o 43
0.92	c 5
0.93	o 44
0.93	c 4
1.02	o 45
1.02	c 3
7.21	   
7.21	   search
7.21	     run=0  nbConstraintChecks=59096068  nbAssignments=10000
7.21	       =>  wckTime=6.303  cpuTime=6.28  mem=5M977
13.19	   
13.19	   search
13.19	     run=1  nbConstraintChecks=116837022  nbAssignments=20000
13.19	       =>  wckTime=12.285  cpuTime=12.26  mem=5M977
19.04	   
19.04	   search
19.04	     run=2  nbConstraintChecks=172916923  nbAssignments=30000
19.04	       =>  wckTime=18.132  cpuTime=18.1  mem=5M977
25.35	   
25.35	   search
25.35	     run=3  nbConstraintChecks=233646790  nbAssignments=40000
25.35	       =>  wckTime=24.445  cpuTime=24.39  mem=5M977
31.09	   
31.09	   search
31.09	     run=4  nbConstraintChecks=288835225  nbAssignments=49508
31.09	       =>  wckTime=30.186  cpuTime=30.12  mem=5M977
31.09	   
31.09	   global
31.09	     nbConstraintChecks=288835225  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.09	     solvingWckTime=30.184  solvingCpuTime=30.12  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.09	     globalCpuTime=30.7
31.09	       =>  wckTime=30.8  cpuTime=30.65  mem=5M977
31.09	   
31.09	   solver IterativeSystematicSolver being built... 
31.22	       =>  wckTime=30.927  cpuTime=30.75  mem=15M885
31.23	   
31.23	   preprocessing
31.23	     nbConstraintChecks=2348  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.23	     detectedInconsistency=no
31.23	       =>  wckTime=0.0080  cpuTime=0.0  mem=15M885
31.40	   
31.40	   search
31.40	     run=0  nbConstraintChecks=1629619  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=236
31.40	     nbFailedAssignments=217  nbBacktracks=10  nbVisitedNodes=464  nbRestartNogoods=0
31.40	       =>  wckTime=0.181  cpuTime=0.15  mem=16M892
31.46	   
31.46	   search
31.46	     run=1  nbConstraintChecks=2170413  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=343
31.46	     nbFailedAssignments=298  nbBacktracks=25  nbVisitedNodes=667  nbRestartNogoods=34
31.46	       =>  wckTime=0.245  cpuTime=0.2  mem=16M892
31.55	   
31.55	   search
31.55	     run=2  nbConstraintChecks=3004328  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=515
31.55	     nbFailedAssignments=437  nbBacktracks=47  nbVisitedNodes=1000  nbRestartNogoods=52
31.55	       =>  wckTime=0.328  cpuTime=0.29  mem=16M892
31.70	   
31.70	   search
31.70	     run=3  nbConstraintChecks=4413088  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=668
31.70	     nbFailedAssignments=547  nbBacktracks=80  nbVisitedNodes=1296  nbRestartNogoods=57
31.70	       =>  wckTime=0.481  cpuTime=0.43  mem=16M892
34.87	   
34.87	   search
34.87	     run=4  nbConstraintChecks=34338602  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2384
34.87	     nbFailedAssignments=2207  nbBacktracks=130  nbVisitedNodes=4722  nbRestartNogoods=89
34.87	       =>  wckTime=3.646  cpuTime=3.58  mem=16M892
42.55	   
42.55	   search
42.55	     run=5  nbConstraintChecks=118073810  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8576
42.55	     nbFailedAssignments=8318  nbBacktracks=205  nbVisitedNodes=17100  nbRestartNogoods=129
42.55	       =>  wckTime=11.33  cpuTime=11.25  mem=16M892
45.54	   
45.54	   search
45.54	     run=6  nbConstraintChecks=158368595  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11078
45.54	     nbFailedAssignments=10700  nbBacktracks=318  nbVisitedNodes=22097  nbRestartNogoods=204
45.54	       =>  wckTime=14.317  cpuTime=14.24  mem=16M892
51.09	   
51.09	   search
51.09	     run=7  nbConstraintChecks=227367970  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15721
51.09	     nbFailedAssignments=15165  nbBacktracks=488  nbVisitedNodes=31375  nbRestartNogoods=254
51.09	       =>  wckTime=19.874  cpuTime=19.79  mem=16M892
54.12	   
54.12	   search
54.12	     run=8  nbConstraintChecks=259926203  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=20152
54.12	     nbFailedAssignments=19333  nbBacktracks=745  nbVisitedNodes=40231  nbRestartNogoods=496
54.12	       =>  wckTime=22.903  cpuTime=22.82  mem=16M892
64.39	   
64.39	   search
64.39	     run=9  nbConstraintChecks=370720994  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=28902
64.39	     nbFailedAssignments=27692  nbBacktracks=1129  nbVisitedNodes=57724  nbRestartNogoods=623
64.39	       =>  wckTime=33.169  cpuTime=33.08  mem=16M892
73.64	   
73.64	   search
73.64	     run=10  nbConstraintChecks=445608663  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33679
73.64	     nbFailedAssignments=31890  nbBacktracks=1705  nbVisitedNodes=67153  nbRestartNogoods=783
73.64	       =>  wckTime=42.424  cpuTime=42.33  mem=16M892
81.85	   
81.85	   search
81.85	     run=11  nbConstraintChecks=500277899  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=37328
81.85	     nbFailedAssignments=34672  nbBacktracks=2569  nbVisitedNodes=74438  nbRestartNogoods=817
81.85	       =>  wckTime=50.632  cpuTime=50.53  mem=16M892
98.93	   
98.93	   search
98.93	     run=12  nbConstraintChecks=657369093  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=48799
98.93	     nbFailedAssignments=44843  nbBacktracks=3866  nbVisitedNodes=97359  nbRestartNogoods=878
98.93	       =>  wckTime=67.708  cpuTime=67.6  mem=16M892
129.43	   
129.43	   search
129.43	     run=13  nbConstraintChecks=925807130  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=67017
129.43	     nbFailedAssignments=61110  nbBacktracks=5812  nbVisitedNodes=133790  nbRestartNogoods=996
129.43	       =>  wckTime=98.211  cpuTime=98.07  mem=16M892
141.46	   
141.46	   search
141.46	     run=14  nbConstraintChecks=1034020229  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=74399
141.46	     nbFailedAssignments=65567  nbBacktracks=8731  nbVisitedNodes=148546  nbRestartNogoods=1168
141.46	       =>  wckTime=110.24  cpuTime=110.1  mem=16M892
154.33	   
154.33	   search
154.33	     run=15  nbConstraintChecks=1155558257  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=83497
154.33	     nbFailedAssignments=70281  nbBacktracks=13109  nbVisitedNodes=166736  nbRestartNogoods=1201
154.33	       =>  wckTime=123.106  cpuTime=122.96  mem=16M892
298.63	   
298.63	   search
298.63	     run=16  nbConstraintChecks=2495947911  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=168136
298.63	     nbFailedAssignments=148348  nbBacktracks=19677  nbVisitedNodes=335985  nbRestartNogoods=1247
298.63	       =>  wckTime=267.414  cpuTime=267.22  mem=16M892
359.16	   
359.16	   search
359.16	     run=17  nbConstraintChecks=3029469239  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=206247
359.16	     nbFailedAssignments=176602  nbBacktracks=29529  nbVisitedNodes=412023  nbRestartNogoods=1287
359.16	       =>  wckTime=327.94  cpuTime=327.73  mem=16M892
489.30	   
489.30	   search
489.30	     run=18  nbConstraintChecks=4499103485  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=305670
489.30	     nbFailedAssignments=261243  nbBacktracks=44307  nbVisitedNodes=610708  nbRestartNogoods=1312
489.30	       =>  wckTime=458.08  cpuTime=457.83  mem=16M892
912.36	   
912.36	   search
912.36	     run=19  nbConstraintChecks=8589097920  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=572603
912.36	     nbFailedAssignments=506002  nbBacktracks=66475  nbVisitedNodes=1144551  nbRestartNogoods=1494
912.36	       =>  wckTime=881.137  cpuTime=880.72  mem=16M892
1316.08	   
1316.08	   search
1316.08	     run=20  nbConstraintChecks=12313575926  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=851589
1316.08	     nbFailedAssignments=751731  nbBacktracks=99727  nbVisitedNodes=1701937  nbRestartNogoods=1629
1316.08	       =>  wckTime=1284.859  cpuTime=1284.04  mem=16M892
1709.26	   
1709.26	   search
1709.26	     run=21  nbConstraintChecks=15788568798  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1709.26	     nbAssignments=1085297  nbFailedAssignments=935555  nbBacktracks=149605  nbVisitedNodes=2166627
1709.26	     nbRestartNogoods=1745
1709.26	       =>  wckTime=1678.043  cpuTime=1676.8  mem=16M892
2402.02	v 19 152 204 54 65 154 129 1 59 1 13 129 1 23 57 190 

Verifier Data (download as text)

3 unsatisfied constraints, 45 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-277287-1169265074 -o ROOT/results/node6/solver-277287-1169265074 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277287-1169265074/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.00 2.00 1.99 4/93 20711
/proc/meminfo: memFree=1045808/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=172 CPUtime=0
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 274902863 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 0 0 0
/proc/20710/statm: 43 24 18 14 0 3 0

[startup+0.107527 s]
/proc/loadavg: 2.00 2.00 1.99 4/93 20711
/proc/meminfo: memFree=1045808/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=914988 CPUtime=0.09
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 3076 0 1 0 8 1 0 0 24 0 8 0 274902863 936947712 2822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228747 2822 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515576 s]
/proc/loadavg: 2.00 2.00 1.99 4/93 20711
/proc/meminfo: memFree=1045808/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=0.49
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 6470 0 1 0 46 3 0 0 25 0 8 0 274902863 937435136 6209 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073601448 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 6209 2167 14 0 215336 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915464

[startup+1.33767 s]
/proc/loadavg: 2.00 2.00 1.99 3/100 20718
/proc/meminfo: memFree=1026808/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=1.31
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 7446 0 1 0 125 6 0 0 25 0 8 0 274902863 937435136 7184 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073637571 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 7184 2496 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 270 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 7184 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 7184 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 7184 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 7184 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.09
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 319 0 0 0 9 0 0 0 16 0 8 0 274902870 937435136 7184 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937435136 7184 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 7184 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.99087 s]
/proc/loadavg: 2.00 2.00 1.99 3/100 20718
/proc/meminfo: memFree=1026744/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=2.97
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 7451 0 1 0 279 18 0 0 25 0 8 0 274902863 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073647584 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 7188 2496 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 270 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.1
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 323 0 0 0 10 0 0 0 16 0 8 0 274902870 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915468 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937439232 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915464

[startup+6.28225 s]
/proc/loadavg: 2.00 2.00 1.99 3/100 20718
/proc/meminfo: memFree=1026680/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=6.25
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 7451 0 1 0 591 34 0 0 25 0 8 0 274902863 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 7188 2496 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 270 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.1
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 323 0 0 0 10 0 0 0 16 0 8 0 274902870 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 7188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915464

[startup+12.769 s]
/proc/loadavg: 2.00 2.00 1.99 3/100 20718
/proc/meminfo: memFree=1026680/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=12.75
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 7455 0 1 0 1204 71 0 0 25 0 8 0 274902863 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 7192 2496 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 270 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.1
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 327 0 0 0 10 0 0 0 16 0 8 0 274902870 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 915464

[startup+25.6065 s]
/proc/loadavg: 2.00 2.00 1.99 3/100 20718
/proc/meminfo: memFree=1026680/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=25.56
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 7455 0 1 0 2410 146 0 0 25 0 8 0 274902863 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 7192 2496 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 270 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.1
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 327 0 0 0 10 0 0 0 16 0 8 0 274902870 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915468 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937439232 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 7192 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 915464

[startup+51.3065 s]
/proc/loadavg: 1.72 1.93 1.97 2/85 20735
/proc/meminfo: memFree=1254968/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=51.22
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 9060 0 1 0 4942 180 0 0 25 0 8 0 274902863 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754823 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 8793 2544 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.2
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 380 0 0 0 19 1 0 0 16 0 8 0 274902870 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 915464

[startup+102.595 s]
/proc/loadavg: 1.28 1.77 1.91 2/85 20735
/proc/meminfo: memFree=1254968/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=102.48
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 9083 0 1 0 10068 180 0 0 25 0 8 0 274902863 937435136 8812 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 8812 2544 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 8812 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8812 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8812 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 8812 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.2
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 385 0 0 0 19 1 0 0 16 0 8 0 274902870 937435136 8812 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937435136 8812 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 8812 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.48
Current children cumulated vsize (KiB) 915464

[startup+162.647 s]
/proc/loadavg: 1.10 1.63 1.85 2/85 20735
/proc/meminfo: memFree=1255032/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=162.5
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 9093 0 1 0 16070 180 0 0 25 0 8 0 274902863 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073766596 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 2022.01
Current children cumulated vsize (KiB) 915464

[startup+2083.6 s]
/proc/loadavg: 1.99 1.97 1.78 4/101 21098
/proc/meminfo: memFree=1211632/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=2081.98
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 9115 0 1 0 208001 197 0 0 25 0 8 0 274902863 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758266 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 8842 2544 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.2
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 386 0 0 0 19 1 0 0 16 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2081.98
Current children cumulated vsize (KiB) 915464

[startup+2143.61 s]
/proc/loadavg: 2.03 1.98 1.80 3/101 21098
/proc/meminfo: memFree=1211568/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=2141.93
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 9115 0 1 0 213995 198 0 0 25 0 8 0 274902863 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073755670 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 8842 2544 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.2
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 386 0 0 0 19 1 0 0 16 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2141.93
Current children cumulated vsize (KiB) 915464

[startup+2203.63 s]
/proc/loadavg: 2.06 2.00 1.82 3/101 21098
/proc/meminfo: memFree=1211568/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=2201.87
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 9115 0 1 0 219989 198 0 0 25 0 8 0 274902863 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 8842 2544 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.2
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 386 0 0 0 19 1 0 0 16 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2201.87
Current children cumulated vsize (KiB) 915464

[startup+2263.65 s]
/proc/loadavg: 2.02 2.00 1.82 3/101 21098
/proc/meminfo: memFree=1211568/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=2261.83
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 9115 0 1 0 225985 198 0 0 25 0 8 0 274902863 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073635848 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 8842 2544 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.2
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 386 0 0 0 19 1 0 0 16 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2261.83
Current children cumulated vsize (KiB) 915464

[startup+2323.67 s]
/proc/loadavg: 2.08 2.03 1.84 3/101 21098
/proc/meminfo: memFree=1211568/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=2321.78
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 9115 0 1 0 231980 198 0 0 25 0 8 0 274902863 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754731 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 8842 2544 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.2
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 386 0 0 0 19 1 0 0 16 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2321.78
Current children cumulated vsize (KiB) 915464

[startup+2383.69 s]
/proc/loadavg: 2.03 2.02 1.85 3/101 21098
/proc/meminfo: memFree=1211568/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=2381.73
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 9115 0 1 0 237975 198 0 0 25 0 8 0 274902863 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751543 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 8842 2544 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.2
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 386 0 0 0 19 1 0 0 16 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2381.73
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.01 s]
/proc/loadavg: 2.02 2.02 1.85 3/101 21098
/proc/meminfo: memFree=1211568/2055924 swapFree=4165736/4192956
[pid=20710] ppid=20708 vsize=915464 CPUtime=2400.05
/proc/20710/stat : 20710 (java) R 20708 20710 19330 0 -1 0 9115 0 1 0 239807 198 0 0 25 0 8 0 274902863 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796845 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20710/statm: 228866 8842 2544 14 0 215336 0
[pid=20710/tid=20712] ppid=20708 vsize=915464 CPUtime=0.02
/proc/20710/task/20712/stat : 20712 (java) S 20708 20710 19330 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274902866 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20710/tid=20713] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20713/stat : 20713 (java) S 20708 20710 19330 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20714] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20714/stat : 20714 (java) S 20708 20710 19330 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274902867 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20715] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20715/stat : 20715 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20716] ppid=20708 vsize=915464 CPUtime=0.2
/proc/20710/task/20716/stat : 20716 (java) S 20708 20710 19330 0 -1 64 386 0 0 0 19 1 0 0 16 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20717] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20717/stat : 20717 (java) S 20708 20710 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20710/tid=20718] ppid=20708 vsize=915464 CPUtime=0
/proc/20710/task/20718/stat : 20718 (java) S 20708 20710 19330 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274902870 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 2402.06
CPU time (s): 2400.11
CPU user time (s): 2398.11
CPU system time (s): 1.9947
CPU usage (%): 99.9187
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.11
system time used= 1.9947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9141
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= 49604
involuntary context switches= 68964

runsolver used 2.77158 s user time and 7.45986 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan 20 03:51:14 UTC 2007


IDJOB= 277287
IDBENCH= 6551
IDSOLVER= 69
FILE ID= node6/277287-1169265074

PBS_JOBID= 3607281

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-4/os-taillard-4-95-9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277287-1169265074/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-277287-1169265074 -o ROOT/results/node6/solver-277287-1169265074 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277287-1169265074/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4d05ea6d1cd92b8c83c24cf008f4219b

RANDOM SEED= 311372963

TIME LIMIT= 2400 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.240
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.240
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:      2055924 kB
MemFree:       1046288 kB
Buffers:         61784 kB
Cached:         600720 kB
SwapCached:       2944 kB
Active:         527808 kB
Inactive:       398636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1046288 kB
SwapTotal:     4192956 kB
SwapFree:      4165736 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:         283416 kB
Slab:            67484 kB
Committed_AS:  9164436 kB
PageTables:       2852 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= 66563 MiB



End job on node6 on Sat Jan 20 04:31:16 UTC 2007