Trace number 206515

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 AC? (TO) 1800.12 1814.84

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-36_ext.xml
MD5SUM58a80347851c1598c5e724f3ea41177e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.39	   
0.39	Abscon 109 (November, 2006)
0.39	   
0.39	   configuration
0.39	     name=mac.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/206515-1168073715/unknown.xml
0.45	   
0.45	   domains being loaded...
0.46	   
0.46	   variables being loaded...
0.49	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.49	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.49	   
0.49	   relations being loaded...
1.66	   
1.66	   constraints being loaded...
2.42	     nbConstraints=93  nbRelationTypes=93  nbExtensionStructures=93  nbSharedExtensionStructures=0
2.42	     nbConflictsStructures=93  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
2.42	       =>  wckTime=2.026  cpuTime=1.61  mem=59M27
2.58	   
2.58	   solver IterativeSystematicSolver being built... 
2.75	       =>  wckTime=2.361  cpuTime=1.76  mem=65M968
2.76	   
2.76	   preprocessing
2.76	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.76	     detectedInconsistency=no
2.76	       =>  wckTime=0.0040  cpuTime=0.01  mem=65M968
2.93	   
2.93	   search
2.93	     run=0  nbConstraintChecks=56410  nbValidityChecks=95774  nbPropagations=375  nbRevisions=4463
2.93	     nbUselessRevisions=3662  nbAssignments=30  nbFailedAssignments=14  nbBacktracks=10  nbVisitedNodes=54
2.93	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
2.93	       =>  wckTime=0.17  cpuTime=0.14  mem=66M969
3.08	   
3.08	   search
3.08	     run=1  nbConstraintChecks=131967  nbValidityChecks=236703  nbPropagations=1321  nbRevisions=16136
3.08	     nbUselessRevisions=13050  nbAssignments=68  nbFailedAssignments=31  nbBacktracks=25  nbVisitedNodes=122
3.08	     nbRestartNogoods=3  mapSize=23  nbInferences=0  nbTooLargeKeys=0
3.08	       =>  wckTime=0.318  cpuTime=0.28  mem=66M969
3.25	   
3.25	   search
3.25	     run=2  nbConstraintChecks=224366  nbValidityChecks=422609  nbPropagations=3065  nbRevisions=39574
3.25	     nbUselessRevisions=32012  nbAssignments=129  nbFailedAssignments=63  nbBacktracks=47  nbVisitedNodes=228
3.25	     nbRestartNogoods=12  mapSize=43  nbInferences=0  nbTooLargeKeys=0
3.25	       =>  wckTime=0.495  cpuTime=0.44  mem=66M969
3.53	   
3.53	   search
3.53	     run=3  nbConstraintChecks=380451  nbValidityChecks=721290  nbPropagations=6104  nbRevisions=79916
3.53	     nbUselessRevisions=64547  nbAssignments=241  nbFailedAssignments=135  nbBacktracks=80  nbVisitedNodes=435
3.53	     nbRestartNogoods=15  mapSize=74  nbInferences=0  nbTooLargeKeys=0
3.53	       =>  wckTime=0.772  cpuTime=0.71  mem=66M969
3.81	   
3.81	   search
3.81	     run=4  nbConstraintChecks=533656  nbValidityChecks=1018318  nbPropagations=10467  nbRevisions=136404
3.81	     nbUselessRevisions=109852  nbAssignments=344  nbFailedAssignments=182  nbBacktracks=130  nbVisitedNodes=613
3.81	     nbRestartNogoods=28  mapSize=114  nbInferences=0  nbTooLargeKeys=0
3.81	       =>  wckTime=1.046  cpuTime=0.98  mem=66M969
4.16	   
4.16	   search
4.16	     run=5  nbConstraintChecks=728790  nbValidityChecks=1410757  nbPropagations=16769  nbRevisions=216528
4.16	     nbUselessRevisions=173860  nbAssignments=492  nbFailedAssignments=247  nbBacktracks=207  nbVisitedNodes=863
4.16	     nbRestartNogoods=32  mapSize=173  nbInferences=0  nbTooLargeKeys=0
4.16	       =>  wckTime=1.405  cpuTime=1.33  mem=66M969
4.71	   
4.71	   search
4.71	     run=6  nbConstraintChecks=1029592  nbValidityChecks=2028009  nbPropagations=26149  nbRevisions=332714
4.71	     nbUselessRevisions=266371  nbAssignments=720  nbFailedAssignments=354  nbBacktracks=323  nbVisitedNodes=1268
4.71	     nbRestartNogoods=47  mapSize=267  nbInferences=0  nbTooLargeKeys=0
4.71	       =>  wckTime=1.954  cpuTime=1.87  mem=66M969
5.86	   
5.86	   search
5.86	     run=7  nbConstraintChecks=1693690  nbValidityChecks=3284917  nbPropagations=40558  nbRevisions=520842
5.86	     nbUselessRevisions=417541  nbAssignments=1097  nbFailedAssignments=553  nbBacktracks=493  nbVisitedNodes=1954
5.86	     nbRestartNogoods=50  mapSize=422  nbInferences=0  nbTooLargeKeys=0
5.86	       =>  wckTime=3.1  cpuTime=2.99  mem=66M969
7.39	   
7.39	   search
7.39	     run=8  nbConstraintChecks=2584241  nbValidityChecks=5151313  nbPropagations=64063  nbRevisions=833128
7.39	     nbUselessRevisions=668557  nbAssignments=1850  nbFailedAssignments=1043  nbBacktracks=750  nbVisitedNodes=3376
7.39	     nbRestartNogoods=55  mapSize=665  nbInferences=0  nbTooLargeKeys=0
7.39	       =>  wckTime=4.637  cpuTime=4.5  mem=66M969
9.55	   
9.55	   search
9.55	     run=9  nbConstraintChecks=3865610  nbValidityChecks=7706204  nbPropagations=99133  nbRevisions=1295239
9.55	     nbUselessRevisions=1040283  nbAssignments=2802  nbFailedAssignments=1605  nbBacktracks=1134  nbVisitedNodes=5136
9.55	     nbRestartNogoods=64  mapSize=1001  nbInferences=0  nbTooLargeKeys=0
9.55	       =>  wckTime=6.788  cpuTime=6.62  mem=66M969
9.66	   
9.66	   INFO : Stopping hyperNogood (mapSize=1014, nbTooLargekeys=0, mem=66M969)
12.77	   
12.77	   search
12.77	     run=10  nbConstraintChecks=5736980  nbValidityChecks=11412171  nbPropagations=150637  nbRevisions=1961001
12.77	     nbUselessRevisions=1572489  nbAssignments=3929  nbFailedAssignments=2149  nbBacktracks=1712  nbVisitedNodes=7129
12.77	     nbRestartNogoods=74
12.77	       =>  wckTime=10.013  cpuTime=9.8  mem=66M969
16.89	   
16.89	   search
16.89	     run=11  nbConstraintChecks=8162546  nbValidityChecks=16267690  nbPropagations=225739  nbRevisions=2908754
16.89	     nbUselessRevisions=2326840  nbAssignments=5630  nbFailedAssignments=2979  nbBacktracks=2578  nbVisitedNodes=10188
16.89	     nbRestartNogoods=82
16.89	       =>  wckTime=14.134  cpuTime=13.89  mem=66M969
24.71	   
24.71	   search
24.71	     run=12  nbConstraintChecks=12830462  nbValidityChecks=25234001  nbPropagations=342188  nbRevisions=4381096
24.71	     nbUselessRevisions=3493899  nbAssignments=8461  nbFailedAssignments=4505  nbBacktracks=3875  nbVisitedNodes=15373
24.71	     nbRestartNogoods=95
24.71	       =>  wckTime=21.954  cpuTime=21.63  mem=66M969
34.90	   
34.90	   search
34.90	     run=13  nbConstraintChecks=19092387  nbValidityChecks=37745791  nbPropagations=517331  nbRevisions=6633622
34.90	     nbUselessRevisions=5288312  nbAssignments=12886  nbFailedAssignments=6977  nbBacktracks=5822  nbVisitedNodes=23551
34.90	     nbRestartNogoods=109
34.90	       =>  wckTime=32.143  cpuTime=31.72  mem=66M969
51.24	   
51.24	   search
51.24	     run=14  nbConstraintChecks=28820525  nbValidityChecks=57430759  nbPropagations=782238  nbRevisions=10039074
51.24	     nbUselessRevisions=8006405  nbAssignments=20207  nbFailedAssignments=11372  nbBacktracks=8741  nbVisitedNodes=37207
51.24	     nbRestartNogoods=122
51.24	       =>  wckTime=48.478  cpuTime=47.91  mem=66M969
78.45	   
78.45	   search
78.45	     run=15  nbConstraintChecks=44921868  nbValidityChecks=90636843  nbPropagations=1199034  nbRevisions=15466099
78.45	     nbUselessRevisions=12334703  nbAssignments=30767  nbFailedAssignments=17547  nbBacktracks=13120
78.45	     nbVisitedNodes=56854  nbRestartNogoods=132
78.45	       =>  wckTime=75.694  cpuTime=74.88  mem=66M969
116.20	   
116.20	   search
116.20	     run=16  nbConstraintChecks=67360290  nbValidityChecks=136394381  nbPropagations=1823203  nbRevisions=23471787
116.20	     nbUselessRevisions=18728297  nbAssignments=47732  nbFailedAssignments=27936  nbBacktracks=19689
116.20	     nbVisitedNodes=88594  nbRestartNogoods=139
116.20	       =>  wckTime=113.442  cpuTime=112.28  mem=66M969
178.78	   
178.78	   search
178.78	     run=17  nbConstraintChecks=105162935  nbValidityChecks=208889084  nbPropagations=2781706  nbRevisions=35720416
178.78	     nbUselessRevisions=28447947  nbAssignments=70248  nbFailedAssignments=40592  nbBacktracks=29541
178.78	     nbVisitedNodes=130168  nbRestartNogoods=146
178.78	       =>  wckTime=176.022  cpuTime=174.31  mem=66M969
285.56	   
285.56	   search
285.56	     run=18  nbConstraintChecks=170580952  nbValidityChecks=338261650  nbPropagations=4282818  nbRevisions=55439749
285.56	     nbUselessRevisions=44183611  nbAssignments=108917  nbFailedAssignments=64475  nbBacktracks=44321
285.56	     nbVisitedNodes=203437  nbRestartNogoods=165
285.56	       =>  wckTime=282.8  cpuTime=280.1  mem=66M969
418.22	   
418.22	   search
418.22	     run=19  nbConstraintChecks=249794058  nbValidityChecks=499397097  nbPropagations=6506624  nbRevisions=84228068
418.22	     nbUselessRevisions=67179628  nbAssignments=167176  nbFailedAssignments=100557  nbBacktracks=66489
418.22	     nbVisitedNodes=313100  nbRestartNogoods=182
418.22	       =>  wckTime=415.462  cpuTime=411.38  mem=66M969
612.98	   
612.98	   search
612.98	     run=20  nbConstraintChecks=363422270  nbValidityChecks=728690801  nbPropagations=9760621  nbRevisions=126081595
612.98	     nbUselessRevisions=100495251  nbAssignments=242535  nbFailedAssignments=142656  nbBacktracks=99741
612.98	     nbVisitedNodes=450306  nbRestartNogoods=194
612.98	       =>  wckTime=610.224  cpuTime=604.33  mem=66M969
901.75	   
901.75	   search
901.75	     run=21  nbConstraintChecks=534990607  nbValidityChecks=1079013272  nbPropagations=14595774  nbRevisions=188008875
901.75	     nbUselessRevisions=149900247  nbAssignments=370316  nbFailedAssignments=220552  nbBacktracks=149620
901.75	     nbVisitedNodes=689381  nbRestartNogoods=228
901.75	       =>  wckTime=898.994  cpuTime=890.49  mem=66M969
1378.77	   
1378.77	   search
1378.77	     run=22  nbConstraintChecks=824734355  nbValidityChecks=1634961414  nbPropagations=21883862  nbRevisions=282141586
1378.77	     nbUselessRevisions=224800226  nbAssignments=538707  nbFailedAssignments=314119  nbBacktracks=224438
1378.77	     nbVisitedNodes=1001304  nbRestartNogoods=275
1378.77	       =>  wckTime=1376.008  cpuTime=1363.34  mem=66M969

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/node29/watcher-206515-1168073715 -o ROOT/results/node29/solver-206515-1168073715 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206515-1168073715/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.06 2.02 1.95 4/93 16708
/proc/meminfo: memFree=1557608/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=1784 CPUtime=0
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 165 0 0 0 0 0 0 0 19 0 1 0 155765627 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/16707/statm: 446 136 102 14 0 91 0

[startup+0.104932 s]
/proc/loadavg: 2.06 2.02 1.95 4/93 16708
/proc/meminfo: memFree=1557608/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=905992 CPUtime=0.01
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 1875 0 1 0 0 1 0 0 17 0 1 0 155765627 927735808 1624 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160642522 0 4 0 7368 0 0 0 17 1 0 0
/proc/16707/statm: 226498 1624 953 14 0 214081 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 905992

[startup+0.514955 s]
/proc/loadavg: 2.06 2.02 1.95 4/93 16708
/proc/meminfo: memFree=1557608/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915328 CPUtime=0.41
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 6298 0 1 0 38 3 0 0 18 0 8 0 155765627 937295872 6037 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072930401 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228832 6037 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 915328

[startup+1.33601 s]
/proc/loadavg: 2.06 2.02 1.95 3/100 16715
/proc/meminfo: memFree=1490544/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915328 CPUtime=1.23
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 19099 0 1 0 114 9 0 0 25 0 8 0 155765627 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073560942 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228832 18837 2149 14 0 215302 0
[pid=16707/tid=16709] ppid=16705 vsize=915328 CPUtime=0.05
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 2681 0 0 0 5 0 0 0 17 0 8 0 155765639 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915328 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915328 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915328 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915328 CPUtime=0.07
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 308 0 0 0 7 0 0 0 16 0 8 0 155765642 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915328 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915328 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 915328

[startup+2.97311 s]
/proc/loadavg: 2.14 2.03 1.95 4/100 16715
/proc/meminfo: memFree=1457648/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=2.86
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32674 0 1 0 269 17 0 0 25 0 8 0 155765627 937394176 32408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778636 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228856 32408 2521 14 0 215326 0
[pid=16707/tid=16709] ppid=16705 vsize=915424 CPUtime=0.46
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 15713 0 0 0 40 6 0 0 16 0 8 0 155765639 937394176 32408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937394176 32408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915424 CPUtime=0.18
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 364 0 0 0 17 1 0 0 15 0 8 0 155765642 937394176 32408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937394176 32408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937394176 32408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 915424

[startup+6.26631 s]
/proc/loadavg: 2.14 2.03 1.95 3/100 16715
/proc/meminfo: memFree=1437360/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=6.11
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32690 0 1 0 594 17 0 0 25 0 8 0 155765627 937394176 32421 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629940 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228856 32421 2521 14 0 215326 0
[pid=16707/tid=16709] ppid=16705 vsize=915424 CPUtime=0.46
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 15713 0 0 0 40 6 0 0 17 0 8 0 155765639 937394176 32421 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32421 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32421 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937394176 32421 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915424 CPUtime=0.22
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 379 0 0 0 21 1 0 0 15 0 8 0 155765642 937394176 32421 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937394176 32421 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937394176 32421 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915424

[startup+12.7497 s]
/proc/loadavg: 2.11 2.03 1.95 3/100 16715
/proc/meminfo: memFree=1437504/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=12.53
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32707 0 1 0 1236 17 0 0 25 0 8 0 155765627 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767273 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228856 32435 2521 14 0 215326 0
[pid=16707/tid=16709] ppid=16705 vsize=915424 CPUtime=0.46
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 15713 0 0 0 40 6 0 0 16 0 8 0 155765639 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915424 CPUtime=0.25
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 915424

[startup+25.6305 s]
/proc/loadavg: 2.10 2.03 1.95 3/100 16715
/proc/meminfo: memFree=1437568/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=25.3
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32707 0 1 0 2512 18 0 0 25 0 8 0 155765627 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634842 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228856 32435 2521 14 0 215326 0
[pid=16707/tid=16709] ppid=16705 vsize=915424 CPUtime=0.46
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 15713 0 0 0 40 6 0 0 16 0 8 0 155765639 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915424 CPUtime=0.25
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 915424

[startup+51.2631 s]
/proc/loadavg: 2.06 2.03 1.95 3/100 16715
/proc/meminfo: memFree=1437568/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=50.69
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32707 0 1 0 5051 18 0 0 25 0 8 0 155765627 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634819 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228856 32435 2521 14 0 215326 0
[pid=16707/tid=16709] ppid=16705 vsize=915424 CPUtime=0.46
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 15713 0 0 0 40 6 0 0 16 0 8 0 155765639 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915424 CPUtime=0.25
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 915424

[startup+102.523 s]
/proc/loadavg: 2.03 2.02 1.95 3/100 16715
/proc/meminfo: memFree=1437696/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=101.48
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32707 0 1 0 10130 18 0 0 25 0 8 0 155765627 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228856 32435 2521 14 0 215326 0
[pid=16707/tid=16709] ppid=16705 vsize=915424 CPUtime=0.46
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 15713 0 0 0 40 6 0 0 16 0 8 0 155765639 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915424 CPUtime=0.25
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 915424

[startup+162.533 s]
/proc/loadavg: 2.01 2.02 1.95 3/100 16715
/proc/meminfo: memFree=1437760/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=160.95
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32707 0 1 0 16076 19 0 0 25 0 8 0 155765627 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629906 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1410.09
Current children cumulated vsize (KiB) 915424

[startup+1483.05 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 16915
/proc/meminfo: memFree=1437312/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=1469.9
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32710 0 1 0 146962 28 0 0 25 0 8 0 155765627 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630009 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228856 32437 2521 14 0 215326 0
[pid=16707/tid=16709] ppid=16705 vsize=915424 CPUtime=0.46
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 15713 0 0 0 40 6 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915424 CPUtime=0.25
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.9
Current children cumulated vsize (KiB) 915424

[startup+1543.14 s]
/proc/loadavg: 2.04 2.01 1.98 3/100 16915
/proc/meminfo: memFree=1437376/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=1529.7
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32710 0 1 0 152942 28 0 0 25 0 8 0 155765627 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767286 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228856 32437 2521 14 0 215326 0
[pid=16707/tid=16709] ppid=16705 vsize=915424 CPUtime=0.46
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 15713 0 0 0 40 6 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915424 CPUtime=0.25
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.7
Current children cumulated vsize (KiB) 915424

[startup+1603.22 s]
/proc/loadavg: 2.01 2.01 1.98 3/100 16915
/proc/meminfo: memFree=1437376/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=1589.51
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32710 0 1 0 158922 29 0 0 25 0 8 0 155765627 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630003 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228856 32437 2521 14 0 215326 0
[pid=16707/tid=16709] ppid=16705 vsize=915424 CPUtime=0.46
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 15713 0 0 0 40 6 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915424 CPUtime=0.25
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.51
Current children cumulated vsize (KiB) 915424

[startup+1663.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/100 16915
/proc/meminfo: memFree=1437440/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=1649.33
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32710 0 1 0 164904 29 0 0 25 0 8 0 155765627 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228856 32437 2521 14 0 215326 0
[pid=16707/tid=16709] ppid=16705 vsize=915424 CPUtime=0.46
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 15713 0 0 0 40 6 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915424 CPUtime=0.25
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.33
Current children cumulated vsize (KiB) 915424

[startup+1723.41 s]
/proc/loadavg: 2.00 2.00 1.98 3/100 16915
/proc/meminfo: memFree=1437376/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=1709.14
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32710 0 1 0 170884 30 0 0 25 0 8 0 155765627 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073775522 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228856 32437 2521 14 0 215326 0
[pid=16707/tid=16709] ppid=16705 vsize=915424 CPUtime=0.46
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 15713 0 0 0 40 6 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915424 CPUtime=0.25
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.14
Current children cumulated vsize (KiB) 915424

[startup+1783.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/100 16915
/proc/meminfo: memFree=1437312/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=1768.94
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32710 0 1 0 176864 30 0 0 25 0 8 0 155765627 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073777503 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16707/statm: 228856 32437 2521 14 0 215326 0
[pid=16707/tid=16709] ppid=16705 vsize=915424 CPUtime=0.46
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 15713 0 0 0 40 6 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915424 CPUtime=0.25
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.94
Current children cumulated vsize (KiB) 915424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.77 s]
/proc/loadavg: 1.95 1.98 1.97 3/100 16973
/proc/meminfo: memFree=1121728/2055920 swapFree=4192812/4192956
[pid=16707] ppid=16705 vsize=915424 CPUtime=1800.05
/proc/16707/stat : 16707 (java) R 16705 16707 16132 0 -1 0 32710 0 1 0 179973 32 0 0 25 0 8 0 155765627 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629940 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16707/statm: 228856 32437 2521 14 0 215326 0
[pid=16707/tid=16709] ppid=16705 vsize=915424 CPUtime=0.46
/proc/16707/task/16709/stat : 16709 (java) S 16705 16707 16132 0 -1 64 15713 0 0 0 40 6 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16710] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16710/stat : 16710 (java) S 16705 16707 16132 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16711] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16711/stat : 16711 (java) S 16705 16707 16132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155765639 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16712] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16712/stat : 16712 (java) S 16705 16707 16132 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16713] ppid=16705 vsize=915424 CPUtime=0.25
/proc/16707/task/16713/stat : 16713 (java) S 16705 16707 16132 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16714] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16714/stat : 16714 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16707/tid=16715] ppid=16705 vsize=915424 CPUtime=0
/proc/16707/task/16715/stat : 16715 (java) S 16705 16707 16132 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155765642 937394176 32437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 915424

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

Child status: 143
Real time (s): 1814.84
CPU time (s): 1800.12
CPU user time (s): 1799.77
CPU system time (s): 0.346947
CPU usage (%): 99.189
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32727
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= 37852
involuntary context switches= 95313

runsolver used 2.14967 s user time and 5.8941 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sat Jan  6 08:55:15 UTC 2007


IDJOB= 206515
IDBENCH= 4214
FILE ID= node29/206515-1168073715

PBS_JOBID= 3475938

Free space on /tmp= 66535 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-36_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206515-1168073715/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-206515-1168073715 -o ROOT/results/node29/solver-206515-1168073715 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206515-1168073715/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  58a80347851c1598c5e724f3ea41177e

RANDOM SEED= 398013794

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.241
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.241
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:       1558088 kB
Buffers:         41432 kB
Cached:         200172 kB
SwapCached:          0 kB
Active:         239904 kB
Inactive:       180232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           15164 kB
Writeback:           0 kB
Mapped:         207592 kB
Slab:            62116 kB
Committed_AS:  3804384 kB
PageTables:       2676 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= 66532 MiB



End job on node29 on Sat Jan  6 09:25:30 UTC 2007